body {
	background-color: #1B2C2C;
	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: #ffffff;
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	vertical-align: top;
		width: 150px;

}

.rightname {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	

}


.leftbox a{
	color: #ffffff;
	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: #4B5C23;
	text-align: left;
	padding: 25px;
}
.contentwrap {
	width: 779px;
	background-color: #FFFFFF;
	float: left;
}


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

.content a:hover{
	    color: #5098A9;
		text-decoration: underline;

}


h1 {
	font-weight: bold;
	font-size: 11px;
}