@charset "utf-8";
body {
	background-image: url(../images/bg_repeat.gif);
	background-repeat: repeat;
}
#outer_wrapper {
	padding: 0px;
	width: 820px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 820px;
}
#navbar {
	height: 24px;
	width: 820px;
	background-image: url(../images/body_repeat.gif);
	background-repeat: repeat-y;
}
#content_wrapper {
	margin: 0px;
	padding: 0px;
	width: 820px;
	background-image: url(../images/body_repeat.gif);
	background-repeat: repeat-y;
}
#sidebar_wrapper {
	margin: 0px;
	padding: 0px;
	width: 140px;
	float: left;
}
#sidenav {
	width: 140px;
	padding: 0px;
	margin-top: 50px;
}
#sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	width: 140px;
	padding: 0px;
	margin-top: 24px;
	margin-left: 10px;
}
#content {
	padding: 0px;
	width: 600px;
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #003333;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003333;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #003333;
	margin-top: 0px;
	margin-bottom: 4px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003333;
	margin-top: 0px;
	line-height: 120%;
	text-align: justify;
}
#content ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003333;
	margin-bottom: 6px;
	line-height: 120%;
}
#bottom_edge {
	clear: both;
	background-image: url(../images/bot_edge.gif);
	background-repeat: repeat;
	height: 18px;
	width: 820px;
}
#footer_wrapper {
	padding: 0px;
	width: 820px;
	margin: 0px;
}
#cp_cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #CCCCCC;
	width: 380px;
	float: left;
	margin-left: 20px;
}
#cr_cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #CCCCCC;
	text-align: right;
	width: 390px;
	float: left;
}
#fw_clear {
	clear: both;
}
#cr_cell a:link, #cr_cell a:visited {
	color: #CCCCCC;
}
#cr_cell a:hover, #cr_cell a:active {
	color: #FFCC66;
}
