/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

a.nav:link { text-decoration: none; color: #e09e00; }
a.nav:visited { text-decoration: none; color: #e09e00; }
a.nav:hover { text-decoration: none; color: #a8a9ad; }
a.nav:active { text-decoration: none; color: #e09e00; }

a.active:link { text-decoration: none; color: #a8a9ad; }
a.active:visited { text-decoration: none; color: #a8a9ad; }
a.active:hover { text-decoration: none; color: #a8a9ad; }
a.active:active { text-decoration: none; color: #a8a9ad; }

p.contentHeader {
	font-size: 13pt;
	color: #999999;
	font-weight: bold;
}

p.contentStatement {
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

p.content {
	font-size: 11pt;
	color: #000000;
}

.header_bg {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 183px;
}

.header {
	background-image: url(../images/header_home.gif);
	background-repeat: no-repeat;
	width: 976px;
	height: 183px;
}

#header_phrase {
	font-style: italic;
	font-size: 8pt;
	color: #a8a9ad;
	position:relative;
	left: 146px;
	top: 31px;
}

#footer_address {
	font-style: normal;
	font-size: 8pt;
	color: #a8a9ad;
	position:relative;
	left: 12px;
	top: 12px;
	
}

#footer_copyright {
	font-style: normal;
	font-size: 7pt;
	color: #a8a9ad;
	position:relative;
	left: 12px;
	top: 20px;
	
}

#admin_link {
	position: absolute;
	left: 996px;
	*left: 986px;
	top: 436px;
}

#nav {
	text-align:right; 
	font-size: 11pt;
	color: #a8a9ad;
	padding-top: 15px; 
	line-height: 25px; 
	padding-right: 5px;
}

.navlinks_bg {
	background-image: url(../images/left_bg.jpg);
	height: 100%;
}

.navbg {
	background-image: url(../images/navbg_home.jpg);
	background-repeat: repeat-x;
}

.content_border {
	background-image: url(../images/content_border_r.jpg);
	background-repeat: repeat-y;
	width: 2px;
}

.border_right {
	background-image: url(../images/border_right2.jpg);
	width: 5px;
	background-repeat: repeat-y;
}

.main_body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
}

.headerlogo {
	background-image: url(../images/red_header.jpg);
	width: 800px;
	height: 80px;
}

.footer {
	background-image: url(../images/footer_home.gif);
	background-repeat:no-repeat;
	width: 977px;
	height: 172px;
}