body {
	text-align: center;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #BBDA87;
	margin-top: 30px;
	margin-bottom: 30px;
}
h1 {
	font: normal 1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #EE1C23;
	padding-top: 1em;
	text-transform: capitalize;
}
h2 {
	color: #EE1C23;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 2px;
}
h3 {
	color: #EE1C23;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
}
#frame {
	margin: 0px auto 10px;
	clear: both;
	border: 1px solid #666666;
	background: #FFFFFF url(../assets/page-bground.jpg) repeat-y 0px 185px;
	width: 980px;
}
#content {
	text-align: left;
	padding: 5px 180px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	min-height: 400px;
}
#content img{
	border: 1px solid #eeeeee;
}
#header {
	text-align: center;
	background: #FFFFFF url(../assets/header.gif) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#nav {
	height: 35px;
}
#content a:link {
	text-decoration: underline;
	color: #333;
}
#content a:visited {
	color: #333;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	color: #EE1C23;
}
#left {
	float: left;
	text-align: left;
	color: #000000;
	width: 150px;
	background-color: #FFFFFF;
}
#left img {
}
#left h1 {
	color: #729928;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	text-align: left;
}
#right {
	float: right;
	background: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.7em;
	padding-top: 40px;
	width: 500px;
	padding-right: 10px;
}
#right img {
	border: 1px solid #000000;
}
.image-right {
	float: right;
	margin: 0;
	padding-bottom: 20px;
	padding-left: 20px;
}
.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
#footer {
	clear: both;
	color: #333333;
	font-size: 0.95em;
	text-align: right;
	background-image: url(../assets/footer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 40px;
}
#footer2 a {
	color: #333333;
	text-decoration: none;
	}
#footer2 a:visited {
	color: #333333;
	text-decoration: none;
}
#footer2 a:hover {
	color: #ED1F24;
	text-decoration: none;
}
#content ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content li {
	margin-left: 15px;
	padding: 0 0 1em .5em;
	line-height: 1.6em;
	list-style-type: disc;
}
#content ol {
	margin-right: 20px;
	background: url(../temp/none);
	}
.feature {
	font-size: 1.2em;
	line-height: 1.4em;
	display: block;
	color: #ED1F24;
	font-style: italic;
	font-weight: bold;
}
