/* div tag styles */
#divcontainer 
{ 
	background-color: #000000;
	clear: both;
	margin: 0 auto;  
	text-align: left; 
	width: 700px; 
} 
#divmain
{
	background-color: #000000; 
	float: left;
	margin: 10px;
	width: 690px;
}
#divnav
{
	clear: both; 
	height: 18px;
}
#divleft
{
	background-color: #000000;
	background-image: url('../img/pagehead.gif');
	background-repeat: no-repeat;
	float: left;
	height: 500px;
	width: 40px;
}
#divright
{
	background-color: #ffffff; 
	float: right; 
	padding: 20px 20px 20px 20px;
	width: 600px; 

}
div.footer
{
	background-color: #000000;
	clear: both;
	color: #ffffff;
	font-size: 12px;
	padding-right: 3px;
	text-align: right;
	width: 700px;
}
/* anchor tag styles */
a.menu
{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none;
	color: #87CEFA;
}
a.menu:hover
{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}
a.menu-m
{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none;
	color: #87CEFA;
}
a.menu-m:hover
{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
	color: #678fc2;
}
.caption
{
	font-size: 9px;
}

.h3-2
{
	color: 	#000000;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}

