body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	
	/*background-color: #fff;
	background-image: url(/images/body_bg.png);
	background-repeat: repeat-x;*/
	
	text-align: center;
}

h1, h2, h3, h4, h5, h6 { color: #EBD068; font-size: 100%; }
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #a5bee8; }
a:active { color: #fff; }

div.pagewrap{
	font-size: 78%;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #7A828A;
	/*background-image: url(/images/content_bg.png);*/
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 153px;
	color: #fff;
	position: relative;
}

div.page {
	background-image: url(images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: 682px 180px;
}

div.title { display: none; }

div.header 
{
	background-image: url(/images/header_bg_spanner.png);
	background-repeat: no-repeat;
	border-bottom: 9px solid #000;
	height: 143px;
	width: 900px;
}

div.nav { border-top: 1px solid #fff; }

div.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
}

div.nav ul li {
	margin: 0 5px 0 0;
	float: left;
	line-height: 27px;
}

div.nav ul li a {
	color: #000;
	text-decoration: none;
	display: none;
	background-image: url(/images/tabs_left.gif);
	background-repeat: no-repeat;
	background-position: 0 -16px;
	padding-left: 7px;
	font-weight: bold;
}

div.nav ul li a span {
	display: block;
	background-image: url(/images/tabs_right.gif);
	background-repeat: no-repeat;
	background-position: 100% -16px;
	padding-right: 8px;
}

div.nav ul li a:hover { background-position: 0 -59px; }

div.nav ul li a:hover  span { background-position: 100% -59px; }

div.nav ul li a.active { background-position: 0 100%; display:block; }

div.nav ul li a.active   span { background-position: 100% 100%; color: #fff; }

div.content {
	width: 682px;
	float: left;
	clear: left;
}

div.content1 {
	width: 594px;
	float: left;
	text-align:justify;
}

div.content1 .padding { padding: 20px; }

div.content1 dt {
	font-weight: bold;
	color: #EBD068;
}

div.content1 dd { margin: 0; }

div.content2 {
	width: 88px;
	float: right;
}

div.content2 .padding { padding: 20px 8px 8px 8px; }

div.sidebar {
	width: 218px;
	float: right;
	text-align: center;
}

div.sidebar .padding { padding: 20px 8px 8px 8px; }

div.sidebar h1 {
	font-size: 100%;
}

div.sidebar ul {
	list-style-type: none;
	margin: 0 0 2em 0;
}

div.sidebar ul li {
	margin: 0;
	padding: .6em 0;
	background-image: url(/images/sidebar_li_bg.gif);
	background-position: 35px 0;
	background-repeat: no-repeat;
}

div.sidebar ul li a {
	text-decoration: none;
}

div.footer {
	clear: both;
	background-color: #000;
	border-top: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 6px 11px;
	text-align: right;
}

div.footer p { margin: 0; padding: 0; }


.left {
float:left;
}

.right {
float:right;
}