* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #D9D9D9;
	color: #333;
	font: normal 11px Arial,Helvetica,sans-serif;
}

.w {
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
}

#w1 {
	margin: 0 auto;
	text-align: center;
	width: 880px;
}

#w2 {
	background: url('/images/bottom-bg.png') no-repeat center bottom;
	padding: 0 0 20px 0;
	text-align: left;
}

#w3 {
	background: url('/images/bg.png') repeat-y center top;
	padding: 0 15px;
	width: 850px;
}

#w4 {
	background: #999;
	padding: 24px 0 0 0;
}

#w5 {
	background: #FFF;
	position: relative;
}

#bg {
	background-repeat: no-repeat;
	background-position: right bottom;	
	height: 408px;
	float: left;
	width: 100%;
}

#w6 {
	border-bottom: 1px solid #999;
	border-top: 1px solid #C03;
	margin: 6px 0;
	padding: 0 0 24px 0;
	position: relative;
	z-index: 2;
}

#header {
	float: left;
	margin-left: -100%;
	width: 100%;
}

.logo {
	float: left;
	margin: 0 0 0 24px;
	padding: 32px 0;
}

#topNav {
	float: right;
	list-style: none;
	margin: 0 36px 0 0;
}

#topNav li {
	float: left;
	position: relative;
}

#topNav li a, #topNav li a:visited {
	color: #369;
	float: left;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	padding: 12px 12px 6px 12px;
}

#topNav li a:hover {
	background: url('/images/red-arrow-down.png') no-repeat center top;
	color: #C03;
}

#topNav .subNav {
	display: none;
	float: left;
	left: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 28px;
	white-space: nowrap;
	width: 250px;
}

#topNav .subNav li {
	clear: both;
	width: 100%;
}

#topNav li.active .subNav {
	display: block;
}

#topNav li.active a, #topNav li.active a:visited {
	background: url('/images/red-arrow-down.png') no-repeat center top;
	color: #F99;
	display: block;
	float: none;
}

#topNav li.active a:hover {
	color: #C03;
}

#topNav li .subNav a, #topNav li .subNav a:hover, #topNav li .subNav a:visited {
	background: none;
	padding: 2px 12px 2px 12px;
}

#w7 {
	margin-top: -64px;
}

h1 {
	color: #999;
	font-size: 18px;
	font-weight: bold;
}

h1 em {
	color: #369;
	font-style: normal;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

a, a:active {
	color: #369;
	font-weight: bold;
}

a:hover {
	color: #333;
}

ol {
	margin: 10px 0;
	padding: 0 32px;
}

#mainContent {
	padding: 0 48px 0 24px;
	width: 552px;	
}

#mainContent.nosidebar {
	width: 778px;
}

#mainContent .w {
	border-bottom: 2px solid #DDD;
	padding: 12px 0;
}
#mainContent .last { border: none; }

#mainContent .content {
	float: left;
}

#mainContent .inset {
	margin-left: 200px;
}

#mainContent .offset {
	margin-right: 200px;
}

#mainContent p {
	margin: 12px 0;
	text-align: justify;
}

#mainContent ul {
	padding: 0 0 0 24px;
}

#sidebar {
	clear: none;
	margin: 48px 0 0 -250px;
	width: 230px;
}

#sidebar h2 {
	margin: 0 0 12px 0;
}

#sidebar h4 {
	background: url('/images/blue-arrow-right.png') no-repeat left 1px;
	padding: 0 0 0 12px;
}

#sidebar .w {
	border-left: 2px solid #DDD;
	float: right;
	width: 228px;
}

#sidebar .content {
	padding: 0 24px;
}

#sidebar p {
	margin: 6px 0 24px 12px;
}	

#footer {
	color: #FFF;
	padding: 12px 0;
	text-align: center;
}

#footer ul {
	float: left;
	left: 50%;
	list-style: none;
	position: relative;
}

#footer ul li {
	float: left;
	margin: 0 12px;
	position: relative;
	right: 50%;
}

#footer a {
	float: left;
	padding: 6px 24px;
}

#footer .copyright {
	text-align: center;
	margin: 12px 0 0 0;
}