html { 
	min-height: 101%; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0c7272;
	text-align: left;
}
a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
a:active {
	color: #006666;
	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;
}

#dropmenudiv{
position:absolute;
border:1px solid #CCCCCC;
border-bottom-width: 1;
font:normal 12px Trebuchet MS;
line-height:18px;
z-index:100;
margin-top:3px;
background-color:#FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid black;*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ebebeb;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	/*padding-left: 10px;*/
	
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #246b6b;
}
.headingred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}
.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;
}


.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;
}.curve {
	background-image: url(images/curve.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bordergrn {
	border: 1px solid #bcc82e;
}
