/* ------------- LAYOUT --------------------------*/
html, body {
	margin-top: 0px;
	background-position: top center;
	background-image: url(/_images/bg.gif);
	background-color: #eeeeee;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: center;
}


#main { 
	background-color: #ffffff;
	position: relative;
	width: 700px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border: 1px solid #999999; 
	color: #000000;
	text-align: left; margin: 0px auto;
      }

#header { margin-left: 0px; /* height: 99px; */}


/*
#nav { position: relative; top: -105px; left: 310px; 
	width: 379px; 
	text-align: right;
	} 
*/
      
#content { 
	margin-left: 10px; margin-right: 5px;
	padding-bottom: 55px;
	margin-top: 10px;
	}


#footer { position: absolute; 
	bottom: 0 !important;
	bottom: -1px;
	width: 100%;
	height: 45px;
	text-align: center; 
	font-size: 11px; 
	border-top: 1px solid #999999; 
	background-color: #da9c26;
	color: #906302;
	}

#formz { padding: 10px;
	border: 1px solid #906302;
	width: 90%;
	position: relative; left: 10px;
	}

#rbox { background-color: #eeeeee; 
	width: 230px; 
	padding: 5px 5px 0px 5px; 
	border: 1px solid #9d9fa2; 
	 
	 }
	
/* -------------- CONTENT FORMATTING --------------------------*/

h1 { font-size: 18px; margin-bottom: 5px; margin-top: 5px; color: #cc6600;}
h2 { font-size: 16px; margin-bottom: 5px; color: #da9c26;}
h3 { font-size: 14px; margin-bottom: 5px; color: #da9c26;}
h4 { font-size: 14px; margin-bottom: 5px; color: #da9c26;}

.red {
	color: #CC0000;
}

a:link {
	
	color: #906302;
	text-decoration: underline;
	border: none;
}
a:hover {
	
	color: #da9c26;
	text-decoration: underline;
}
a:visited {
	
	color: #808080;
	text-decoration: underline;

}


input {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #9d9fa2;
	
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

img { border: none; }

.head {text-decoration: underline;}

.center {text-align: center;}

div#footer p {margin-top: 5px; margin-bottom: 5px; }
div#footer a:hover { color: #dedede; }
div#footer a:visited { color: #906302; }

div#rbox p {margin-top: 5px; margin-bottom: 5px; }

.emph { font-weight: bold; }
