p {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	color: #003366;
}
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E7E7E7;
	text-align: center;
}
#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 82px;
}
.lftflt {
	float: left;
	margin-right: 10px;
}
#header h1 {
	padding-left: 415px;
}
#wrapper {
	text-align: left;
	width: 949px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header span {
	position: absolute;
	left: -3000px;
}
#innerwrapper {
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	width: 949px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 600px;
}
#content h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #017CB3;
	margin-left: 100px;
}
#content span {
	position: absolute;
	left: -3000px;
}
#content p {
	font-size: 80%;
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 100px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar {
	float: left;
	width: 264px;
	background-color: #DDF3FE;
	margin-top: auto;
	margin-bottom: auto;
}
#sidebar h2 {
	font-size: 100%;
	font-weight: bold;
	color: #017CB3;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
}
#sidebar p {
	font-size: 80%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	color: #666666;
}
#footer {
	background-image: url(images/footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	height: 35px;
	width: 950px;
	top: auto;
}
#footer p {
	font-size: 70%;
	text-align: center;
	padding-top: 17px;
	color: #333333;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
p a:link {
	color: #017CB3;
	text-decoration: underline;
}
p a:hover {
	text-decoration: underline;
}
p a:visited {
	color: #017CB3;
	text-decoration: underline;
}
