html, body { height:100%;}
body
{
	font-size: 62.5%;
	/* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background-color: #900;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

#content
{
	background-color: #FFF;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#page
{
	background-color: #FFF;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	width: 840px;
	margin: 0px 0 0 !important;
	clear: both;
	color: #fff;
	border-color: #900;
	border-width: 1px;
	border-style: solid;
	background-color: #600;
}

#caution
 { background-color: #FF0; } 
 
#footer a {
	color:#fff;
	}

#footer a:hover
{
	color: #900;
	background-color: #FFF;
}

/* BEGIN SITE SPECIFIC STYLES */

#registration
{
	color: #C00;
	position: relative;
	top: 0px;
	right: 0px;
	width: 380px;
	z-index: 2;
	text-align: left;
	font-family: Georgia, Times, serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-left: #600;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	padding: 0 20px 0 20px;
}
#header
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	text-align: center;
}

#notes
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	text-align: left;
	padding: 0 20px 0 20px;
	width: 380px;
}

#submitdiv {
	overflow:hidden;
	margin:0;
	padding: 0;
	text-align:left;
	border:2px solid #900;
	background-color:#fff;
	}


#rightcol
{
	position: relative;
	top: 0px;
	width: 400px;
} 

#recent
{
	position: relative;
	padding: 10px 20px 10px;
	color: #06c !important;
	text-align: left;
	border-color: #600;
	border-width: 2px;
	border-style: solid;
	background-color: #FCC;
	overflow: scroll;
	width: 340px;
	bottom: 20px;
}

#recent h4 {
	font: bold 19px/130% Georgia, Times, serif;
	margin:0px 0px 6px;	
	color:#06c;
}

#recent .entry, #recent .author {
	margin:2px 0;
	font: normal 15px/130% Georgia, Times, serif;
	line-height:120%;
	color:#444 !important;
}
#recent .author {
	font-size:13px;
	margin:0 0 10px;
	text-align:right;
	color: #449 !important;
}

.message {
}
.message p {
	font: bold 13px/130% Arial, sans-serif !important;
	color:#c00;
	border:1px solid #c00;
	margin:12px 20px;
	padding:6px;
	background:#ffb;
}
p.success {
	font: bold 15px/130% Arial, sans-serif !important;
	color:#090;
	padding:6px;
	border:1px solid #090;
	margin:12px 20px;
	background:#efe;
}

p.required {
	text-align:center;
	color:#900;
	font-size:11px !important;
	margin: 0 !important;
}

h2.f {
	margin:12px 20px;
	font: bold 16px/150% Georgia, sans-serif;
	color:#900;
	text-align:center;
	clear:both;
}

table#form {
	font: bold 13px/150% Georgia, Times, serif;
	color:#444;
	margin:12px 0 12px 20px;
	width:300px;
}
table#form input, table#form textarea {
	font: normal 16px/130% Arial, sans-serif;
	padding:2px 4px;
	border: 2px solid #999;
	width:200px;
}
table#form textarea {
	height:80px;
}
table#form .submit {
	font: bold 17px/130% Arial, sans-serif;
	color:#fff;
	background:#c00;
	border: 2px solid #900;
	padding:1px 2px;	
	width:auto;
}

