html{
	margin: 0px;
	height: 100%;
}

BODY{
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	background-color: #e5e5e5;
}





#bodyArea{
	position: absolute;
	width: 100%;
	height: 100%;
	
}

#nav {
	position: relative;
	padding:0 0 10px;
	z-index: 200;
}

	

#nav ul {

	background-color:#F07C17;
	color:#ffffff;
	margin:0;
	padding:3px;
	text-align:center;
	white-space:nowrap;
	width:auto;
	z-index: 210;
}



#nav ul li {display:inline;
	z-index: 220;
}



#nav ul li a {

	background-color:#F07C17;
	color:#ffffff;
	font-size:1.2em;
	font-weight:normal;
	padding:.25em 1em;
	text-decoration:none;
	z-index: 230;
}

#nav ul li a:hover {

	background-color:#DC6610;
	color:#ffffff;
	z-index: 240;
}



h1{
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica;
	font-size: 1.4em;
	color: #4F5C6D;
	font-weight: bold;
}
h2{
	font-size: 1.2em;
	color: #ffffff;
}
h3{
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica;
	font-size: 1.0em;
	color: #4F5C6D;
	font-weight: bold;
}


a.one:link { 	position: relative;
		font-size: 1.0em;
		color: #000000; 
		text-decoration: none;
	
	}
a.one:visited { position: relative;
		font-size: 1.0em;
		color: #000000; 
		text-decoration: none; 
	
	}
a.one:hover { position: relative;
		font-size: 1.0em;
	color: #000000; 
	text-decoration: underline; 
	
	}
a.one:active { position: relative;
		font-size: 1.0em;
	color: #000000; 
	text-decoration: none;
}

a.footer:link { position: relative;

	color: #999999; text-decoration: none;

	}
a.footer:visited { position: relative;

	color: #999999; text-decoration: none; 

	}
a.footer:hover { position: relative;

	color: #999999; text-decoration: underline; 

	}
a.footer:active { position: relative;

	color: #999999; text-decoration: none;

	}

