@charset "utf-8";
/* CSS Document */

html, body, p {    /*always do this*/
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	text-align: center; /*centers the website*/
	background-image: url(images/bgbody.jpg);
}

#wrap {
	width: 850px;
	margin: 0 auto;  /*15px for top and bottom margin - auto for right & left margins*/
	text-align: left;
	background-color: #FFFFFF;
	padding: 0;
}

#hdr {
	height: 156px;
	margin: 0;
	padding: 0;
}

#nav {
	float:left;
	padding:0;
	width:208px;
	background-image: url(images/bgnavsub.jpg);
	background-repeat: no-repeat;
	background-color: white;
}

#nav ul {
	padding: 57px 25px 0 50px;
	margin: 0;
}

#nav ul li {
	list-style: none;
	text-align: left;
}

#nav ul li a {
	display: block; 
	padding: 5px;
	/*background:url('images/nav_bg.gif') no-repeat bottom right;*/
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FFFFFF;
	padding: 5px;
	text-decoration: underline;
	font-weight: bold;
}

#contentarea {
	float: right;
	width: 642px;
	background-color: #FFFFFF;
	padding: 0;
}

#content {
	padding: 15px 15px 15px 15px;
}
#content a:link {
	text-decoration: underline;
	color: #122776;
}
#content a:visited {
	text-decoration: underline;
	color: #122776;
}
#content a:active {
	text-decoration: underline;
	color: #122776;
}
#content a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #122776;
}

#footer {
	padding: 10px 25px 0 25px;
	margin: 0;
	background: url(images/bgfooter.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: 100px;
}
#footercontent1 {
	text-align: left;
	float: left;
	padding: 0;
}
#footercontent2 {
	text-align: right;
	margin: 45px 0 2px 0;
	float: right;
	padding: 0;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #122776;
	background-color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #122776;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #122776;
	padding: 0;
	margin: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0;
}
.clear {
	line-height:1px;
	height: 1px;  /*originally 1px;*/
	clear: both;
}
.italicbold {
	font-style: italic;
	color: #122776;
	font-weight: bold;
}
.bold13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;	
}
.textlinks {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
}
.textlinks a:link {
	color: #122776;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal; 
}
.textlinks a:visited {
	color: #122776;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.textlinks a:active {
	color: #122776;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.textlinks a:hover {
   color: #FFFFFF;  
   text-decoration: none;
   font-size: 13px;
   background-color: #122776;
   font-weight: normal;
}
#col1 {
	float: left;
	margin-right: 5px;
}
#col2 {
	float: right;
	margin-left: 10px;
}
#sitemap1 {
	float: left;
	margin: 0 125px 15px 50px;
}
#sitemap1 p {
	padding: 10px;
}
#sitemap2 {
	float: left;
	margin: 0 50px 15px 0;
}
#sitemap2 p {
	padding: 10px;
}

