body {
	background-image: url("/images/background.jpg");
	margin: 0;
	max-width: 765px;
	min-width: 765px;
	margin-right: auto;
	margin-left: auto;
}

div.header {
	text-align: center;
	background-image: url("/images/toplogobg.jpg");
	height: 97px;
	color: #E1C5AD;
	position: relative;
	margin-top: 10px;
}

.logo {
	float: left;
	margin-left: 10px;
}

.co-name {
	font-size: 3em;
}

.menu {
	height: 100%;
	width: 169px;
	min-height: 120px;
	float: left;
	margin-bottom: 0px;
	background-image: url("/images/mainbackground.jpg");
}

.content {
	width: 590px;
	margin-left: 169px;
	margin-top: -10px;
}

.menu_item {
	padding-left: 5px;
	padding-right: 5px;
}

.menu_divider {
	border: 0;
	width: 150px;
	height: 6px;
	margin: 0;
}

.header_separator {
	display: block;
	height: 42px;
	width: 764px;
	background-image: url("/images/left1bg.jpg");
}

.background_container {
	background-image: url("/images/mainbackground.jpg");
	position: relative;
}

.footer {
	clear: both;
	background-image: url("/images/left1bgbottom.jpg");
	position: relative;
	width: 764px;
}

.footer_text {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	position: absolute;
	top: 20px;
	left: 280px;
}

a {
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#002449;
}

A:Hover  {
	color : #002449;
	text-decoration : underline;
}

.form_box {
	border: 1px #002449 solid;
}

.form_head {
	border-bottom: 1px #002449 solid;
	background-color: #E1C5AD;
	text-align: center;
	font-color: #002449;
}
.form_content {
	padding: 3px;
}

.validation {
	position: absolute;
	display: inline;
	bottom: 15px;
	left: 28px;
	z-index: 3;
}
img {
	border: none;
}
