﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	color:white;
	background: #cc1608;
	font-size: 11px;
	display: block;
	padding: 9px 20px 7px 20px;
	text-align:center;
	text-transform:uppercase;
	border-right: 1px solid #ae1105;
	}
	
a.nav:hover {
	text-decoration:none;
	color:white;
	background: #b01307;
	}
	
a.leftnav:link, a.leftnav:visited, a.leftnav:active {
	text-decoration:none;
	color:#333333;
	background: #f2f5fd;
	font-size: 12px;
	display: block;
	text-align:left;
	padding: 6px 0px 4px 21px;
	border-top: #e3e9f9 1px solid;

	}
	
a.leftnav:hover {
	text-decoration:none;
	color:black;
	background: #c9d2ea;
	}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	background: #91a0bf url('siteart/background.jpg') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
	
.redtitle {
	font-weight:bold;
	color:#ae1105;
	font-size:14px;
}	

.blueheading {
	padding:25px 0px 10px 17px;
	font-weight:bold;
	color:#1c2f57;
	font-size:14px;
}

.navy {
	font-weight:bold;
	color:#1c2f57;

}
	
#maintable {
	border: 0;
	width: 820px;
}	

#left {
	background: #91a0bf url('siteart/left.jpg') top repeat-y; 
}

#right {
	background: #91a0bf url('siteart/right.jpg') top repeat-y; 
}