body {
	background-color: #1D343E;
	margin: 0px;
	padding: 0px;
}



.wrap {
	width: 779px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.header {
	background-color: #728282;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	height: 110px;
}
.leftbar {
	background-color: #728282;
	background-image: url(/images/left_bar.gif);
	background-repeat: repeat;
	width: 258px;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.leftbar a{
	background-image: url(/images/nav_off.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 78px;
	padding-top: 2px;
}

.leftbar a:hover{
	background-image: url(/images/nav_on.gif);
	background-repeat: no-repeat;
	height: 17px;
	color: #ADB9B9;
		text-decoration: none;
}
.leftbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #522226;
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	vertical-align: top;
		width: 150px;

}


.leftbox a{
	color: #522226;
	text-decoration: none;
	background-image: none;
	width: 150px;
}

.leftbox a:hover{
	    color: #ADB9B9;
		text-decoration: underline;
		background-image: none;
}



.content {
	background-color: #FFFFFF;
	float: right;
	width: 471px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #522226;
	text-align: left;
	padding: 25px;
}

.content a{
	color: #2F5363;
	text-decoration: underline;
}

.content a:hover{
	    color: #4B7F96;
		text-decoration: underline;

}

.application_content {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #522226;
	text-align: left;
	padding: 25px;
}

.application_content a{
	color: #2F5363;
	text-decoration: underline;
}

.application_content a:hover{
	    color: #4B7F96;
		text-decoration: underline;

}

.contentwrap {
	width: 779px;
	background-color: #FFFFFF;
	float: left;
}
h1 {
	font-weight: bold;
	font-size: 11px;
}
