@charset "UTF-8";
/* CSS Document */

/* RESET STYLES */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;}
	
img, fieldset {
	border: 0;}
	
ul,ol {
	list-style: none;}
	
body, select, input, textarea {
	font: 100%/1.2 tahoma, arial, helvetica, sans-serif;}

#container {
	font-size: 0.8em;
	width: 960px;
	margin: 0 auto; padding-bottom: 1px;}
	
h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: 100;
	padding-bottom: 0.6em;}
h1 {
	font-size: 2em;}
h2 {
	font-size: 1.8em;}
h3 {
	font-size: 1.6em;}
h4 {
	font-size: 1.4em;}
h5 {
	font-size: 1.2em;}
h6 {
	font-size: 1em;}
p {
	padding-bottom: 1.2em;
	line-height: 1.5em;}

/* REUSABLE CLASSES */

.qualify {
	font-size: .8em;}

.hide {
	display: none;}
	
#message, #message2, #error_message {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; padding: 5px; width: 950px;
	text-align: center;
	background-color: #000;
	color: #FFF;}

#message2 {
	color: #000;
	background: #FFF;}

#error_message {
	background-color: #000;}

.error {
	color: red;}
	
/* SITE SPECIFIC STYLES */

body {
	background: #EEE;}

#container {
	background: none no-repeat #FFF;
	position: relative;}

#sidebar {
	width: 170px; height: 605px; text-align: center;
	background: url(../img/sidebar/bkgd.gif) no-repeat bottom #000;
	float: left;}
	
	#sidebar li {
		padding: 20px 0;}

	
#btEntries {
	display: block;
	background: #c4161c;
	color: #FFF;
	padding: 3px 0px;
	width: 150px;
	text-align: center;
	position: absolute;
	top: 0; right: 0;
	font-size: 1.1em;
	text-decoration: none;
	}
#btEntries:hover {
	background: #FFF;
	color: #c4161c;}