body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #eae8e8;
	margin: 0;
}
a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
hr {
	margin: 5px 5px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 3px solid #4e2100;
	height: 1px;
	width: 570px;
}
h1 {
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin: 8px 0px 8px 2px;
    border-bottom: 3px solid #4e2100;
    padding-bottom: 3px;
}
h2 {
    font-size: 12px;
    color: #000000;
    text-align: left;
    margin: 8px 2px 8px 2px;
    padding-bottom: 3px;
}
form {
	margin: 0;
}
.logo {
    text-align: right;
    font-size: 16px;
    color: #000000;
}
.logo-tag {
    text-align: right;
    font-size: 10px;
    color: #000000;
}
.main {
	width: 980px;
	margin: auto;
    padding: 0;
	background-color: #FFFFFF;
}
.banner {
	height: 85px;
	background-image: url(banner.gif);

	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 20px;
    border-top: solid;
    border-bottom: solid;
    border-color: #4e2100;
	width: 740px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
.search_box {
	float: right;
	clear: right;
	width: 220px;
    height: 85px;
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
    border-top: solid;
    border-bottom: solid;
    color: #4e2100;
}
.search_string {
	width: 125px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 75px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFFFFF;
}
.menu {
	float: left;
	width: 150px;
	margin: 10px;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	border-bottom: solid;
    border-color: #4e2100;
    padding: 3px
}
.menu_main a:hover {
	border-bottom: solid;
    border-color: #4e2100;
    padding: 3px
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #4e2100;
	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: 150px;
}
.request_box {
	float: right;
	clear: right;
	width: 200px;
    height: 85px;
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
    border-top: solid;
    border-bottom: solid;
    color: #4e2100;
}
.rtblock {
	float: right;
	width: 200px;
	margin: 10px;
	margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 3px solid #4e2100; 
}
.rtblock_footer {
    margin-bottom: 10px;
}
.rt_block_hr {
    border-top: solid;
	color: #4e2100;
	width: 200px;
}
.content {
    margin-left: 170px;
    margin-right:220px;
	padding: 0px 10px 4px 10px;
	text-align: justify;
}
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #000000;
	text-align: center;
	line-height: 18px;
    border-top: solid;
    border-bottom: solid;
    border-color: #4e2100;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
}