@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002c40;
	line-height:16px;
	background-color:#000;

}

h1 {
	font-size: 16px;
	color: #005e94;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
}

a:link {
	color: #4c9a7c; text-decoration:underline;
}
a:visited {
	color: #4c9a7c; text-decoration:underline;
}
a:hover {
	color: #005e94; text-decoration:underline;
}
a:active {
	color: #4c9a7c; text-decoration:underline;
}

#top {
	width:100%;
	height:133px;
	background-color:#FFFFFF;
}

#header {
	width:928px;
	height:100px;
	padding-top:24px;
	border-bottom:#767676 9px solid;
	background:url(../images/logobkg.jpg) no-repeat; 
	margin:auto;
}


#nav {
	margin-top:20px;
	padding-left: 130px;
	font-size:14px;
}

.navlink:active,.navlink:link, .navlink:visited {
	color: #595959;
	text-decoration:none;
}

.navlink:hover {
	color: #4086af;
	text-decoration:none;
}

.whitelink:active,.whitelink:link, .whitelink:visited {
	color: #fff;
	text-decoration:underline;
}

.whitelink:hover {
	color: #4086af;
	text-decoration:underline;
}

#middle {
	width:100%;
	background-color:#e3edf8;

}

#contentcontainer {
	width:928px;
	border-left:#767676 9px solid;
	border-right:#767676 9px solid;
	margin:auto;
	clear:both;
	background-color:#FFFFFF;
	overflow:hidden;
}

#content {
	width:899px;
	padding:7px 14px 7px 14px;
}


#content1 {
	width:562px;
	padding:7px 14px 7px 14px;
	border-right:1px solid #d2d2d2;
}

#content2 {
	padding:7px 0px 7px 12px;
	width:325px;
}

#bottom {
	width:100%;
	background-color:#000000;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:928px;
	color:#474444;
	border-top:#767676 9px solid;
	margin:auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
}

#subpagesfooter {
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-size:11px;
	width:928px;
	color:#474444;
	margin:auto;
	text-align:center;
	padding-top:25px;
	padding-bottom:40px;
	background:url(../images/bottomcontentsubpage.jpg) top no-repeat;
}

#subpagescontentfooter {
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-size:10px;
	width:913px;
	height:20px;
	color:#901a48;
	margin:auto;
	text-align:right;
	background:url(../images/subpagescontentfooter.jpg);
	padding-right:15px;
	padding-top:55px;
}

.footerlink:active,.footerlink:link, .footerlink:visited {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;

}

.footerlink:hover {
	color: #4086af;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;

}

.greentext {
	color:#4c9a7c;
}
.greentextlink:active,.greentextlink:link, .greentextlink:visited  {
	color:#4c9a7c;
	text-decoration:none;
}
.greentextlink:hover  {
	color:#901a48;
	text-decoration:none;
}

.maroontext {
	color:#901a48;
}



