body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
body {
	background-color: #143131;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #114444;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: black;
	border: 0;
	border-top: 1px solid black;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 14px;
	color: black;
	text-align: left;

}
form {
	margin: 0;
}
.main {
	width: 750px;
	margin: auto;
	padding: 0;
	background-color: #99cccc;
	border: 1px solid black;
}

.banner {
	width: 750px;
	height: 161px;
	background-image: url(header.jpg);
	background-repeat: none;

}

.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFFFFF;
}
.menu {
	height: 50px;
	background-image:url(menu.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
}
.menu ul, .menu li {
	margin-top: 25px;
	margin-bottom: 5px;
	display: inline;
	list-style-type: none;
}

.menu li {
	padding-right: 15px;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {

	color: white;
	font-size:14px;
	font-weight: bold;
}
/*.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	border-bottom: 1px dashed #999999;
}
.menu_main a:hover {
	border-bottom: 1px dashed #333333;
}*/
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	padding: 60px 100px 40px 80px;
	text-align: justify;
	clear: right;
	background-image:url(bg.png);
	background-repeat:no-repeat;
	background-position:top;

}
.footer {
	clear: both;
	height: 20px;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
