/* CSS Document */

BODY {
	background-color : #636262;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 0px;
	text-align: center; /* Centers all divs */
	height: 100%;
	/* font-size: 9px;	  */
	 }

#wrapper {
height: 100%;
width: 720px;
margin: 0 auto;
padding: 0;
text-align: left;
}

#main_header {
	font-size: 14px;
	font-weight: bold;
}

#main_footer {
	font-size: 9px;
	font-family: "Times New Roman", Times, serif;
}

#hor_nav {
	font-size: 10px;
}

#main_content {
	font-size: 9px;
}

#vert_nav {
	font-size: 9px;
}

#main_content_title {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Left Nav Roller */
a.menu:link, a.menu:visited, a.menu:active, a.menu:hover 
{ 
display: block; 
line-height: 16px; 
width: 100%; 
text-align: center; 
font-family: verdana; 
font-size: 10px;
font-weight: bold; 
color: #000000;
text-decoration:none;
padding-left:4px;
} 
a.menu:hover 
{ 
color: #FFFFFF; 
background-color: #1B6AB5; 
text-decoration:none;
padding-left:4px;
}
/* End Left Name Roll over */

/* Start Horzontial Nav Roller */
a.h_menu:link, a.h_menu:visited, a.h_menu:active, a.h_menu:hover 
{
	display: block;
	line-height: 16px;
	width: 100%;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	padding-left:4px;
	text-align: left;
} 
a.h_menu:hover 
{ 
color: #1B6AB5; 
text-decoration:none;
padding-left:4px;
}
/* End Horontial Name Roll over */
