@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-color: #C6CCE6;*/
	background-image: url(images/background.jpg);
}
#wrap {
	width: 840px;
	margin: 4px auto;  /*4px for top and bottom margin - auto for right & left margins*/
	text-align: left;
	padding: 0;
	background-image: url(images/bg_wrap.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#hdr {
	height: 212px;
	margin: 0;
	padding: 0;
	width: 840px;
	background-image: url(images/bg_hdr.jpg); 
	background-repeat: no-repeat;
}
#hdr img {
	width: 427px;
	padding: 0;
	margin: 0;
}
#nav {
	clear: both;
	float: left;
	width: 210px;
	height: 324px;
	/*height: 313px;      First Design*/
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/bg_nav2.jpg);
	/*background-image: url(images/bg_nav.jpg);    First Design*/
 	background-repeat: no-repeat;
	background-color: #333F93;
	margin: 0;
}
#nav ul {
	padding: 0;
	margin: 45px 0 0 17px;
}
#nav ul li {
	list-style: none;
	text-align: left;
}
#nav ul li a {
	display: block; 
	padding: 8px;
	color: #000000;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #333F93;
	padding: 8px;
	text-decoration: underline;
	font-weight: bold;
}
#content {
	float: right;
	padding: 0 40px 10px 20px;
	width: 570px;
	margin: 0;
}
.textlinks {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 16px;
}
.textlinks a:link {
	color: #333F93;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal; 
}
.textlinks a:visited {
	color: #333F93;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.textlinks a:active {
	color: #333F93;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.textlinks a:hover {
   color: #FFFFFF;  
   text-decoration: underline;
   font-size: 13px;
   font-weight: normal;
   background-color: #333F93;
}
.clear {
	line-height:1;
	height: 1;  
	clear: both;
}
.clear0 {
	line-height:0;
	height: 0;  
	clear: both;
}
.bold13 {
	font-size: 13px;
	font-weight: bold;
}
.bold13italic {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
#metrobar {
	background-image: url(images/bg_metrobar.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 840px;
}
#metrobarcontent {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 10px;
}
#copyright {
	background-image: url(images/bg_copyright.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 840px;
}
#copyrightcontent {
	text-align: center;
	font-weight: bold;;
	color: #000000;
	padding-top: 10px;
	font-size: 12px;
	line-height: 15px;
}
#copyright a:link {
	text-decoration: none;
	color: #000000;
}
#copyright a:visited {
	text-decoration: none;
	color: #000000;
}
#copyright a:active {
	text-decoration: none;
	color: #000000;
}
#copyright a:hover {
	text-decoration: underline;
	color: #333F93;
}
h1 {
	color: #553D9B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#contact1 {
	float: left;
	text-align: center;
	border: #333F93 1px solid;
	padding: 20px;
}
#contact2 {
	padding-top: 45px;
	float: right;
	text-align: center;
}
#sitemap {
	font-weight: bold;
	border: #333F93 1px solid;
	padding: 20px;
	width: 300px;
	margin: 10px 0 0 90px;
	text-align: center;
}
#content a:link {
	text-decoration: underline;
	color: #333F93;
}
#content a:visited {
	text-decoration: underline;
	color: #333F93;
}
#content a:active {
	text-decoration: underline;
	color: #333F93;
}
#content a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #333F93;
}




