﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.fullpage {
	width: 851px;
	margin-left: auto;
	margin-right: auto;
}
.subfooter {
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}
.subfooter a{
	text-decoration: none;
	color: #808080;
}
.subfooter a:hover{
	text-decoration: underline;
}

h2 {
	font-size: medium;
	line-height: normal;
	font-weight: bold;
	display: inline;
}
h1 {
	font-size: x-large;
	display: inline;
}
.homebanner {
	background-image: url('../images/banner_home.png');
	background-repeat: no-repeat;
	height: 201px;
}
.cornernav {
	line-height: 16px;
	font-size: small;
	color: #000000;
	background-image: url('../images/cornernav_back.png');
	background-repeat: no-repeat;
	width: 193px;
	height: 22px;
	left: 658px;
	position: relative;
	cursor: pointer;
}
.cornernavitemleft {
	position: relative;
	width: 95px;
	height: 22px;
	text-align: center;
}
.cornernavitemleft:hover {
	background-image: url('../images/cornernav_left_highlight.png');
	background-repeat: no-repeat;
}
.cornernavsep {
	position: relative;
	width: 1px;
	height: 22px;
	background-image: url('../images/cornernav_sep.png');
	background-repeat: no-repeat;
}
.cornernavitemright {
	position: relative;
	width: 98px;
	height: 22px;
	text-align: center;
}
.cornernavitemright:hover {
	background-image: url('../images/cornernav_right_highlight.png');
	background-repeat: no-repeat;
}
.maincontent {
	left: 0px;
	position: relative;
}
.navbar {
	line-height: 28px;
	background-image: url('../images/navbar_back.png');
	background-repeat: no-repeat;
	top: 149px;
	height: 30px;
	left: 0px;
	position: relative;
	font-size: medium;
	color: #666666;
}
.navitemleft {
	position: relative;
	width: 91px;
	height: 29px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.navitemleft:hover {
	background-image: url('../images/navbar_first_highlight.png');
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
}
.navitem {
	position: relative;
	width: 91px;
	height: 29px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.navitem:hover {
	background-image: url('../images/navbar_highlight.png');
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
}
.navsep {
	position: relative;
	width: 1px;
	height: 29px;
	background-image: url('../images/navbar_sep.png');
	background-repeat: no-repeat;
}
.footer {
	padding: 6px 10px 6px 10px;
	background-image: url('../images/footer_back.png');
	background-repeat: no-repeat;
	height: 31px;
	font-size: x-small;
}
.paneltop {
	background-image: url('../images/paneltop.png');
	height: 120px;
	width: 296px;
	cursor: pointer;
	text-align: left;
	background-repeat: no-repeat;
}
.panelmiddle {
	background-image: url('../images/panelmiddle.png');
	height: 120px;
	width: 296px;
	cursor: pointer;
	text-align: left;
	background-repeat: no-repeat;
}
.panelbottom {
	background-image: url('../images/panelbottom.png');
	height: 125px;
	width: 296px;
	cursor: pointer;
	text-align: left;
	background-repeat: no-repeat;
}
.panelcontent {
	position: relative;
	top: 10px;
	left: 75px;
	width: 215px;
}
.paneltop:hover {
	background-image: url('../images/paneltophighlight.png');
}
.panelmiddle:hover {
	background-image: url('../images/panelmiddlehighlight.png');
}
.panelbottom:hover {
	background-image: url('../images/panelbottomhighlight.png');
}
.itempanel {
	border: 1px solid #C0C0C0;
	background-color: #F0F0F0;
	margin: 5px;
	padding: 5px;
}
.itempanel:hover {
	background-color: #FAFAFA;
}
.moreinfo {
	font-size: x-small;
	font-variant: normal;
	font-weight: lighter;
	text-transform: capitalize;
	text-align: right;
}
