a:link {
	color: #FF8542;
	text-decoration: underline;
}

a:visited {
	color: #FF8542;
}

a:hover {
	color: #FF8542;
	text-decoration: none;
}

a.hurricane:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight:bold;
}

a.hurricane:visited {
	color: #FF0000;
	font-weight:bold;
}

a.hurricane:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}

body {
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
}

body, div, span, p, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 11px 0 11px;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #333;
	padding-top: 9px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding-left: 11px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3E5255;
	padding-left: 11px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3E5255;
	margin-top: 0;
	padding-left: 11px;
}

hr {
	color: #9E2F37;
	height: 1px;
	border-top: 1px solid #9E2F37;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

ul {
	list-style-position: inside;
	/*font-size: 14px;*/
	padding: 0 0 0 1em;
	margin: 0 0 0 15px;
}

/*ul li {
	font-size: 14px;
	padding: 0 0 3px 0;
}*/

#page {
	margin: 0 auto;
	border: 1px solid #000;
	text-align: left;
	width: 739px;
	padding: 0;
}

#header {
	/*padding: 5px 25px 0 25px;*/
	margin: 0 auto;
	text-align: center;
	width: 740px;
}

#nav {
	position: relative;
	text-align: left;
	top: 0;
	left: 0;
	text: nowrap;
	width: 179px; 	/* False value for IE4-5.x/Win. */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 172px;	/* Good value for compliant browers. */
	border-right: 22px solid #BCC85C;
	background-image: url('/images/logo-EHO.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #E7EBC4;
}

#nav-admin {
	position: relative;
	text-align: left;
	top: 0;
	left: 0;
	text: nowrap;
	width: 179px; 	/* False value for IE4-5.x/Win. */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 172px;	/* Good value for compliant browers. */
	border-right: 22px solid #BCC85C;
}

#nav-contain {
	padding: 15px 0 0 0;	
}

#login {
	padding: 1px;
	background: #FFF;
	/*border-right: 1px solid #999;*/
	border-bottom: 1px solid #000;
	width: 145px; 	/* False value for IE4-5.x/Win. */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 134px;	/* Good value for compliant browers. */
}

#content {
	margin: 0 auto;
	padding: 0 0 29px 0;
	background: #FFF;
	text-align: left;
	width: 537px;		
}

#flash-area {
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	text-align: left;
	width: 537px;		
}

#footer {
	padding: 0;
	text-align: center;
}

#footer p {
	font-size: 12px;
	margin: 17px;
}

.error {
	color: #C00;
	font-weight: bold;
}

.picture {
	margin: 0 11px 0 0;
	float: left;
	border: none;
}

.small {
	font-size: 11px;
}

.spacer {
	clear: both;
}

ul.small {
	font-size: 11px;
	padding: 5px;
	margin: 5px;
}

ul.small li {
	font-size: 11px;
	padding: 0 0 10px 0;
}

.form-contain {
	border: none;
	border-collapse: collapse;
}

.form-contain td {
	padding: 3px 3px 3px 11px;
	vertical-align: top;
}

.form-contain td.formw {
	width: 100%;
}
.label {
	color: #000;
	font-size: 13px;
	text-align: right;
	white-space: nowrap;
}	
.btn-contain {
	clear: both;
	text-align: right;
	margin: 5px 0 0 0;
}

table.summary {
	border-collapse: collapse;
	border: 1px solid #000;
}

table.summary td, table.summary th {
	padding: 3px;
	border: 1px solid #000;
	font-size: 11px;
}

table.summary th {
	background: #DDD;
}

table.summary caption {
	text-align: left;
	font-weight: bold;
}
div.error {
	position: relative;
	margin: 0 0 .25em 0;
	padding: 1px 10px;
	border: 1px solid #F00;
	background: #F6F7F7;
	color: #F00;
}
span.error {
	color: #F00;
}
