
*{  margin: 0px 0px 0px 0px; }

/* ********** ELEMENT CLASSES ***************/
.clearAll { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }



body{
text-align:center;
font-family: arial, sans-serif;
line-height: 14px;
color:#FFFFFF;
font-size: 78%; 
background: #FF3333 url("/images/bg_main.jpg") repeat-x; 
}

/* Layout */

#container { text-align:center; margin: 30px auto 10px auto; }

#content { text-align:center; background: #CC3333 url("/images/bg_content.gif") no-repeat; width: 680px; margin: 10px auto 10px auto;}


#header{ text-align:center;  padding: 4px 0px 0px 0px; height: 132px; }
#logo { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } 
#navigation {padding: 0px 0px 0px 0px; margin: 24px 0px 0px 0px; }

#bodytext { 
text-align:left; 
padding: 0px 60px 60px 60px; 
margin: 0px 0px 0px 0px;
line-height: 18px;
}


#hp_photo { 
text-align:center; 
padding: 0px 60px 0px 60px; 
}

#hp_quote { 
text-align:center; 
padding: 20px 60px 60px 60px; 
}

#divider_horiz { 
text-align:center; 
margin: 20px 0px 20px 0px;
}


#footer{ clear:both; font-size: 80%; color: #333;   margin: 10px 0px 0px 0px; }

/* NIFTY CORNERS */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}


/* END NIFTY CORNERS */



/* Links */
a{
color:#CCCC99;
text-decoration:underline;
}
a:hover{
color:#999999;
text-decoration:none;
}




/* General Style Info */

li {
margin: 0px 0px 0px 12px;
/* list-style-position : inside; */
}

ul {
margin: 12px;
}

a img{
border:none;
}

h1{
}

h2{
color:#EEEE99;
margin: 0.0em 0.0em 1.5em 0.0em;
font-size: 110%;
font-weight: bold;
text-decoration:underline;

}

h3{
color:#CCCC66;
margin: -0.2em 0.0em 0.2em 0.0em;
font-size: 100%;
font-weight: bold;
}

h4{
}

em {
font-size: 12px;
}

hr {
	color:#3333CC;
	height: 2px;
	width: 145px;
	margin: -6px 0px 0px 0px;
}


/* font styles */
.introtext{
	color: Black;
	font-weight: bolder;
	font-size: 12px;
}


/* tables */


table {
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
table tr td {
padding:4px 4px;
vertical-align:top;
text-align: left;
}



/* notices and errors */

.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
overflow: auto;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
.required{
clear: both;
color:#222;
font-weight:bold;
}
.optional{
clear: both;
color:#555;
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

