body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #fff;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #fff;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	height: 100px;
	padding:0;
	font-size: 10px;
	font-weight: bold;
}
.menu1 {
	height: 100px;
	padding: 5px;
	vertical-align: top;
	color: #3a800f;
	font-weight:normal;
}

.menu2 {
	height: 100px;
	padding: 5px;
	vertical-align: top;
	color: #0f727f;
	font-weight:normal;
}
.menu3 {
	height: 100px;
	padding: 5px;
	vertical-align: top;
	color: #540f7f;
	font-weight:normal;
}
.menu4 {
	height: 100px;
	padding: 5px;
	vertical-align: top;
	color: #7f1c0f;
	font-weight:normal;
}
.logo {
	height: 100px;
	vertical-align: top;
}
.titlebar {
	text-align: left;
	font-size: 15px;
	height: 10px;
	font-color: #ffffff;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-top-width:thin;
	border-top-style:solid;
}
.menu1 ul, .menu1 li, .menu2 ul, .menu2 li, .menu3 ul, .menu3 li,.menu4 ul, .menu4 li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 0px;
}
.menu1 a:link, .menu1 a:visited, .menu1 a:active {
	color: #3a800f;
	text-decoration: none;
}
.menu2 a:link, .menu2 a:visited, .menu2 a:active {
	color: #0f727f;
	text-decoration: none;
}
.menu3 a:link, .menu3 a:visited, .menu3 a:active {
	color: #540f7f;
	text-decoration: none;
}
.menu4 a:link, .menu4 a:visited, .menu4 a:active {
	color: #7f1c0f;
	text-decoration: none;
}
.menu1 a:hover, .menu2 a:hover, .menu3 a:hover, .menu4 a:hover{
	color: #CC0000;
}
.current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;	
}
.footer {
	text-align: center;
	font-size: 10px;
	height: 10px;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-top-width:thin;
	border-top-style:solid;
}
.searcharea {
	float:right;
	width:400px;
	text-align:right;
}
.titlearea {
	width: 250px;
	float:left;
}