body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 163px;
}
h2 {
	color: #FF5100;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 23px;
	padding-top: 8px;
	letter-spacing: 0.3px;
	margin-top: 0px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #157D96;
	padding-top: 13px;
	margin-top: 0px;
	letter-spacing: 0.2em;
}
.contentbox {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E1;
	border-left-color: #E3E3E1;
}
.rightsidebar {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFD1A8;
	background-color: #FFFAF4;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	line-height: 28px;
	margin-left: 0px;
}
li {
	list-style-type: none;
}
.middlebox {
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.leftsidebar {
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFCC;
}
li a:link {
	color: #FF5100;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}
li a:visited {
	color: #FF5100;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}
li a:hover {
	color: #CC6633;
	background-color: #FFF3E6;
}
.floatright {
	float: right;
	padding-bottom: 8px;
	padding-left: 8px;
}
a:link {
	color: #157D96;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #157D96;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CC6633;
}
a:active {
	text-decoration: none;
	color: #157D96;
}
.footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	color: #FFFFFF;
	text-align: center;
}
.footerpad {
	padding-top: 2px;
}
.rightsidebar p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D3D3D3;
	padding-bottom: 22px;
}