body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C8E9FA;
	background-position: center center;
	background-image: url(images/gradientbg.jpg);
	background-repeat: repeat-y; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	border-top: 1px dotted #999999;
	color: #ffffff;
	height: 1px;
}	
a {
	color: #333333;
 	text-decoration: underline;
}
a:Hover {
	color: #FF6600;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}
.textmd {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;

}
.textsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.textsm2{
 	color: #333333;
 	text-decoration: none;
 	font-family: Arial;
	font-size: 10px;
}
.title {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.title_grey {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.header {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.headersub {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.title_white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.textgrey {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.textgrey_lg {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.gold {
	color: #C87310;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.green {
	color: #12878B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.grey {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.orange {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.blue {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.textblue {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.navtext {
	color: #2D328E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.textblue_lg {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.bold {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.boldmd {
	color: #003399;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.boldred_md {
	color: #990000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.boldred {
	color: #990000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.link{
 color: #003399;
 font-size: 11px;
 font-family: Verdana;
 text-decoration: none;
 font-weight: bold;
}
.link:hover{
 color: #FF6600;
 text-decoration: underline;
}
.linksm{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #333333;
 text-decoration: none;
}
.linksm:hover{
 color: #FF9900;
 text-decoration: underline;
}
.linkwh{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF;
 text-decoration: underline;
}
.linkwh:hover{
 color: #FF9900;
 text-decoration: underline;
}

.footer{
 	color: #333333;
 	text-decoration: none;
 	font-family: Verdana;
	font-size: 9px;
	text-decoration: underline
}
.footer:hover{
 	color: #FF6600;
 	font-family: verdana;
	font-size: 9px;
}
.subnav{
 	color: #333333;
 	text-decoration: none;
 	font-family: Arial;
	font-size: 10px;
}
.subnav:hover{
 	color: #CCCC99;
 	text-decoration: underline;
 	font-family: Arial;
	font-size: 10px;
}
.norepeat {
	background-repeat: no-repeat;
}
.img {
	padding:0px;
	border:1px solid #999999;
}
.gobutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.image_right {
	padding-left: 10px;
	float: right;
	margin-left: 10px;

}
.image_left {
	padding-right: 10px;
	float: left;
	margin-right: 10px;

}
#nav{
	width: 165px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	background-color: #C3E2F6;
	color: #2D328E;
}
#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
#nav li {
		border-bottom: 1px solid #FFFFFF;
		margin: 0;
}
#nav li a {
		display: block;
		padding: 7px 7px 7px 1em;
		border-left: 3px solid #C3E2F6;
		border-right: 3px solid #C3E2F6;
		background-color: #C3E2F6;
		color: #2D328E;
		text-decoration: none;
		width: 100%;
}
html>body #nav li a {
		width: auto;
}
#nav li a:hover {
		border-left: 3px solid #E69B3A;
		border-right: 3px solid #FBCD94;
		background-color: #4373B9;
		color: #ffffff;
}
