body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background: #9CA78F url(images/design/body_bg.jpg) repeat-x;
	}
#wrapper {
	text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/design/maincontent_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#header {
	background-image: url(images/design750/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#header h1 {
	padding-left: 282px;
}
#header span{
	position: absolute;
	left: -3000px;
}
#nav {
	height: 66px;
	width: 750px;
}
#nav span {
	position: absolute;
	left: -3000px;
}

#innerwrapper {
	background-image: url(images/design750/maincontent_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar {
	background-image: url(images/menu/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height:450px;
	width: 226px;
	float: left;
	color: #000000;
	font-size: 80%;
	padding-top:110px;
	}
#sidebar li {
	list-style-image: url(images/design750/listitembug.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 35px;
}
#sidebar a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#sidebar a:visited {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #CC6633;
	background-color: #000000;
}
#sidebar a:hover {
	background-color: #CC6633;
	color: #000000;
}

#maincontent {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	width: 504px;
}
#maincontent h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-size: medium;
}
#maincontent p {
	font-size: 85%;
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 20px;
}
#maincontent ol, ul{
	font-size:85%;
	line-height:1.5;
	margin-left:30px;
	}
#maincontent ul li {
	list-style-type: disc;
	list-style-image: url(images/design/itemlist.jpg);	
	}
	
.rightfloat {
	float: right;
	margin-right: -8px;
	margin-bottom: 0px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.aligncentre {
	text-align: center;
}
#footer {
	height: 65px;
}
#maincontent a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#maincontent a:visited {
	font-weight: bold;
	color: #C04C15;
	text-decoration: none;
}
#maincontent a:hover {
	font-weight: bold;
	color: #003233;
}
#maincontent a:active {
	font-weight: bold;
	color: #003432;
	text-decoration: none;
}

