
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
}
body {
	background-color: #ffffff;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #dddddd;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 30px;
	color: #ffffff;
	text-align: left;
	background-color: #FF6600;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	border-color: #FF6600;
	border-style: dotted;
	border-width: 1px;
	border-bottom: none;
	border-top: none;
	margin: auto;
	padding: 10px;
}

.banner  {
	height: 350px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: left;
}
.banner img {
	border: none;
}

.menu {
	font-size: 30px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 40px;
	float: right;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
.menu li {
	display: inline;
	padding-left: 15px;
}
.menu li a {
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #FF6600;
}

.menu_default {
	color: #ffffff;
	background: #0202C6;
}
.menu_current {
	color: #ffffff;
	background: #FF6600;
}


.content {
	margin-left: 0px;
	padding: 4px 0px 14px 0px;
	text-align: left;
	clear: right;
}
.content a {
	color: #ffffff;
	background-color: #FF6600;
	font-weight: bolder;
}
#smaller {
	font-size: 10px;
}

.footer {
	background-color: #ffffff;
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	line-height: 18px;
}

.powered_by {
	width: 750px;
	clear: right;
	text-align: right;
	font-size: 8px;
	padding-top: 20px;
	color: #000;
}

.powered_by a {
    width: 750px;
	clear: right;
	text-align: right;
	font-size: 8px;
	padding-top: 20px;
	color: #000;
}

