body {
	background-color:#000000;
	color:#333;
	/* font-family:lucida, "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, verdana, sans-serif; */
	font-family:helvetica, arial, verdana, sans-serif;
	font-size:12px;
	margin:20px 0;
	background:url(../images/era_bg_grad.jpg) center ;
	
}

p, li, h1, h2, h3, h4, h5 {
	line-height:135%;
}

p { margin:0.6em 0 }
ul { margin-top:0 }

h1, h2, h3, h4, h5 {
	/* font-family:helvetica, arial, verdana, sans-serif; */
	font-weight:normal;
	color:#E92E4D;
	margin:0.6em 0; 
}

h2 { margin-top:0; font-size:20px }
h3 { font-size:18px }
h4 { font-size:16px; margin-top:0 }

a { text-decoration:none; color:#E92E4D; border-color:#E92E4D }
a:hover { color:#000; border-color:#000; text-decoration:none;  }
a img { border:1px solid #ccc; }
a:hover img { border-color: #666; }

th, td { padding:0.3em 1em 0.3em 0; border-bottom:0px solid #ddd; text-align:left; vertical-align:top }
th { padding-top:1em }
table { border-spacing:0 }

hr { height: 1px; color: #ccc; border: none; } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #ccc; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #ccc; border: 0px solid #ccc; } /* For Opera and Gecko-based browsers */

blockquote {
	margin:0;
}

blockquote p {
	margin:0;
	color:#666;
}

/* FORMS */

form { margin:0; }
legend { font-weight:normal; color:#666; background-color:transparent }
fieldset {
	border:1px solid #ccc;
	background:url(../images/form-bkgd.png) bottom center #fff repeat-x;
}

fieldset table {
	width:90%;
	margin:0.5em auto;
}

input, select, textarea {
	font-family:lucida, "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, verdana, sans-serif;
	font-size:12px;
	background-color:#fff;
	border:1px solid #999;
	color:#333;
	padding:2px;
}

select {
	/*
	padding:0;
	background-color:#06c;
	color:#fff;
	*/
}

textarea { width:95% }

input[type='text'], input[type='password'], textarea {
	background:url(../images/input_bkgd.gif) top left no-repeat #fff;
	padding:4px 6px;
}

input:focus, textarea:focus { border-color:#333; color:#333 }

label.checked { color:#E92E4D }
.required, .req { color:green; font-size:20px; font-weight:bold; vertical-align:middle; }

input.checkbox { border:none; background-color:transparent }

.submit {
	background-color:#E92E4D;
	border-color:#E92E4D;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
}

input.submit:focus { color:white }
input.submit:hover { background-color:black }
input.radio { border:0; background-color:transparent }

address { font-style:normal; }

/* utility classes */
.small { font-family:verdana; font-size:10px; }
.note { color:#666; }
.clear { clear:both; }
.right { float:right }
.left { float:left }
img.right { margin:0 0 1em 1em }
img.left { margin:0 1em 1em 0 }
.block { display:block }
.hilite { color:#DC006B }
.date { font-family:verdana; font-size:10px; }
.download { padding-left:15px; background:url(../images/download.gif) top left no-repeat transparent; }
.doc {
	padding-left:17px;
	background:url(../images/doc.gif) top left transparent no-repeat;
}
.error, .alert {
	padding-left:22px;
	background:url(../images/alert.gif) top left transparent no-repeat;
	color:#c60;
}
.floated_right {
	float:right;
	width:200px;
	text-align:center;
	padding:0.5em;
	border:1px solid #ccc;
	margin:0 0 10px 10px;
}
.third { float:left; width:33%; }
a.button {
	padding:0.5em 0.7em;
	border:1px outset #ccc;
	text-decoration:none;
	font-weight:bold;
}

#address {
	 color:#666; font-size:11px;
}