@charset "utf-8";
#wrapper {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
#header {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#navbar {
	width: 200px;
	float:left;
	font-size: 14px;
}
#content {
	width:75%;
	margin-left:auto;
	margin-right:auto
}
#footer {
	width:100%;
	clear:both;
	height: 27px;
	padding-top: 4px;
	}
.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
}
h1 {
	height: 140px;
	background-image: url(../images/header2.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-top:0px;
}
	
body {
	margin: 0px;
	padding: 0px;
	background-color: #999;
	font-family: Tahoma, Geneva, sans-serif;
}
h2 {
	color: #666;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
#content li {
	margin-bottom: 8px;
}
#footer a:link {
	color:#000;
	text-decoration:underline;
}


/* Form styles */
div.form-container {
	margin:10px;
	padding:5px;
	background-color:#FFF;
	border: 1px solid #5db4cf;
	text-align:left;
}

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
div.form-container p { margin: 2px;}
div.form-container form p { margin: 0; }
/*div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
*/
div.form-container form fieldset { margin: 10px 0; padding: 8px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { 
	padding-top: 0.25em;
	padding-right:0;
	padding-bottom: 0.25em;
	padding-left:0;
	}

div.form-container label, 
div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-size: 14px;
}
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
