/* CSS Document */

/* navigation */
#navigat {
	position:absolute; left: 40px; top: 40px; width: 930px;
	padding:0;background-color: #FFFFFF; z-index:25;
	font-family: helvetica,sans-serif;font-size: 10px;
	font-weight:normal;color: #000000; overflow: auto;
	}
#navigat B{font-family: helvetica,sans-serif;font-size: 11px;
	font-weight:bold;color: #D5851C; background-color:#E2E1DF;}
#navigat ul{margin: 0px;padding: 0px 0px 0px 0px;display:inline;list-style: none;}
#navigat li{margin:0;padding:0px 2px 0px 1px;display:inline;list-style: none;}
#navigat li a{text-decoration: none;color: #000000;}
#navigat li a:hover{background-color:#AEB2BC;}

/* content */
#content {
	position:absolute; left: 40px; top:105px; width: 930px;
	z-index:25; padding: 1px;border: 1px solid #001446; 
	overflow: auto; 
	}
#content H1 {
	MARGIN: 12px; padding: 15px 0 5px; text-align: right; background: #E2E1DF; 
	color: #D5851C; font: bold 27px sans-serif;width: 90%; height: 25px; vertical-align: middle; 
	white-space: nowrap; clear: both;
	}

#content H2 {
	MARGIN: 5px; padding: 5px 2px 5px; text-align: left; 
	border-left: 1px solid #BBC4A9; border-right: 1px solid #BBC4A9;
	border-bottom: 5px inset #BBC4A9;
	color: #6B7554; font: bold 20px sans-serif;height: 20px; 
	vertical-align: middle; white-space: nowrap; clear: both;
	}

P {
	margin: 5px; 
 	font-size: 12px; font-family: sans-serif; 
	color: #281F1B; 
}
#content LI {
	list-style: circle outside; margin: 5px; 
	font-family: arial,sans-serif; font-size: 15px;  font-weight: normal; color: #000000;
	}
#content LI A{
	text-decoration: none; font-weight: bold; color: #FB6B2B;
	}

TD {vertical-align: top;}

H2 A:link{
	color: #000000; text-decoration: none;
	}
H2 A:hover{
	color: #EF4E07; text-decoration: none;
	}
H3 {
	MARGIN: 12px; padding: 15px 0 5px; text-align: right; background-color: #E2E1DF; 
	color: #D5851C; font: bold 27px sans-serif;width: 90%; height: 25px; vertical-align: middle; 
	white-space: nowrap; clear: both;
	}

/* end stuff */
.ender {
	text-align: center;
	font-family: arial,sans-serif; font-size: 8px; color: #000000;
	}