* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 14px Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	background: #A9BAC3 url(images/bg.gif) repeat-x;
	text-align: center;
}

a {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #9EC068;
	background-color: inherit;
}

h1, h2, h3 {
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
}

h1 {
	font-size: 26px;
	color: #6297BC;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

ul span, ol span {
	color: #666666;
}

img {
	border: none;
}

img.no-border {
	border: none;
}

img.float-right {
	margin: 5px 0px 5px 15px;
	float: right;
}

img.float-left {
	margin: 5px 15px 5px 0px;
	float: left;
}

#wrap {
	background: #FFF;
	width: 820px;
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#header {
	position: relative;
	height: 85px;
	background: #000 url(images/headerbg.gif) repeat-x 0% 100%;
}

#header p.hbig {
	padding: 5px 0 0 20px;
	margin: 0;
	font: bold 30px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
}

#header p.hbig a {
	color: #6297BC;
	border: none;
	background-image: none;
	text-decoration: none;
}

#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 70%;
}

#rightbar {
	float: right;
	width: 26%;
	padding: 0;
	margin:0;
}

#rightbar p {
	font: bold 18px 'Trebuchet MS', Arial, Sans-serif;
	color: #6297BC;
	margin: 10px 15px;
}

#rightbar ul {
	padding: 5px;
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

#rightbar ul li {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	color: #666;
	height: 100%;
	border: none;
	background: none;
}

#rightbar ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #990000;
	background: none;
}

#rightbar ul a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	color: #FFF;
	background: #A9BAC3;
	border-top: 5px solid #568EB6;
	border-bottom: 5px solid #568EB6;
	background: #568EB6;
	margin: 0;
	padding: 0;
	height: 50px;
	text-align: center;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dashed;
}

#footer a:hover {
	border: none;
}

#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 0;
	bottom: 6px !important;
	bottom: 5px;
	font: bold 13px Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif;
}

#header li {
	display:inline;
	margin:0;
	padding:0;
}

#header a {
	float:left;
	background: url(images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#header a span {
	float:left;
	display:block;
	background: url(images/tabright.gif) no-repeat right top;
	padding:6px 15px 3px 8px;
	color: #FFF;
}

#header a span {
	float:none;
}

#header a:hover span {
	color:#FFF;
}

#header a:hover {
	background-position:0% -42px;
}

#header a:hover span {
	background-position:100% -42px;
}

#header #current a {
	background-position:0% -42px;
	color: #FFF;
}

#header #current a span {
	background-position:100% -42px;
	color: #FFF;
}

#fadv {
	border-top:1px dotted #888888;
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	width: 820px;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000;
	margin: 10px;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 250px;
	margin: 5px;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

#fadv li a:hover {
	text-decoration: underline;
}