body {
	text-align: center;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F4F4F4;
	margin-top: 20px;
}
#frame {
	width: 752px;
	margin: 0 auto;
	text-align: left;
	border: 5px solid #666666;
	background: #FFFFFF;
}
#wrapper {
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#header {
	background: #FFFFFF url(../assets/header.jpg) no-repeat center top;
	color: #FFFF00;
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
	line-height: 1.5em;
	height: 170px;
	font-weight: bold;
	font-size: 1.1em;
}
#content {
	width: 505px;
	float: right;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-right: 20px;
}
#content ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
#content li
{
	background:   url("../assets/bullet.gif") no-repeat 0px 0.6em;
	padding-left: 1.8em;
	padding-right: 20px;
	line-height: 1.5em;
	padding-bottom: 0.7em;
}
#content ol {
	margin-right: 20px;
	background: url(none);
	}
#content img {
	border: 1px solid #666666;
	padding: 3px;
}
h1 {
	text-align: center;
	font: bold 1.3em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	padding-bottom: 15px;
}
h2 {
	color: #000000;
	float: none;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color: #FF0000;
	font: italic bold 1em Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color: #000000;
	font-size: 1.1em;
}
h5 {
	color: #000000;
	font-size: 1.1em;
}
h6 {
	color: #000000;
	font-size: 1.1em;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
#mainNav {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #FFFFFF;
}
#mainNav-text {
	padding: 20px 0 0 15px;
}
#mainNav-text h1 {
	background: #FFFFFF;
	padding: 1em 0 0 0;
	font-size: 1.1em;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
}
#mainNav-text ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
#mainNav-text li
{
	background:   url("../assets/bullet2.gif") no-repeat 0px .3em;
	padding-left: 1.2em;
	padding-bottom: 0.6em;
}
#mainNav-text a {
    color: #000000;
	text-decoration: underline;
}
#mainNav-text a:visited {
	color: #000000;
	text-decoration: underline;
}
#mainNav-text a:hover {
	color: #000000;
	background-color: #FFFF00;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #FFFFFF;
	color: #333333;
	line-height: 2.5em;
	padding-right: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
}
#footer a {
	color: #333333;
	text-decoration: none;
	}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
}
.image-left {
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 3px;
}
.image-right {
	float: right;
	margin: 0px 0px 10px 20px;
	background: #FFFFFF;
	padding: 3px;
}
