/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of CSS Reset */



* {
	margin:0;
	padding:0;
}
body {
	background:#FFFFE5 none repeat-x scroll top left;
	margin:0 auto;
	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:#444B60 url('images/titlebg.jpg') repeat-x scroll bottom left;
}
div.nav {
	padding:0;
	margin:0 auto;
	width:90%
}
div.title {
	padding:50px 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;
}
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:#FFFFE5;
	font-weight:normal;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}
div.nav ul li a span {
	padding:10px 20px;
	display:block;
}
div.nav ul li.selected a span, div.nav ul li.selected a:visited span {
	background:transparent url('images/nav-bg-left.png') no-repeat scroll top left;
	color:#242833;
}
div.nav ul li.selected a, div.nav ul li.selected a:visited {
	background:#FFFFE5 url('images/nav-bg-right.png') no-repeat scroll top right;
}


/* headers */
h1, h2 {
	text-align:left;
	color:#FFFFE5;
}
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:#FFFFE5;
	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:#333333;
}
h4 {
	color:#21232F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	padding:5px 5px 5px 10px;
	border-left:10px solid #21232F;
}


/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;	
	color:#333333;
}
ul {
	padding:0 0 20px 35px;
}
code {
	border:1px solid #222631;
	border-left-width:10px;
	background-color:#ffffff;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */
form {}
form input, form textarea {
	border:2px solid #dddddd;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#5E008D url('images/titlebg.jpg') repeat-x scroll bottom left;
	color:#ffffff;
	font-size:0.9em;
	border:1px solid #220033;
	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:#5E008D url('images/titlebg.jpg') repeat-x scroll bottom left;
	color:#ffffff;
}
table tr td {
	border-bottom:1px solid #dddddd;
}


/* default links */
a { 
	color:#262A36;
	border-bottom:1px solid #3B4154;
	text-decoration:none;
}
a:visited { 
	color:#262A36;
} 
a:hover { 
	color:#3B4154; 
}
	

/* centeral page */
div.page {
	margin:0 0 0 11px;
	background-color:#FFFFE5;
	padding:10px 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;
}


/* sidebar */
div.sidebar {
	width:30%;
	float:right;
}
div.sidebar ul {
	list-style:none;
	padding:10px 10px 25px 10px;
}
div.sidebar ul li {
	padding:7px 0;
}
div.sidebar ul li a {
	text-decoration:none;
	font-size:1.2em;
}

/* footer */
div.footer {
	clear:both;
	margin-top:10px;
	border:3px solid #313747;
	border-bottom:none;
	background:#444B60;
	padding:20px 0;
}
div.footer p {
	text-align:center;
	color:#ffffff;
	margin:0;
	padding:0;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.footer p a {
	color:#ffffff;
	border-bottom:1px solid #ffffff;
}

/* search form */
form.searchform {
	padding-top:10px;
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}
