/* CSS Document */

body {
	background-image:url(../images/bgimagemain.jpg);
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#header {
	width:800px;
	height:200px;
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #000000;
	}

#container {
	background-color:#FFFFFF;
	background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-y;
	border: 1px solid #000000;
	width: 800px;
	margin:auto;
	}

#nav-top {
	font-size:12px;
	font-weight:bold;
	height:16px;
	background-color:#058997;
	border-bottom: 2px solid #000000;
	
	}

#left-column {
	float:left;
	width: 220px;
	}

#left-titlebox {
	background-image:url(../images/teal-left.jpg);
	background-repeat:repeat;
	width:223px;
	height:30px;
	}

#left-info {
	width:218px;
	margin-left:5px;
	margin-top:2px;
	}

#title-boxcontent {
	color:#FFFFFF;
	width:218px;
	margin-left:5px;
	font-weight:bold;
	margin-top:8px;
	}

#rt-column {
	width:570px;
	float:left;
	}

#rt_one {
	width:265px;
	float:left;
	margin-left:5px;
	margin-top: 3px;
	border-right: 1px solid #058997;
	padding: 5px;
	}

#rt_two {
	width:265px;
	float:left;
	margin-left:5px;
	margin-top: 3px;
	padding: 5px;
	}

#commentbox {
	width: 550px;
	clear:both;
	margin-left:10px;
	}


.clearing {
	clear:both;
	}

#footer {
	clear:both;
	width:800px;
	height:70px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:10px;
	}

#btm-info {
	margin:auto;
	clear:both;
	padding:2px;
	width:800px;
	color:#000000;
	}
		

/* Special Format */
.blackbold {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}

h1 {
	color:#058997;
	font-size:16px;
	font-weight:bold;
	}

h3 {
	color:#058997;
	font-size:16px;
	font-weight:bold;
	}
	
.tdorange {
	color:#FFFFFF;
	background-color:#058997;
	font-size:14px;
	font-weight:bold;
	}	

.titletext-orange {
	color:#058997;
	font-size:16px;
	font-weight:bold;
	}
	
.titletext-blue {
	color:#053776;
	font-size:16px;
	font-weight:bold;
	}			

.footer-margin {
	margin-top:10px;
	}
	
	
a.btm:link {
	color:#000000;
	text-decoration:underline;
	}	

a.btm:active {
	color:#000000;
	text-decoration:underline;
	}	
	
a.btm:visited {
	color:#000000;
	text-decoration:underline;
	}	
	
a.btm:hover {
	color:#058997;
	text-decoration:underline;
	}	
	
a.contentlink:link {
	color:#058997;
	text-decoration:underline;
	}	

a.contentlink:active {
	color:#058997;
	text-decoration:underline;
	}	
	
a.contentlink:visited {
	color:##058997;
	text-decoration:underline;
	}	
	
a.contentlink:hover {
	color:#000000;
	text-decoration:underline;
	}	
	
a.navtop:link {
	color:#000000;
	text-decoration:none;
	}	

a.navtop:active {
	color:#000000;
	text-decoration:none;
	}	
	
a.navtop:visited {
	color:#000000;
	text-decoration:none;
	}	
	
a.navtop:hover {
	color:#000000;
	text-decoration:underline;
	}							