@charset "utf-8";

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}

title {text-transform:lowercase;}

img {
	border-style: none;
}

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}


:focus
{
	outline-style:none
}

hr {
	background:#004368;
	border:none;
	height:1px;
	color:#004368;
	margin-bottom:10px;
	margin-top:10px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	margin:0;
	padding:0;
}
h1 {font-size:22px;color:#004368;}
h2 {font-size:22px;color:#197FC1;}
h3 {font-size:16px;color:#004368;}
h4 {font-size:16px;color:#197FC1;}
h5 {font-size:14px;color:#197FC1;}
h6 {font-size:12px;color:#004368;}

h5 a {color: #004368;text-decoration:none;font-size:12px;font-weight:normal;}

b {
	font-size: 13px;
	font-weight: bold;
	color: #004368;	
}

a.pdflink {
	display:block;
	height:20px;
	background-image:url(images/pdficon.jpg);
	background-repeat: no-repeat;
	background-position:0 1px;
	padding-top:7px;
	padding-left:26px;
}
.homepagebullets {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#mainwrapper {
	font-size: 10px;
	height: auto;
	margin: 0px auto;
	width: 1200px;
	border-style:solid;
	border-color:#666;
	border-width:0px 1px 1px 1px;
}

#header {
	background-color: #004368;
	background-repeat: repeat-x;
	height: 100px;
	width: 1200px;
}
#slideshow {
	background-color: #004368;
	background-repeat: repeat-x;
	height: 350px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	width: 1200px;
}

#navwrapper {
	z-index:40;
	font-size: 13px;
	height: 45px;
	background-color: #118de2;
	color: white;
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	width: 1200px;
}
.imgframe {
	width: 350px;
	height: 350px;
	float: left;
}
.factsframe {
	width: 400px;
	height: 350px;
	float: left;
}
#contentwrapper {
	font-size: 12px;
	color: #666666;
	width: 1200px;
	height: auto;
	margin: 0px auto;
}
#onecolumn {
	font-size: 12px;
	color: #666666;
	width: 800px;
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 0px;
}
#onecolumn a:link,#onecolumn a:visited{
	color: #004368;
	text-decoration:none;
}
#onecolumn a:hover{
	color: #118de2;
	text-decoration:underline;
}

#cclogo {
	width: 90px;
	height: 90px;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
}

.pagepointer {
	font-size: 12px;
	color: #666666;
	border-bottom: 1px dotted #999999;
	width: 800px;
	text-transform:lowercase;
}
.printico {
	font-size: 12px;
	color: #666666;
	width: 32px;
	float: right;
	height: 32px;
}
.faqtitles {
	font-size: 12px;
	font-weight: bold;
	color: #197FC1;
}
.timeline {
	font-size: 12px;
	width: 600px;
	margin: 0px auto;
	height: 600px;
}

/*footer*/
#footerwrapper {
	font-size: 10px;
	color: #666666;
	width: 800px;
	margin: 0px auto;
	height: 160px;
}
#footerlinks {
	font-size: 12px;
	color: #666666;
	border-top: 1px solid #118de2;
	border-bottom: 1px solid #118de2;
	height: 20px;
	width: 800px;
	margin-top: 30px;
	padding-top: 5px;
}
#footerlinks a:link{
	color: #004368;
	text-decoration:none;
}
#footerlinks a:visited{
	color: #004368;
	text-decoration:none;
}
#footerlinks a:hover{
	color: #118de2;
	text-decoration:underline;
}
.footertxt {
	font-size: 9px;
	color: #666666;
	width: 670px;
	float: left;
	padding-top: 60px;
}
.footertxt a:link{
	color: #004368;
	text-decoration:none;
}
.footertxt a:visited{
	color: #004368;
	text-decoration:none;
}
.footertxt a:hover{
	color: #118de2;
	text-decoration:underline;
}
/*/footer*/

/*nav css*/
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	color:white;
	text-decoration:none
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:0px;
	border-right: 1px solid #83c7f1;
}
ul.menu ul {
	position:absolute;
	top:45px;
	left:0;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none;
}
ul.menu ul li {
	position:relative;
	border:1px solid white;
	border-top:none;
	width:146px;
	margin:0;
	color: #ebebeb;
}
ul.menu ul li a.submenulink {
	display:block;
	padding:5px 0px 0px 5px;
	background-color:#118de2;
	color: #ebebeb;
	height: 35px;
}
ul.menu ul li a.submenulink:hover {
	background-color:#004368;
	color: white;
}
ul.menu ul ul {
	left:146px;
	top:-1px;
	color: white;
}
ul.menu .menulink {
	border:0px solid #aaa;
	padding:16px 0 0 0;
	font-weight:bold;
	width:146px;
	height: 29px;
	text-align: center;
	color: white;
}
ul.menu .menulink:hover, ul.men  {background-image: url(images/btnbg.png);background-repeat: no-repeat;}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}
ul.menu .selected {background-image: url(images/btnbg.png);background-repeat: no-repeat;}
/*/nav css*/

/* history pages CSS*/
#historywrapper{
	font-size:12px;
	width: 500px;
	height: auto;
	padding: 35px;
	color: #666666;
}
/* /history pages CSS */
