/* Color Scheme
#F59F1A lt orange
#E97E1E dk orange
#551900 brown
*/

body{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

/* Screen or print display toggle */
.screenDisplay {
	display: none;
	}

/* Printer text attributes */
.printertext {
	background: #ffffff; 
	font-size: 12pt;
}


/* Main body text headers */
H1 {
	color: #E97E1E;
	}
H2 {
	color: #551900;
	}
H3 {
	color: #F59F1A;
	}

/* Main body text links attributes */
A:link {
	color: #E97E1E; 
	text-decoration: underline;
	}
A:visited {
	color: #F59F1A; 
	text-decoration: underline;
	}
A:active {
	color: #F59F1A;
	text-decoration: none;
	}
A:hover {
	color: #F59F1A;
	text-decoration: none;
	} 

A.white:link {
	color: #E97E1E;
	text-decoration: none;
	}
A.white:visited {
	color: #E97E1E;
	text-decoration: none;
	}
A.white:active {
	color: #E97E1E;
	text-decoration: underline;
	}
A.white:hover {
	color: #E97E1E;
	text-decoration: underline;
	} 

A.announce:link {
	color: #E97E1E;
	text-decoration: none;
	}
A.announce:visited {
	color: #E97E1E;
	text-decoration: none;
	}
A.announce:active {
	color: #551900;
	text-decoration: underline;
	}
A.announce:hover {
	color: #E97E1E;
	text-decoration: underline;
	} 

/* Home page styles */

#homelogo {
	position: absolute;
	top: 20px;
	left: 30px;
	background-color: #FFFFFF;
}
#homeLogoText {
	padding: 1em;
	background-color: #FFFFFF;
	color: #E97E1E /*dk orange*/;
	font-size: 10pt;
}


#printTopLeft {
	text-align: right;
	padding: 1em;
	color: #F59F1A /*lt orange*/;
	background-color: #FFFFFF;
	font-size: 10pt;
}
#printTopRight {
	text-align: left;
	padding: 1em;
	background-color: #FFFFFF;
	color: #E97E1E /*dk orange*/;
	font-size: 10pt;
}
#printBottomLeft {
	text-align: right;
	padding: 1em;
	color: #F59F1A /*lt orange*/;
	background-color: #FFFFFF;
	font-size: 10pt;
}
#printBottomRight {
	text-align: left;
	padding: 1em;
	background-color: #FFFFFF;
	color: #E97E1E;
	font-size: 10pt;
}
 .announce {
 text-align: center;
 color: #551900; 
 font-size: 90%;
}

/* Secondary page styles */

#layout {
width: 40em;
background-color: #FFFFFF;
}

#logoBannerText {
	color: #E97E1E;
	background-color: #FFFFFF;
	font-size: .80em;
}

/* Main body text position and colors */
#mainbody {
	width: 35em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	background: #FFFFFF; 
	color: #551900 /*brown*/;
}


#rightNav {
	width: 10em;
	background-color: #E97E1E;
	color: #551900;
	font-size: .80em;
}



/* Global footer position and attributes */
#footer {
	text-align: center;
	background-color: #FFFFFF;
	color: #551900;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.footerLine {
	height: 1px;
	width: 48em;
}

#homeFooter {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 10pt; 
	color: #551900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


.formconfirm {
	margin-left: 10em;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.90em;
	color: #551900;
}

#formposition {
	margin-left: 10em;
}

#message {
	margin-left: 10em;
	width: 35em;
	font-family: Verdana, sans-serif;
	font-size: 1.30em;
	color: #E97E1E;
}
