@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(res/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	display: block;
	float: left;
	width: 805px;
	padding-top: 20px;
}
.rightbar {
	float: left;
	width: 306px;
}

.contentarea {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding-left: 1px;
}
.menubar {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
}
.menubar a {
	color: #0053A9;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-left: 5px;
}
.menubar a:hover {
	color: #F6611D;
	text-decoration: underline;
}
.bodytext {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color: #222222;
	padding-right: 10px;
	padding-left: 15px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	color: #444444;
}
#contact label {
	font-weight: bold;
	width: 90px;
	display: block;
	text-align: right;
	float: left;
	padding-right: 10px;
}
#contact li {
	list-style-type: none;
}
.main {
	padding-bottom: 10px;
	background-image: url(res/bar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
