@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #004882;
}

/** MAIN LINKS **/
a {
	font-size: 14px;
	color: #a9afc1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a9afc1;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #a9afc1;
}

/** FOOTER LINKS **/
#footerLinks a {
	font-size: 12px;
	color: #a9afc1;
}
#footerLinks a:link {
	text-decoration: none;
}
#footerLinks a:visited {
	text-decoration: none;
	color: #A9AFC1;
}
#footerLinks a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footerLinks a:active {
	text-decoration: none;
	color: #A9AFC1;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/** BACKGROUNDS **/
#headerBG {

	background-image:url("images/headerBG.jpg");
	background-repeat:repeat;
	background-position:center top;
	}
	
#navBG {
	background-color:#eeeeee;
	background-image:url("images/navBG.gif");
	background-repeat:repeat-x;
	background-position:center top;
	}
	
#bodyBG {
	background-color:#014782;
	background-image:url("images/bodyBG.jpg");
	background-repeat:repeat;
	background-position:center top;
	}

#footerBG {
	background-color:#004882;
	background-image:url("images/footerBG.gif");
	background-repeat:repeat-x;
	background-position:center top;
	}

/** MISC CSS **/
.pageTitle {color: #000000; font-size: 24px;}
.bold {font-weight: bold}

.footerTitle {
	color: #0b7bba;
	font-weight: bold;
}

.copyright {
	color: #768ac4;
	font-size: 12px;
}

.slides_container
{
	width: 960px;
	margin: 0 auto;
}

/* slider */
.slidershow {width:960px;margin:-15px auto;padding:0}
.wrap {width:200px;height:24px;margin:-30px auto 0 auto;padding:0;}
.bg {width:140px;height:24px;float:left;margin:0;padding:0;background: url('images/frames_BG.gif') repeat-x;}
.bg_1 {width:30px;height:24px;float:left;margin:0;padding:0;background: url('images/frames_left.gif');}
.bg_2 {width:30px;height:24px;float:left;margin:0;padding:0;background: url('images/frames_right.gif');}
