body {
	font: 80%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #8A8987;
	margin: 0px 0px;
	padding: 0px;
	text-align: center;/*Centers the page in Internet Explorer*/
	background: #F0F0EC;
}
#wrapper {
	background: url(../ims/bg.jpg) repeat-y left;
	width: 722px;
	margin: 20px auto;
	text-align: left;/*Reverses the above rule for the rest of the content*/
}
#header {
	background: url(../ims/toppy.jpg) no-repeat;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	height: 292px;
}
#container {
	width: 500px;
	background: url(../ims/background.jpg) repeat-y;
	float: left;
}
#content {
	margin-right: 20px;
	margin-left: 30px;
	color: #999999;
}
#content p {
	text-align: left;

}
#sidebar {
	width: 200px;
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
	color: #333333;

}
#sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #00CC00;
	font-weight: normal;
	background: none;
	border-top-color: #00CC00;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #00CC00;
	
}

#sidebar li {
	margin: 0 0 10px;
	padding: 4px 4px 4px 0px;
	list-style-type: none;
	background: none;
	color: #333333;
	font-weight: normal;

}

#sidebar a, a:visited {
	border-left: 0px solid #95927F;
	padding: 4px 4px 4px 0px;
	color: #333333;
	display: block;
	background: none;
	width: auto;
	text-decoration: none;
}

#sidebar a:hover {
	color: #00CC00;
	background: none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #00CC00;
}

#currpage a {
	border-left: 10px double #F50874;
	color: #666666;
	background: none;
}/*To highlight the current page - apply as necessary*/

#footer {
	background: url(../ims/botty.jpg) no-repeat;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	height: 92px;
	text-indent: 40px;
	text-align: left;
	color: #CCCCCC;
}
h1 {
	padding-left: 0em;
	font-size: 1em;
	width: auto;
	text-align: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #00CC00;
	color: #666666;
}
h2 {
	padding-left: 0em;
	font-size: 1em;
	width: auto;
	color: #666666;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #00CC00;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

h3 {
	padding-left: 0em;
	font-size: 1em;
	width: auto;
	color:  #666666;
	font-weight: bold;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #00CC00;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;


}

h4 {
	border-left: 6px solid #6A6A68;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

ul li {
	padding: 0 0 0 17px;
	margin: 0 240px 5px 0;
	background: url(../ims/listy.jpg) no-repeat;
	line-height: 1.3em;
	text-align: justify;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}/*Used here to clear the floated elements above*/

