body {
	background-color:#669922;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#outer{
	background-color:#FFFFFF;
	background-image:url(images/outer_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-right:0px;
	padding:0px;
	width:720px;
	min-height:300px;
}
#header {
	width:648px;
	height:94px;
	margin-left:0px;
	padding:22px;
	background-color:#88BB22;
	background-image:url(images/header_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:left;
}
html>body #header {margin-left:0px; padding:22px;}
#header h2 {
	font-weight:bold;
	font-size:22px;
	margin:0px;
	padding:0px;
}
#header p {
	font-size:12px;
}
#nav{
	min-width:475px;
	width:100%;
	height:auto;
	float:left;
	padding:10px 0px 5px 0px;
	text-align:left;
	text-decoration:none;
}
#nav ul {
	list-style-type:none;
	display:inline;
}
#nav li {
	list-style-type:none;
	display:inline;
}
#nav a, a:visited {
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	padding-right:15px;
}
#nav a:hover {
	color:#339900;
}
#nav .active{
	color:#339900;
}
#mainContent {
	min-height:inherit;
	padding:5px 40px 5px 40px;
	text-align:left;
	font-size:12px;
}
#mainContent h1 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
#mainContent a,a:visited,a:hover {
	color:#0000FF;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
#sidebar {
	width:210px;
	float:right;
	padding:0px 0px 5px 5px;
	margin-top:-32px;
	margin-right:7px;
	margin-left:0px;
	background-image:url(images/innerwrap.gif);
	border-left:1px solid #88BB22;
	border-bottom:1px solid #88BB22;
	text-align:center;
}
html>body #sidebar {margin-right:15px;margin-left:8px;}
#sidebar a,a:visited {
	color:#003300;
	font-size:10px;
	text-decoration:none;
}
#sidebar a:hover {
	color:#00CC00;
}
#sidebar h3 {
	color:#339900;
	font-size:16px;
	font-weight:bold;
}
#footer {
	width:720px;
	height:20px;
	margin-left:2px;
	background-image:url(images/footer_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:10px;
	color:#999999;
}
html>body #footer {margin:0px;}
#footer p {
	padding:0px;
	margin:0px;
}