/* =General ---------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol {
  margin: .5em 0 1em;
}
blockquote {
  margin-left: 2em;
}

/* Remove border around linked images */
a img,:link img, :visited img {
	border: none;
}


/* =Typography ---------------------*/

html {
	font-size: 100.01%;
	}
body {
	background: #EFF9C8;
	color: #444;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 76%;
	line-height: 1.4;
	padding: 0 0 4em;
	text-align: center;
	}

body div, body table, body blockquote {
	font-size: 100%;
	}

/* =Headings ---------------------*/


h1 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	}
h2 {
	color: #CF3438;
	font-family: Georgia, Times, serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1;
  margin: 0 0 1em;
  padding: .25em 0 0;
	}

h3 {
	color: #CF3438;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1;
  margin: 1.5em 0 .75em;
	}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1;
  margin: 1em 0 .75em;
	}


/* =Links ---------------------*/

a:link {
	color: #069;
	text-decoration: none;
	}
a:visited {
	color: #046;
	text-decoration: none;
	}
a:hover {
	color: #09C;
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
	}


/* =Forms ---------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables ---------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}
tr {
  vertical-align: top;
}

th {
  text-align: left;
}


/* =Lists ---------------------*/

ul {
	padding: 0 0 0 1.4em;
	}
ol {
	padding: 0 0 0 2em;
	}
li {
	padding: 0 0 .2em;
	}

dt {
	font-weight: bold;
	margin: 1em 0 .25em;
	}
dd {
	margin: 0 0 0 1em;
	}

/* =CLASSes ---------------------*/

.nowrap {
	white-space: nowrap;
	}
.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}
.clearnext {
	clear: both;
	}
.top_reset {
	margin-top: 0;
	}
div.error, p.error {
	font-weight: bold;
	color: #C30;
	}
input.error, textarea.error {
	border: 3px solid #C30 !important;
	}
.icon {
	position: relative;
	top: .3em;
	}
.textblock {
	margin: 1em 0;
	}
.docsize {
	color: #666;
	font-size: .85em;
	}
.float_right {
	float: right;
	margin: 0 0 10px 10px;
	}
p.more {
	border-top: 1px solid #CDDD98;
	margin: 1.5em 0 1em;
	padding-top: .25em !important;
	}

/* =Layout ---------------------*/

#page {
	background: #FFF url(/img/bg/page_bg.gif) 0 0 repeat-y;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 820px;
	}
#main {
	clear: both;
	margin: 0 30px;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
	width: 760px;
	}


/* =Header ---------------------*/

#header {
	background: #EFF9C8 url(/img/bg/page_top.gif) left bottom no-repeat;
	padding: 80px 20px 20px;
	position: relative;
	}
#header h1 {
	background: transparent url(/img/header.gif) 0 0 no-repeat;
	position: absolute;
	top: 0px; left: 10px;
	height: 100px;
	width: 800px;
	}
#header h1 span {
	position: absolute;
	top: 0px; left: -9999px;
}
#header h1 a {
	display: block;
	position: absolute;
	top: 30px; left: 10px;
	height: 36px;
	width: 560px;
}


/* =Content ---------------------*/

#content {
	float: left;
	overflow: hidden;
	position: relative;
	width: 530px;
	}
#content .text_block {
	margin: 1em 0;
	}

#archive #content dt {
	clear: left;
	float: left;
	font-weight: normal;
	margin: 0 0 1em;
	width: 150px;
	}
#archive #content dd {
	margin: 0 0 1em 150px;
	}


/* =Sidebar ---------------------*/

#sidebar {
	background: #CDDD98;
	float: right;
	font-size: .94em;
	width: 200px;
	}
#sidebar .wrap {
	padding: 0 10px 10px;
	}

#sidebar h3 {
font-size: 1.25em;
  margin: 1em 0 .5em -10px;
	padding: 10px 0;
	}
#sidebar h3 span {
	background: #FFF;
	padding: 0 10px;
	}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar li {
	line-height: 1.2;
	margin: 0 0 .75em;
	padding: 0;
	}

#sidebar ul ul {
	padding: 0 0 0 10px;
	}
#sidebar ul ul li {
	margin: .5em 0 0;
	font-size: .95em;
	}

#sidebar p.more {
	border-top: 1px solid #FFF;
	}

#sidebar .docs {
	background: #09C;
	margin: 1em 10px 0;
	padding: 6px 10px 0 6px;
	}
#sidebar .docs ul {
	padding: 0;
	}
#sidebar .docs li {
	color: #FFF;
	margin: 0;
	padding: 0 0 6px;
	}
#sidebar .docs li a {
	color: #FFF !important;
	}
#sidebar .docs .docsize {
	color: #DDD;
	}


/* =Footer ---------------------*/

#footer {
	background: transparent url(/img/bg/page_btm.gif) left bottom no-repeat;
	font-size: .85em;
	padding: 0 0 17px;
	position: relative;
	}
#footer #copyright {
	margin: 0;
	position: absolute;
	top: 10px; left: 30px;
	}


/* =Misc 1 ---------------------*/

