/* CSS Document */
.highlight
{
	color:#009933;
}

div.footer
{
	background-image:url('../graphic/footer.jpg');
	background-color:#B1D844;
	text-align: center;
	height: 75px;
	vertical-align:middle;
	
}

.content
{
	
	background-image:url("../graphic/contentbg/hometavernbg.jpg");
	background-repeat:no-repeat;
	background-color:#000000;

}

.footer a
{
	font: 11px Georgia,san-serif;
	text-decoration:none;
	color:#000000;
}

.footer a:hover
{
  font: bold 11px Georgia,san-serif;
  text-decoration:none;
  color:#275917;
}



#top
{
	background:url("../graphic/hometop.gif") no-repeat center bottom;
	width: 650px;
	height: 10px;
	margin-top: 2px;
}	


#bottom
{
	background:url("../graphic/homebottombanner.gif") no-repeat center top;
	width: 650px;
	height: 10px;
	margin-bottom: 2px;
}	

#maincontent
{
	margin: 0px auto;
	text-align: center;
	width:650px;
	border-style:solid;
	border-color: #43B231;
	border-width:thin;
	background-color:#000000;

}



#divider
{
	background: url("../graphic/divider.jpg")  no-repeat  center;
	height:50px;  
}

#divtextcontent
{
	border-style:solid;
	border-color:#43B231;
	border-width:thin;
	background-color:#000000;
}

#textcontent
{
		font-size:0.8em;
		text-align:justify;
		padding:15px;
}

#contentleft
{
	float:left;
	margin-right:6px;
}

#contentright
{
	color:#ffffff;
	float:right;
}

#contentright table tr td
{
		color:#ffffff;
		font-size:0.8em;
		
}

#textcontent ul li a
{
	text-decoration:none;
	color: #ffffff;
	font-family: georgia, "Times Roman", san-serif;
}

#textcontent ul li a:hover
{
	text-decoration:none;
	color: #ffff00;
	font-family: georgia, "Times Roman", san-serif;
}


