/* Global Styles */

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background: #EEEEEE;
	}
	
#content {
	width:750px;
	margin:0px auto;
	text-align:left;
	padding:2px;
	background: #FFFFFF;
	/*border:1px dashed #333;background-color:#eee;*/
	}

td {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #003399; 
	text-decoration:none
	}
	
a:hover {
	color: #5C743D;
	text-decoration:underline
	}

/* ID Styles */
#contacts_bar {
	color: #009933;
	text-decoration: none;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	background-color: #EEEEEE;
	float: right;
	position: relative;
	}

#contacts_bar a {
	color: #666666;
	font-size: 10px;
	}

#contacts_bar a:hover {
	text-decoration: underline;
	color: #000000;
	}

#navigation { background-color:#99CC99; }

#navigation td {
	border-bottom: 1px solid #CCCCCC;
	background-color:#EEEEEE;
	background-color:#99CC99;
	}
	
#navigation a {
	color:#0033FF;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666; 
	}
	
#navigation a:hover {
	color:#ffffff;
	background-color: #003399;
	background-position: left;
	}
	
#navigation_menu td {
	text-align: center; 
	background-color: #85a2cd; 
	}
	
#navigation_menu a {
	color: #003399;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:1px 1px 1px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
#navigation_menu a:hover {
	color:#FFFFFF;
	font-weight:bold;
	background-color: #0000CC
	}
	
#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}
	
/* Class Styles */


.bodyText, frontPageNewsText {
	color: #333333;
	line-height: 20px;
	margin-top: 0px;
	font-family: 12px Verdana, Arial, Helvetica, sans-serif; 
	}
	
/* Override color and font size */		
.frontPageNewsText {
	color: #009900;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	}

.frontPageNewsText a {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
	}
	
.frontPageNewsText a:hover{
	/*color: #0066CC; */
	color: #009900;
	text-decoration: underline; 
	}
		
.pageName{
	color: #666666
	line-height: 26px;
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	}
	
.subHeader {
	color: #666666;
	line-height:22px;
	letter-spacing:.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
		
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003366;
	line-height:16px;
	text-decoration: none;
	text-align:left;
	}

.main_phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #003399;
	letter-spacing: 1pt;
	font-variant: small-caps;
	}

.btnText {
	color: #666666;
	line-height:16px;
	letter-spacing:0.05em;
	text-decoration: none;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
		
.text_field  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}

.nav_section {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	}
.cell_border_top {
	border-top: 1px solid #999999;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	*/}

.cell_border_bottom {
	border-bottom: 1px solid #999999;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	*/}
.cell_border_left{
	border-left: 1px solid #999999;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	*/
	}
.cell_border_right{
	border-right: 1px solid #999999;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	*/
	}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #33333;
	background-color: #CCCCCC;
	text-align: left;
	}

.align_right { text-align: right; }
.align_left { text-align: left; }
