@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(Images/Header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}
#header h1 {
	padding-left: 17px;
}
#nav {
	background-image: url(Images/Nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 800px;
}
#topbanner {
	background-image: url(Images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 800px;
	margin: 0px;
}

#nav ul {
	font-size: 100%;
	text-align: center;
	list-style-type: none;
	margin-top: 3px;
}
#nav li {
	display: inline;
}
#nav li a:link, #nav li A:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	margin-right: 7px;
	margin-left: 7px;
}
#nav li a:hover, #nav li a:active, #li a:focus {
	color: #0000CC;
}
#innerwrapper {
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	width: 800px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-image: url(Images/Content_bg.jpg);
}
#contentwrapper {
	float: left;
	width: 640px;
	padding-left: 84px;
}
#content {
	float: left;
	width: 419px;
}
#sidebar {
	float: left;
	width: 212px;
	margin-left: 4px;
	margin-right: 2px;
}
#footer {
	height: 105px;
	width: 800px;
	background-image: url(Images/Footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 115px;
}
#footer p {
	font-size: 70%;
}
#sidebar p {
	font-size: 80%;
	margin-right: 10px;
	margin-left: 10px;
}
#content p {
	margin-right: 10px;
	margin-left: 10px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#contentwrapper p {
	font-size: 85%;
	line-height: 1.4;
}
.lftflt {
	float: left;
	margin-right: 8px;
}
#sidebar h2 {
	font-size: 100%;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
}
