html { 
	min-height: 101%; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c0d2df;
	text-align: left;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #006633;
	text-decoration: underline;
}
a:active {
	color: #006633;
	text-decoration: underline;
}
.shadowrt {
	background-image: url(images/shadow_rt.gif);
	background-repeat: repeat-y;
}
.lineheight {
	line-height: 20px;
}
.shadowlf {
	background-image: url(images/shadow_lf.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.verdana9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rightbg {
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-y;
}



.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	
	
}


.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #29294e;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #246b6b;
	font-style: italic;
}
.textlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bordergray {
	border: 1px solid #d5d5d5;
}
.borderwht {
	border: 1px solid #ffffff;
}

.borderblu {
	border: 1px solid #545471;
}
.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bordergrn {
	border: 1px solid #bcc82e;
}

