/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#000000;
	}
	
.bodybg {
background-color: #73a5a2;
}

.rightcolum {
background-image:url(images/sidebarback.jpg);
}

.maincolum {
background-color: #faf1d6;
}

.mainmenucenter { background:url(images/mainmenucenter.jpg) repeat-y;  
font:"Times New Roman", Times, serif;
font-size:12px;
padding:0,0,10,10;
} 
.mainmenubottom { background:url(images/mainmenubottom.jpg) no-repeat;  }  
  
.submenucenter { background:url(images/submenucenter.jpg) repeat-y;  } 
.submenubottom { background:url(images/submenubottom.jpg) no-repeat;  }                                 

a:link, a:visited {
	color: #000000; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #339966;	text-decoration: none;
	font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: transparent;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #005dab;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px 0px;
	text-decoration: none;
	color: #FFFFFF;
}

a.mainlevel#active_menu {
	color:#FFFFFF;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #005dab;
}

#noborder td {
	border: 0px;
	}
	
/* Class Styles */

.tagline {
	font:11px arial;
	font-weight:bold;
	color: #faf1d6;
	letter-spacing:.2em;
	}

.smallText {
	font:12px arial;
	color: #000000;
	line-height:18px;
	}

.pageHeader {
	font:18px arial;
	font-weight:bold;
	color: #00524d;
	background:url(images/submenutop.jpg) no-repeat;  
	}
	
.bodyText {
	font:11px arial;
	color:#000000;
	line-height:24px;
	}
	

.navText{
	font:12px "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	color: #000000;
	}

