html
{
	height:100%;
}
body
{
	min-height:100%;
	height:100%;
	font-family:Verdana; 
	font-size:.8em;
	color:#333333;
}
img
{
	border-style:none;
}
  
a 
{
	color:#666666;
}
a:hover 
{
	color:#000000;
}
a:visited
{
	color:#333333;
} 
a:active 
{
	color:#999999;
}
div#divLeftGray h3
{
	margin-top:36px;
}
div#divLeftGray img
{
	/* width:200px;    Chris wanted this but taken out bc default.aspx had sized img */
	margin-bottom:12px;
}  
.navBase
{
	color:#3fa2bd;
	font-weight:bolder;
	font-size:.8em;
	margin-left:-5px;
}
.navBase a
{
	color:#3fa2bd; 
}


.menuitems
{
	background-color:#8cc7d8; 
	width:150px;
	margin-bottom:2px;
	padding:3px;
}

.menuitems a
{ 
	color:Black;
	text-decoration:none;

}
.menuitems a:hover
{
	color:White;
} 

.vmenu2, .vmenu3 
{
	display:none;
	position:absolute; 
}  

h6
{
	font-size:.8em;
}
h3
{
	font-size:1.1em;
}
.highlightleftgray 
{	
	font-size: .8em;
	font-weight: bold;
	color:Gray;
	padding:3px;  
}
.highlightleftgray a
{
	color:Gray;
	text-decoration:none;
}
.highlightleftgray a:hover
{
	color:#666666;
	text-decoration:underline;
}
.membersecleftnav
{
	font-family:Verdana; 
	font-size:.9em;
	color:#333333;
	text-decoration:none;
}
.membersecleftnav a
{
	color:#333333;
	text-decoration:none;
}
.membersecleftnav a:hover
{
	color:#666666;
	text-decoration:underline;
}