body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #F0F0F0;
	background-image: url(background.jpg);
	margin: 0;
}
a:link, a:visited, a:active {
	color: #326FA6;
	text-decoration: none;
}
a:hover {
	color: #5995C9;
	text-decoration: none;
}
hr {
	/*_margin: -430px 0px 5px 0px;*/
        color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 550px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}
.banner, .search_box {
	height: 100px;
        background-color: #5995C9;
	/*background-image: url(header.jpg);
	background-repeat: repeat-x;*/
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	/*padding-top: 10px;*/
}
.banner {
	width: 530px;
	/*padding-left: 10px;*/
	float: left;
	text-align: left;
        background-image: url(header.jpg);
}
.search_box {
	float: right;
	clear: right;
	width: 220px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
        border: 1px solid black;
        margin-top: 35px;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
        border: 1px solid black;
        background-color: white;
        color: black;
        margin-top: 35px;
}
.highlight {
	background-color: #5995C9;
        color: white;
        padding: 1px 3px;
}
.banner a {
	color: #FFFFFF;
}

.banner a:hover {
	color: #993366;
	text-decoration: none;
}

.menu {
	float: left;
	width: 140px;
        padding-left: 5px;
	margin: 10;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
        padding-top: 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 #326FA6;
}
.menu_main a:hover {
	border-bottom: 1px dashed #5995C9;
}
.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;
}
.hore {
        width: 100px;
        margin-top: 30px;
        text-align: center;
        border: none;
}

.content {
	margin-left: 150px;
	padding: 4px 10px 14px 10px;
	text-align: left;
	clear: right;
}
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}

/* Form */

.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 200px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
        border: 1px solid #5995C9;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
         border: 1px solid #5995C9;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
        border: 1px solid #5995C9;
}

input {
        border: 1px solid #5995C9;
        background: white;
        color: black;