﻿h2
{ 
	font-family: Arial;
	 font-size: 12pt;
	
}

.LeftNavigation
{
	border-right: solid 1px white;
}

.RightBar
{
	border-left: solid 1px white;
}

.LeftNavigationText
{
	font-family: Arial;
	font-size: 12pt;
}
#topnavigation
{
	font-family: Arial;
	font-size: 12px;
	color: White;
}

#topnavigation a
{
	font-family: Arial;
	font-size: 12px;
	color: White;
	text-decoration: none;
}



#topnavigation a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: Silver;
	text-decoration: none;
}

#vertmenu 
{
font-family: Arial;
font-size: 12pt;
width: 200px;
}


#vertmenu ul 
{
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#vertmenu ul li 
{
margin: 0px;
padding: 0px;
}

#vertmenu ul li a 
{
font-size: 12px;
display: block;
border-bottom: 1px solid Gray;
text-decoration: none;
color: Navy;
width:200px;
height: 30px;
margin: 0px;
padding: 10px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus 
{
color: #000000;
background-color: #eeeeee;
color: Navy;
}


	
