body {
	margin: 5px auto auto auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFFFFF;
	width: 800px;
	text-align: center;
}
#header {
	background: #fff url(/images/RHL-EBM.jpg) repeat-x;
	margin-top: 10px;
	text-align: left;
	padding-top: 1px;
	margin: 0 0 0 0;
	width: 800px;
}
#footer {
	clear: both;
	width: 800px;
	background-color: #999999;
	overflow: auto;
}
#container {
	width: 800px;
	margin: 5px 0 0 0;
	background-color: #161D88;
	float: none;
	text-align: left;
	overflow: auto;
}


#content {
	border-width: 0px 0 0px 0;
	float: right;
	width: 646px;
	padding: 0 0 0 2px;
	background-color: #fff;
	margin: auto auto auto auto;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	white-space: normal;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#content a {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #0000FF;
}
#content a:active {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #0000FF;
}
#content a:hover {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #0000FF;
}
#content a:link {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #0000FF;
}
#content a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #800080;
	text-decoration: none;
}


#masthead img {
}

#sidebar ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
	clear: both;
}
#sidebar li {
	border-bottom: 1px #FFFFFF solid;
	display: block;
	border: 0px #FFFFFF ridge;
	width: 150px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	border-bottom: 1px #FFFFFF solid;
	width: 150px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #686FA4;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 5px;
	font-family: Verdana;
	color: #FFFFFF;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

th { background-color: #933; color: #fff }
tr.odd { background-color: #fcc; }
tr.even { background-color: #ecc; }

.style1 {
	text-align: center;
	line-height: 150%;
}
.style2 {
	text-align: left;
	line-height: 150%;
}
.style3 {
	font-size: x-large;
}
.style4 {
	text-align: center;
	color: #686FA4;
	font-size: x-large;
}
.style5 {
	margin-top: 0;
	margin-bottom: 0;
}
.style6 {
	text-align: center;
}
.style7 {
	border-style: solid;
	border-width: 0px;
}



html fieldset {
	position: relative;
}

html legend {
	position:absolute;
	top: -1em;
	left: .5em;
}
html fieldset {
	position: relative;
	margin-top:1em;
	padding-top:2em;
	padding-bottom: 2em;
}




/* Form Styles */
fieldset {
	bacground: #ddd;
}
legend {
	color: white;
	background: maroon;
	padding: .4em 1em;
}
label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.2em;
	display: block;
}
.form_row {
	white-space: nowrap;
	padding-bottom: .5em;
}
.submit {
	margin-left: 15em;
}



.fieldWithErrors{
	margin: 2px;
	padding: 2px;
	background-color: red;
	display: table;
}
#errorExplanation {
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 9px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}
#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 9pt;
	margin: -7px;
	background-color: #c00;
	color: #fff
}
#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}
#errorExplanation ul li {
	font-size: 9pt;
	list-style: square;
}


#notice {
	border: 1px solid green;
	padding: 1em;
	margin: 1em;
	margin-bottom: 2em;
	background-color: lightgray;
	font: bold smaller sans-serif;
}

#debug {
	margin-top: 1em;
	margin-left: auto;
}
#debug a, #debug a.visited {
	text-decoration: none;
	color: maroon;
}

fieldset.debug_info {
	text-align: left;
	margin: 1em;
	background: #eee;
	padding: 0.5em;
}
.debug_dump {
	text-align: left;
	border-top: 1px dashed black;
	background: #ccc;
	margin: 0;
	padding: 0.5em;
}


/* Community Styles */
a, a#visited {
	color: maroon;
	text-decoration: none;
}
table.users {
	background: #fff;
	margin-left: 2em;
}
table.users td.bottom {
	border-top :1px solid #999;
	padding-top: 10px;
}
table.users th {
	color: white;
	background: maroon;
	font-weight: normal;
}
table.users th a {
	color: white;
	text-decoration: underline;
}
table.users tr.even {
	background: #ddd;
}
table.users tr.odd {
	background: #eee;
}

