body {
	margin: 0px;
	font-family: verdana;
	font-size: 8pt;
	padding: 5px;
	background: #f1f0ee;
	text-align: center;
}
a,a:visited,a:active {
	color: #5e5d5b;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-size: 8pt;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
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: 75px;
	background: url('images/header.jpg') no-repeat;
}
#top h1 {
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana;
	color: #605d55;
	text-transform: uppercase;
	padding-left: 80px;
	padding-top:20px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: left;
}
#top h2 {
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana;
	color: #000000;
	text-transform: uppercase;
	padding-left: 80px;
	padding-top: 0px;
	margin: 0px;
	text-align: left;
}
#menu {
	width: 200px;
	float: left;
	text-align: left;
}
.section {
	width: 200px;
	background: url('images/menu.jpg');
	line-height: 20px;
	margin-top: 10px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 9pt;
}
.sectioncontent {
	width: 180px;
	margin-top: 5px;
	text-align: left;
	line-height: 20px;
}
ul {
	list-style-image: url("images/item.jpg");
	margin: 0;
	padding-left: 2.1em;
}
li {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#content {
	margin-top: 0px;
	padding-left: 5px;
	width: 515px;
	text-align: justify;
	color: #494A4C;
	line-height: 18px;
	float: left;
	margin-bottom: 10px;
}
#contentsummary {
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	background: url('images/content.jpg');
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 10pt;
}
#footer {
	clear: both;
	width: 722px;
	height: 30px;
	background: url('images/footer.jpg') no-repeat;
	color: #444444;
	text-align: left;
	margin-bottom: 10px;
}
#footercontent {
	line-height: 30px;
	padding-left: 45px;
	text-align: left;
}
#icons {
	margin-top: 20px;
	padding-left: 10px;
	text-align: left;
}
input {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}