/* == [ INITIAL/GLOBALS ] == */
a {
	font-weight: bold; 
	text-decoration: none; 
	background-color: transparent;
	color: #6D863F;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
/* CSS shorthand: font-style || font-variant || font-weight || font-size/line-height || font-family */
	font: normal 12px/18px arial, verdana, helvetica, sans-serif;
	text-align: center;
	background: #544A2E url("images/bg.gif") repeat-x top left;
	color: #320F00; 
}

img {
	margin: 0;
	padding: 0;
	border-color: #000000;
}

h1, h2, h3, h4 {
/* CSS shorthand: top right bottom left */
	font: normal 21px "arial black", arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #6D863F; 
}

h2 {
	font: normal 18px arial, verdana, helvetica, sans-serif;
	color: #454A2A;
}

h3 {
	font: bold 16px arial, verdana, helvetica, sans-serif;
	color: #320F00;
}

h4 {
	font: bold 16px arial, verdana, helvetica, sans-serif;
	color: #9BB46D;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none; /* Use background to center bullet vertically */
}

li {
	padding: 0px 1px 0px 20px;
	background: transparent url("images/bullet.gif") 0 .6em no-repeat;
}

/* == [ FORM ] == */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	margin-top: 5px;
	font: normal 9px arial, helvetica, sans-serif; 
	background-color: #E3E4C2;
	color: #5C5438;
}

input, textarea, select {
	margin: 1px 1px 1px 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #000000; 
	font: normal 10px arial, verdana, helvetica, sans-serif;
	background-color: #E3E4C2;
	color: #666666;
}

.checkbox {
	border: 0;
}

.required { 
	background-color: #E3E4C2;
	color: #FF6666;
}

/* == [ MAIN ] == */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 100%;
	text-align: left;
	background: #E3E4C2 url("images/bg_wrapper.gif") repeat-y top center; 
}

#header {
	margin: 0;
	padding: 0;
	width: 750px; 
	height: 90px;
}

#content {
	margin: 0px 0px 0px 200px;
	padding: 0;
	width: 550px;
}

* html #content { /* Tan hack fix IE drop float and 3 pixel bugs */
	width: 547px;
} 

#content-main {
	margin: 40px 0px 0px 40px;
	padding: 0;
	width: 470px;
}

#content-news {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	width: 470px;
	background: #D5D1AB url("images/news_bottom.gif") no-repeat left bottom; 
}

#content-news #content-news-space {
	margin: 0;
	padding: 20px 0px 0px 0px;
	width: 470px;
	background: #D5D1AB url("images/news_top.gif") no-repeat left top; 
}

#content-news p, #content-news h2 {
	margin: 0;
	padding: 0px 20px 15px 20px;
}

#content-thanks {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	width: 470px;
	background: #D5D1AB url("images/news_bottom.gif") no-repeat left bottom; 
}

#content-thanks #content-thanks-space {
	margin: 0;
	padding: 20px 0px 0px 0px;
	width: 470px;
	background: #D5D1AB url("images/news_top.gif") no-repeat left top; 
}

#content-thanks p, #content-thanks h2 {
	margin: 0;
	padding: 0px 20px 15px 20px;
}

/* == [ SIDEBAR/CONTEXTUAL NAV ] == */

#navbar {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 200px;
}

#sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	display: inline; /* fixes IE double margin and fake indent bugs on floating elements */
	overflow: hidden; /* clips any oversized content like images and URLs (must have a width to work on IE) */
}

#sideright {
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0;
	width: 175px;
	text-align: center;
	display: block;
}

/* == [ FOOTER ] == */

#footer-nav {
	margin: 0px 0px 0px 200px;
    padding: 0;
 	width: 550px; 
	height: 25px;
	font: normal 11px/25px arial, verdana, helvetica, sans-serif;
	text-align: center;
}

#footer-nav a {
	font-weight: normal;
}

#footer {
	margin: 0px 0px 0px 200px;
    padding: 0;
 	width: 550px; 
	height: 20px;
	font: normal 9px/20px georgia, arial, verdana, helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	background-color: #000000;
	color: #C7BE94;
}

#footer a {
	text-decoration: none;
	background-color: #000000;
	color: #CCCCCC;
}

#footer a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

#filler {
	position: relative;
	margin: 0;
    padding: 0;
	height: 50px;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

/* == [ MISC. CLASSES ] == */

.abstract {
	font: bold 14px arial, verdana, helvetica, sans-serif;
}

.author {
	font: bold 12px arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #968867;
}

.heading {
	font: bold italic 16px arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #990000; 
}

.checkbox {
	border: 0; 
}

.date {
	font: bold 12px georgia, verdana, arial, sans-serif; 
	background-color: transparent;
	color: #990000;
}

.h2tone {
	font: normal 18px "arial black", arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #6D863F;
}

.good {
	font-size: 16px;
	font-weight: bold;
	background-color: #E3E4C2;
	color: #006600;
}

.bad {
	font-size: 16px;
	font-weight: bold;
	background-color: #E3E4C2;
	color: #CC0000;
}