body {
	background-color: #710000;
	margin: 0px;
	padding: 0px;
}
.form_details {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}

#mainbody {
	width: 750px;
	background-image: url(images/frameset/main_background.jpg);
	background-repeat: repeat-y;
}
#nav_left_top {
	float: left;
	height: 240px;
	width: 150px;
}
#nav_right_top {
	float: left;
	height: 240px;
	width: 150px;
}
#middle_section {
	float: left;
	width: 750px;
	background-image: url(images/frameset/middle_section_background.jpg);
}
#nav_left_buttons {
	float: left;
	width: 150px;
}
#nav_right_buttons {
	float: left;
	width: 150px;
}
#content {
	float: left;
	width: 410px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 10px;
}
#logo {
	float: left;
	height: 240px;
	width: 450px;
}
#sherpa_footer {
	float: left;
	height: 113px;
	width: 750px;
}
p {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 18px;
}
li {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 18px;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #B16765;
	text-align: left;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}
.table_content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.link1 a:link {
	color: #000000;
	text-decoration: none;
}
.link1 a:visited {
	color: #000000;
	text-decoration: none;
}
.link1 a:active {
	color: #000000;
	text-decoration: none;
}
.link1 a:hover {
	color: #000000;
	text-decoration: underline;
}
