body 
{ 
	margin: 0px;
}

.rightpic
{
	background-image: url(../../images/amap2_09.jpg);
	background-repeat: repeat-y;
}

.leftpic
{
	background-image: url(../../images/amap2_07.jpg);
	background-repeat: repeat-y;
}

a:link, a:visited
{
	font-family: Arial;
	color: #1c264c;
	font-size: 11px;
	font-weight: bold;
	
}

a:hover
{
color: white; 
}



.dot
{
	color: #82a305;
}

img
{
	border: none;
}


hr
{
	width: 100%;
	color: #dcb2c8;  
	height: 1px;
	margin-bottom: 2px;
	margin-top: 2px;
	
}

.menu
{
	font-family: Verdana;
	color: White;
	font-size: small;
	
	
}

.content1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	
}

.content2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	
}

.heading1
{
	font-family: Verdana;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.heading2
{
	font-family: Verdana;
	font-size: 11px;
	color: #1d264d;
	font-weight: bold;
	
}



.headinggreen
{
	font-family: Verdana;
	font-size: 14px;
	color: #004d06;
	font-weight: bold;
	text-decoration: underline;
	
}

.headingblue
{
	font-family: Verdana;
	font-size: 14px;
	color: #00718a;
	font-weight: bold;
	text-decoration: underline;
	
}

.formheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9e0b0f;
	font-weight: bold;
}

.board
{
 padding-bottom: 5px; 
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 5px;
 font-size: 10px;
 vertical-align: top;
}

#Navigation
{
	height: 48px; 
	width: 702px;
	background-position: left top;
   background-image: url(../../Images/bg.jpg);
	text-align: center;
    
}

/** Top Level Menu **/

.MenuItem
{
	padding: 0px 8px 0px 8px; 
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-align: left;      
}
a.MenuItem:link, a.MenuItem:visited
{
	color: white;
	text-decoration: none; 
}

.MenuItemSub
{
	color: White;
	font-weight: bold;   
	width: 120px; 
	vertical-align: middle;  
	height: 18px; 
	background-color: #878b9b;
	text-align: left;
	font-size: 10px;
	border-bottom: solid 1px white;  
}

a.MenuItemSub:link, a.MenuItemSub:visited
{
	color: #white; 
	font-weight: bold;  
	text-decoration: none;
	display:  block;
	padding-top: 4px; 
	padding-left: 5px;
	
}

a.MenuItemSub:hover
{
	color: #1c264c; 
}

a.MenuItem:hover
{
	color: #1c264c; 
}