/* style.css
Copyright (c) 2006 Hilltop Computing
Licensed to client
All rights reserved.
*/
body
{
	background-color: #333333;
}
#body
{
	font-size: 13px;
	text-align: left;
}

#body a
{
	color: #000066;
	border-bottom: 1px dashed #000066;
	text-decoration: none;
}

#body a:hover
{
	color: #000099;
	border-bottom: 1px solid #000099;
	
}

#body a:visited
{
	color: #0000cc;
	border-bottom: 1px dashed #0000cc;
}

.title
{
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	font-size: 30px;
	text-align: left;
}
#menu
{
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}

#menu ul
{
	margin-left: 12px;
	list-style: none;
	padding-left: 4px;
	padding-right: 2px;
	text-align: left;
}

#menu li a, #menu li a:visited
{
	display: block;
	width: 100%;
	padding: 1px;
	text-decoration: none;
	color: #000066;
	padding-left: 3px;
	margin-top: 4px;

}
#menu li a:hover
{
	padding: 0px;
	width: 100%;
	background-color: #C7D0E0;
	border: 1px solid #9DA8BC;
	padding-left: 2px;
	margin-top: 4px;
}

.menu_current
{
	list-style: disc;
}



#footer
{
	text-align: center;
	font-size: 10px;
}