* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../img/bk_bodycontent.jpg) top left repeat-x;
	font-family: tahoma, geneva, verdana, sans-serif;
	font-size: 11px;
	color: #000; 
	margin: 0; padding: 0;
	text-align: left;	
}
img {
	border: 0;
}
#wrapper {
	width: 707px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	width: 706px;
	height: 76px;
	margin-bottom: 1px;
}
#logoreplace {
	float: left;
	width: 198px;
	height: 76px;
}
#mainnav {
	float: right;
	width: 500px;
	background: transparent url(../img/bk_nav.jpg) bottom right no-repeat;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#mainnav ul {
	text-decoration: none;
}
#mainnav li {
	display: inline;
	list-style: none;
}
#mainnav li a{
	color: #1C4077;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
}
#mainnav li a:hover{
	color: #f90;
}

#mainnav-top {
	float: right;
	width: 500px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#mainnav-top ul {
	text-decoration: none;
}
#mainnav-top li {
	display: inline;
	list-style: none;
}
#mainnav-top li a{
	color: #1C4077;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
}
#mainnav-top li a:hover{
	color: #f90;
}



#contentband {
	position: relative;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	width: 705px;
	height: 80px;
	color: #fff;
	background: transparent url(../img/bk_contentband2.jpg) top right no-repeat;
	text-align: right;
}
#contentband h1{
	font-size: 19px;
	font-weight: normal;
	padding-top: 30px;
	margin-right: 30px;
	letter-spacing: 2px;
}

#contentwrap {
	width: 707px;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #fff;
}
#leftcol {
	width: 430px;
	margin-left: 30px;

}
#leftcol h1, #leftcolhome h1 {
	font-family: georgia,serif;
	color: #077ACF;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 150%;
}
#leftcol h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

#leftcol p,#leftcolhome p {
	margin-bottom: 10px;
	line-height: 150%;
}
#leftcol li, #leftcolhome li  {
	line-height: 150%;
}
#leftcol ul{
	margin-bottom: 11px;
}
#leftcol li{
	margin-left: 15px;
}
#rightcol {
	float: right;
	width: 190px;
	text-align: center;
}
#rightcol img {
	padding: 3px;
	border: 1px #ccc solid;
	background: #f4f4f4;
	margin-right: 30px;
}

#footer {
	width: 707px;
	background: #fff url(../img/bk_footer.gif) top center no-repeat;
	padding-top:15px;
	padding-bottom:20px;
}
#footerleft {
	margin-left: 30px;
	width: 400px;
	float: left;
}
#footer p{
	margin-left: 30px;
	margin-right: 30px;
	text-align: right;
}
#clearboth {
	clear: right;
}

/* Navigation Elements */
a {
	color: #336699;
}

a:hover {
	color: #f90;
}
a:visited {
	color: #333;
}

/* Home page elements */

#contentbandhome {
	position: relative;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	width: 705px;
	height: 187px;
	color: #fff;
	background: transparent url(../img/pic_home.jpg) top right no-repeat;
	text-align: right;
}
#contentbandgreen {
	position: relative;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	width: 705px;
	height: 187px;
	color: #fff;
	background: transparent url(/img/pic_home_green.jpg) top right no-repeat;
	text-align: right;
}

#leftcolhome {
	width: 350px;
	margin-left: 30px;

}
#leftcolhome h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

#rightcolhome {
	float: right;
	width: 280px;
	text-align: left;
}
#rightcol h1, #rightcolhome h1 {
	font-family: georgia,serif;
	color: #077ACF;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 30px;
	text-align: left;
}

#rightcol p, #rightcolhome p  {
	margin-bottom: 10px;
	margin-right: 30px;
	text-align: left;
}

#rightcolhome li {
	margin-bottom: 10px;
	margin-right: 30px;
	padding-left: 20px;
	background: transparent url(../img/bullet_news.gif) 0px 3px no-repeat;
	list-style: none;
}
