body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #AF2A3B;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 460px;
}
h1 {
	font-size: 14px;
	color: #AF2A3B;
	text-align: left;
	margin: 2px 2px 2px 2px;
}
form {
	margin: 0;
}
.main {
	width: 670px;
	margin:auto;
	background-image:url(main.html); 
	background-color: #FFFFFF;
}
.toprow{
	width:670px;
	background-image:url(header.html);
	height:55px; 
	padding-top:30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.banner {
	width:445px;
	padding-left: 25px;
	float:left;
	text-align: left;
}
.search_box {
	top:0px;
	float:left;
	width: 190px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.banner a {
	color: #993366;
}
.banner p {
	color:#660033;
	padding:0px;
}
.breadcrumbs {
	font-size: 12px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	float:left; 
	width:160px; 
	margin-right:2px; 
	margin-left:2px;
	height:auto;
}
.menu ul {
	margin: 0;
	padding-left: 1px;
	list-style: none;
	margin-bottom: 5px;
}

.menu li {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	margin-bottom: 5px;
}
.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: 1px dashed #999999;
}
.menu_main a:hover {
	border-bottom: 1px dashed #333333;
}
.login_table {
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	width:100%;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left:2px;
	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: 0px 25px 1px 20px;
	text-align: justify;
	clear: right;
}
.content a {
	text-decoration: underline;
	}

.footer {
	background-image:url(footer.html); 
	height:27px;
	background-color: #FFFFFF;
	clear: both;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
