* {
	margin:0;
	padding:0;
}
body {
	background:#c8dae6;
	margin:0 auto 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}



/* wrapper */
div.pagewidth {
	width:85%;
	margin:0 auto;
	padding:0;
}


/* header & nav */
div.header-wrapper {
	background-color:#b6d6b4;
	background: url('images/headerbg.jpg') repeat-x;
	background-position:bottom left;
}
div.nav-wrapper {
	background:#fff url('images/nav.png') repeat-x scroll center center;
}
div.header {
	padding:0px 0 0px 10px;
	height:148px;
	margin:0 auto;
	background: url('images/header.jpg') no-repeat;
}
div.nav {
	height:50px;
	display:block;
}
div.nav ul {
	list-style:none;
	padding:0;
	margin:0;
	height:50px;
	float:left;
	position:relative;
	border-right:0px;
	border-left:0px;
}
div.nav ul li {
	display:block;
	float:left;
	padding:0;
	border-right:0px;
	border-left:0px;
}
div.nav ul li a, div.nav ul li a:visited {
	float:left;
	padding:17px 20px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
div.nav ul li a:hover {
	color:#004A87;
}
div.nav ul li.selected a, div.nav ul li.selected a:visited, div.nav ul li.selected a:hover {
	background:#b6d6b4;
	background: url('images/navselected.png') no-repeat;
	background-position:center;
}



/* headers */
h1 {
	font-size:2.2em;
	letter-spacing:-2px;
	padding-left:10px;
	text-align:left;
	line-height:1.0em;
	text-transform:uppercase;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
h2 {
	text-align:left;
	padding:0 0 10px 10px;
	font-size:0.9em;
	color:#FF99BD;
	font-weight:normal;
}
h3 {
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#004A87;
	letter-spacing:-1px;
}
h4 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	color:#fff;
	padding:7px 12px;
	font-size:0.8em;
	letter-spacing:1px;
	background:#004A87;
	border-right:0px;
	border-bottom:4px solid #FFFFFF;
}



/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.5em;
	font-size:0.85em;
	color:#555555;
}
ul {
	padding:5px 0 20px 15px;
	list-style:none;
}
code {
	border:1px solid #dddddd;
	color:#666666;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.9em;
	color:#666666;
	font-weight:bold;
	padding:0 10px 0 0;
	background-color:#ffffff;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#004A87 none repeat-x scroll bottom left;
	color:#ffffff;
	border:0px solid #990036;
	color:#ffffff;
	font-size:0.8em;
	padding:6px 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
}
table tr th, table tr td {
	padding:5px 10px; 
}
table tr th {
	background:#CC0047 none repeat-x scroll bottom left;
	color:#ffffff;
	border-top:2px solid #990036;
}
table tr td {
	border-bottom:1px solid #dddddd;
}


/* default links */
a, a:visited { 
	color:#E68C43;
} 
a:hover { 
	color:#FCB55C; 
}
	

/* centeral page */
div.page {
	clear:both;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
div.page ul {
	font-size:0.95em;
	color:#333333;
}
div.page ul li {
	padding:2px 0;
}
div.page p {
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
}

/* content */
div.page-wrap {
	padding:20px;
	padding-top: 30px;
	clear:both;
	background-color:#fff;
}
div.content {
	float:left;
	width:65%;
	padding-right:20px;
}
div.content ul {
	font-size:0.9em;
	list-style:disc;
}
div.content ul li {
	padding-bottom:5px;
}

/* sidebar */
div.sidebar {
	padding-left:80px;
	float:left;
	width:21.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.sidebar p { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	margin-bottom:5px;
	padding:2px;
}
div.sidebar ul {
	margin:0 0 40px 0;
	padding:4px;
}
div.sidebar ul li {
	padding:8px 0;
}
div.sidebar ul.blocklist li {
	border-bottom:0px dashed #004A87;
	padding:10px 0;
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
}



/* footer */
div.footer {
	clear:both;
	background:#004A87;
}
div.footer p {
	text-align:center;
	color:#eee;
	font-size:0.75em;
	padding:40px 0;
	margin:0;
}
div.footer p a {
	color:#eee;
}

/* search form */
form.searchform {
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}