@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    font-size:1.2em;
}

#header {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	height: 150px;
	padding: 0;
    border-bottom: 1px solid #000000;
}

#header h1{
	visibility:hidden;
    margin:0;
    padding:0;
}

#content{
	padding:0 10px;
    float:left;
    width:560px;
}

#menu{
	margin:0 0 100px 0;
    padding:0;
    list-style-type:none;
}

#menu li{
	line-height:30px;
    background-color:#8BA487;
    border-bottom: 1px solid #000000;	
    border-right: 1px solid #000000;
}

#sidebar{
    width:199px;
    float:left;
}

#sidebar a:link, #sidebar a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
    display:block;
}
 
#sidebar a:hover {
	color: #994A4D;	
}

#footer{
	padding:5px 0;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #8BA487;
	color: #FFFFFF;
    text-align:center;
    font-size:.9em;   
    border-top: 1px solid #000000; 
}

#footer p{
	margin:0px;
    line-height:17px; 
}

#footer a:link, #footer a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
 
#footer a:hover {
	color: #994A4D;	
    text-decoration:none;
}


h1 {font-size: 1.8em;}	
h2 {font-size: 1.6em;  color:#8BA487;}		
h3 {font-size: 1.3em;  color:#000; margin:0; }	    
h4 {font-size:1.2em;  color:#8BA487;}
 
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0;
	padding:0;
	border:none;
	visibility: hidden;
}

.bold{
	font-weight:bold;
}

hr{
	height:1px;
    border:0;
    width:auto;
    background:#333333;
}	


img
{
	text-decoration:none;
	border-style: none;
}

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0 20px 2px 0;
	display: inline;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left;
}

.smaller{
	font-size:.8em;
}

.smaller hr{
	margin:12px 0;
}
.center{
	text-align:center;
}

.scoot{
	margin-left:280px;
}

.message{
	border:1px solid #000; 
    width:95%; 
    background-color: #FFFFCC;
    margin: 10px auto;
    padding: 7px;
}

.tools{
	margin:0;
    padding:0;
    list-style-type:none;
}

.tools li{
	width:33%;
    float:left;
}

textarea, input{
	border:1px solid #666;
	margin: 7px 0 0 10px;
	float:left;
}


label{
	width:110px;
	display:block;
	float:left;
	line-height:32px;
	text-align:right;
}

#submit{
	margin:7px 0 10px 120px;
}

.error{
	color:red;
	font-size:1.2em;
	font-weight:bold;
}
