body {
	margin: 0px;
	font-family: verdana;
	font-size: 8pt;
	padding: 0px;
	background: #F1F1F1;
	text-align: center;
}
a,a:visited,a:active {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-size: 16pt;
	font-weight: normal;
	font-family: verdana;
	color: #444444;
	margin-bottom: 10px;
}
#main {
	margin: 0 auto;
	width: 722px;
}
#top {
	width: 722px;
	height: 81px;
	background: url('header.jpg') no-repeat;
}
#top h1 {
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 48px;
	padding-top:27px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: left;
}
#top h2 {
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana;
	color: #EAEAEA;
	text-transform: uppercase;
	padding-left: 48px;
	padding-top: 0px;
	margin: 0px;
	text-align: left;
}
#nav {
	clear: both;
	width: 722px;
	height: 38px;
	background: url('bar.jpg') no-repeat;
	color: #FFFFFF;
	text-align: left;
}
#nav #links {
	padding-left: 40px;
	padding-top: 10px;
	text-align: left;
}
#links a,#links a:visited,#links a:active {
	color: #EAEAEA;
	text-transform: uppercase;
	font-size: 7pt;
}
#links a:hover {
	color: #FFCC00;
	text-transform: uppercase;
	font-size: 7pt;
}
#side {
	width: 200px;
	float: right;
	text-align: left;
}
.section {
	width: 200px;
	margin-top: 10px;
	height: 20px;
	text-align: center;
	background: #3C3C3D;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}
.sectioncontent {
	width: 200px;
	background: #EAEAEA;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 512px;
	text-align: justify;
	color: #494A4C;
	line-height: 16px;
}
#nav,#footer {
	clear: both;
	width: 722px;
	height: 38px;
	background: url('bar.jpg') no-repeat;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
}
#footercontent {
	padding-left: 40px;
	padding-top: 10px;
	text-align: left;
}
input {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}