body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f5ba3d;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 800px;
	background: #FFFFFF;
}
#banner {
	height: 141px;
	width: 100%;
	background: url(images/banner.jpg) no-repeat;
	float: left;
}
#innerwrapper {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/blobs.jpg) repeat-y;
}
#navigation {
	width: 140px;
	float: left;
	padding-left: 10px;
}
#maincontent {
	width: 625px;
	float: left;
	padding-left: 15px;
	color: #333333;
	font-size: 12px;
	overflow: auto;
	padding-top: 20px;
}
#subnav {
	text-align: center;
	width: 100%;
	background: #FFFFFF;
	float: left;
	padding-top: 20px;
	color: #666666;
	clear: left;
}
#footer {
	height: 25px;
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	background: #FFFFFF;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	white-space: nowrap;
	float: left;
}
#navigation a {
	text-align: left;
	display: block;
	height: 40px;
	width: 160px;
	padding: 5px 3px 5px 14px;
}
#navigation a:link, #navigation a:visited {
	color: #903f98;
	display: block;
	height: 35px;
	text-decoration: none;
	font-weight: bold;
	width: 122px;
	padding: 5px 3px 5px 14px;
	text-align: left;
}
#navigation a:hover, #navigation a:active {
	color: #f68a4c;
}
#maincontent p {
	margin-bottom: 10px;
	font-size: 1em;
}
#maincontent h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #2a8bc8;
	margin-bottom: 10px;
}
#maincontent h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #903f98;
}
#maincontent h3 {
	font-size: 1em;
	font-weight: bold;
	color: #2a8bc8;
	margin-bottom: 6px;
}
#maincontent a {
	text-decoration: underline;
	color: #333333;
}
#maincontent ul {
	margin-left: 15px;
	padding-left: 15px;
}
#subnav h1 {
	font-size: 12px;
	font-weight: bold;
	color: #903f98;
}
#subnav a {
	font-size: 12px;
	color: #2a8bc8;
	text-decoration: none;
}
#footer p {
	font-size: 9px;
	color: #666666;
}
#footer a {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}
#subnav a:hover {
	font-size: 12px;
	color: #2a8bc8;
	text-decoration: none;
}
.italic {
	font-style: italic;
}
