* {
	margin:0;
	padding:0;
}
body {
	background:#97a8be none repeat-x scroll top left;
	margin:0 auto;
	color:#ffffff;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}


/* wrapper */
div#wrap {
	width:90%;
	margin:0 auto;
	padding:0 10px;
}


/* header & nav */
div.header {
	margin:0 auto;
	background:#000099 none repeat-x scroll bottom left;
}
div.nav {
	padding:0;
	margin:0 auto;
	float:right;
	width:60%;
}
div.pagetitle {
	float:left;
	width:40%;
}
div.title {
	padding:30px 20px;
	margin:0 auto; 
}
div.innertitle {
	width:90%;
	margin:0 auto;
}
div.nav ul {
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	position:relative;
	float:right;
}
div.nav ul li {
	display:inline;
	float:left;
	margin:0 5px;
}
div.nav ul li a, div.nav ul li a:visited {
	float:left;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	padding:10px 20px;
	display:block;
}
div.nav ul li.selected a {
	background:#333399;
}
div.nav ul li.selected a, div.nav ul li a.selected:visited {
	background:#333399;
}


/* headers */
h1, h2 {
	text-align:left;
	color:#ffffff;
}
h1 {
	font-size:2.8em;
	padding-left:10px;
	text-transform:uppercase;
	letter-spacing:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#ffffff;
	border-bottom:none;
}
h2 {
	padding:0 0 10px 10px;
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:1.5em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:normal;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	margin-bottom:5px;
}
h4 {
	color:#482F2D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:normal;
	padding:5px 0;
	text-transform:uppercase;
}


/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;	
	color:#ffffff;
}
ul {
	color:#ffffff;
	padding:0 0 20px 35px;
}
code {
	background-color:#AD977B;
	display:block;
	color:#685741;
	padding:10px;
	margin:10px 0;
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* default forms */
form {}
form input, form textarea {
	padding:5px;
	border:none;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#7C0406 none repeat-x scroll bottom left;
	color:#ffffff;
	font-size:0.9em;
	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;
	margin:0;
}
table tr th {
	background:#0066FF none repeat-x scroll bottom left;
	color:#ffffff;
}
table tr td {
	border-bottom:1px solid #ffffff;
}


/* default links */
a { 
	color:#D4C8BA;
	border-bottom:1px dotted #D4C8BA;
	text-decoration:none;
}
a:visited { 
	color:#D4C8BA;
} 
a:hover { 
	color:#E7E2DA;
	border-bottom-color:#E7E2DA; 
}
	

/* centeral page */
div.page {
	margin:0 0 0 11px;
	background-color:#AD977B;
	padding:35px 10px 0 10px;
}
div.page ul {
	list-style:square;
	font-size:0.95em;
}
div.page ul li {
	padding:3px 0;
}


/* content */
div.content {
	width:65%;
	float:left;
	background-color:#877154;
	border-top:1px solid #000000;
	padding:10px;
	margin-bottom:30px;
}


/* sidebar */
div.sidebar {
	width:30%;
	float:right;
}
div.sidebar p {
	color:#000000;
}
div.sidebar ul {
	list-style:none;
	padding:0 0 10px 0;
}
div.sidebar ul li {
	padding:7px 0;
}
div.sidebar ul li a {
	text-decoration:none;
	font-size:0.9em;
	color:#482F2D;
	border-bottom:1px dotted #482F2D;
}
div.sidebar ul li a:hover {
	color:#E7E2DA;
	border-bottom:1px dotted #E7E2DA;
}

/* footer */
div.footer p {
	border-top:1px solid #630304;
	padding:20px 0;
	text-align:center;
	color:#ffffff;
	background-color:#000099;
	margin:0;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.footer p a {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}

/* search form */
form.searchform {
	padding-top:10px;
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}