/* CSS HVLTC */

body {
	background-color: #ffffff;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	text-align: center;
	background-image: url(images/bg.gif);
	}

.maintable {
	background-color: #FFFFFF;
	}

.picborder {
	padding: 5px;
	border: 1px;	
	border-color: #b3da60;
	border-style: solid;
	}

.headerimage {
	border-bottom: solid;
	border-bottom-width: thick;
	border-bottom-color: #83af24;
	}
	
.divider {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c3d693;
	}
	
.videoborder {
	border: solid;
	border-width: 1px;
	border-color: #669933;
	}

.bodytxt {
    font-size: 0.75em;
    font-family: Georgia;
	line-height: 1.7;
	font-weight: normal;
	color: #333333;
	}

.bodytxt a { 
	color: #83af24;
	text-decoration: none;
	}
	
.bodytxt a:hover {
	color: #608414;
	text-decoration: underline;
	}
	
.smallerbodytxt {
    font-size: 0.95em;
    font-family: Georgia;
	line-height: 1.7;
	font-weight: normal;
	color: #333333;
	}

.smallerbodytxt a { 
	color: #83af24;
	text-decoration: none;
	}
	
.smallerbodytxt a:hover {
	color: #608414;
	text-decoration: underline;
	}
	
.smallerbodytxt2 {
    font-size: 0.7em;
    font-family: Georgia;
	line-height: 1.7;
	font-weight: normal;
	color: #333333;
	}

.smallerbodytxt2 a { 
	color: #83af24;
	text-decoration: none;
	}
	
.smallerbodytxt2 a:hover {
	color: #608414;
	text-decoration: underline;
	}
	
#dhtmltooltip{
position: absolute;
width: 180px;
height: 120px;
padding: 10px;
text-align: left;
background-image: url(images/bt.gif);
background-repeat: no-repeat;
font-family: georgia;
	font-size: 8pt;
	color: #ffffff;
	line-height: 1.5;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.termstxt {
    font-size: 0.75em;
    font-family: Georgia;
	line-height: 1.7;
	font-weight: normal;
	color: #ffffff;
	}

.termstxt a { 
	color: #ffffff;
	text-decoration: underline;
	}
	
.termstxt a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
.subheading {
	font-size: 1em;
    font-family: Georgia;
	line-height: 1.7;
	font-weight: normal;
	color: #333333;
	}

.boxtext {
	color: #608414;
    font-family: Georgia;
	font-weight: normal;
	font-size: inherit;
	}	

.contentpadding {
	padding-right: 25px;
	text-align: justify;
	}

li {
	list-style-type: disc;
	color: #83af24;
	}

.listtxt {
	color: #333333;
	}
	
.submenuline {
	background-color: #e1f0c0;
	}
	
.newsfeed {
	border-bottom: 10px;
	border-bottom-style: solid;
	border-color: #ffffff;
    font-size: 0.9em;
    font-family: Georgia;
	line-height: 1.8;
	font-weight: normal;
	color: #666666;
	}

.newsfeed a { 
	color: #83af24;
	text-decoration: none;
	}
	
.newsfeed a:hover {
	color: #608414;
	text-decoration: underline;
	}

.bulletdrop {
	border-top: 4px;
	border-top-style: solid;
	border-top-color: white;
	}