/* general site-wide styles */	

body {
	margin: 0px; 
	background-color:#125149;
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
body.bCustom { background-color:#FFFFFF

}
	
p, span, div, td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;}
	
#contentBox {background-color:#FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height:500px;}	

a:link {
	color: #000066;
	text-decoration: none;}
a:active {
	color: #01574e;}		
	
a:vlink {
	color: #01574e;
	text-decoration: none;}
a:visited {
	color: #01574e;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;}			


a.steward:link {
	color: #666666;
	text-decoration: none;}
a.steward:active {
	color: #666666;}		
	
a.steward:visited {
	color: #666666;
	text-decoration: none;}
	
a.steward:hover {
	color: #666666;
	text-decoration: underline;}			



	
	
/* navigation styles */	
	
a.leftNav {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	padding-top: 4px;}	
a.leftNavHead {
	color: #ffffff;
	text-decoration: underline;
	font-weight: 700;
	padding-top: 6px;}	
a.topNav {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;}
	
a.leftNavSub {
	color: #ffffff;
	text-decoration: none;
	font-weight: 100;
	font-size: 10px;}	
		
.navDivider {
	color: #ffffff;}		
	
	
a.leftNav2 {
	color: #666666;
	text-decoration: none;
	font-weight: 700;
	padding-top: 4px;}	
a.leftNavHead2 {
	color: #666666;
	text-decoration: underline;
	font-weight: 700;
	padding-top: 6px;}	
	
a.leftNavSub2 {
	color: #666666;
	text-decoration: none;
	font-weight: 100;
	font-size: 10px;}

a.leftNavSub2:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: 100;
	font-size: 10px;}		
			
a.topNav2 {
	color: #666666;
	text-decoration: none;
	font-weight: 700;}
	
a.headNav2 {
	color: #666666;
	text-decoration: none;
	font-weight: 500;}	
.navDivider2 {
	color: #666666;}	
	
		
	
a.searchNav {
	font-size: 10px;
	text-decoration: underline;}	
a.loginNav {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;}				
a.footerNav {
	color: #003366;
	text-decoration: none;
	font-size: 8px;
	font-weight: 500;}		
	
a.headerLink	{
	color: #003399;
	font-size: 16px;
	font-weight: 900;
	text-decoration: underline;}
a.subheaderLink	{
	color: #003399;
	font-size: 13px;
	font-weight: 900;
	text-decoration: underline;}
	
a.colLink {
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
	font-weight: 700;}	
	
a.strongLink {
	color: #006699;
	font-size: 12px;
	text-decoration: underline;
	font-weight: 700;}	
	



	
/* text block formatting styles */	

h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: 900;
	margin-top: 10px;}	
h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: 900;}		

.contentArea {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;}	


	
.navTrail {
	color: #000066;
	font-size: 10px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 2px;}	

.leftCell {
	background-color: #000000;
	color: #ffffff;
	font-weight: 700;}			

.menu_items {
	padding-left: 10px;
	padding-bottom: 6px;
}

	
/* general HTML table styles */		

.tableHeader {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	background-color: #005046;
	font-weight: 700;}		
.colHeader {
	background-color: #e5dcb2;
	font-weight: 900;}		
.colHeaderCart {
	background-color: #e5dcb2;
	font-size: 11px;
	font-weight: 700;}		
.tableBar1 {
	background-color: #ffffff;}		
.tableBar2 {
	background-color: #ffffff;}			
.tableBar3 {
	background-color: #ffffff;	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-color: #cc3399}
	
	
	
	
	
/*error class */
.error {
	font-weight : bold;
	color : Red;
}		