*{
	margin: 0;
	padding: 0;
}	


html {
min-height: 100%;
margin-bottom: 1px;
}/* sets the scrollbar to permanently appear in firefox / safari */

body {
	font-size: .9em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #f6da77; /*was 7A706F*/
	padding: 0px;
	background-color:#2F251C;
	background-repeat: no-repeat;
	background-position: center;
	padding-top:10px;
}

a {
	text-decoration:none;
	font-weight: bold;
	color: #f6da77;
}
a:hover {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}




/************************************/
/********Begin Navigation************/
/************************************/
#nav{
	/*position:absolute;
	top: 80px;
	left: 0%;*/
	float;
	width:100%;
	border-bottom: 1px solid dotted #f6da77;
	border-top: 1px solid dotted #f6da77;
	margin-top: -2px;
} 

#nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li
{
float: left;
margin: 0 0;
padding: 0;
text-align: center
}

#nav li a
{
/*font-family:  Arial, Helvetica, sans-serif;*/
font-size: 12px;
font-weight: bold;
/*background: #EDE4DD;*/
/*height: 2em;*/
/*line-height: 2em;*/
padding: 5px 0 5px 0;
float: left;
width: 100px;
display: block;
border: 0px;
color: #f6da77;
text-decoration: none;
text-align: center;
/*border-left: 1px solid dotted #f6da77;*/
/*border-right: 1px solid dotted #f6da77;*/
}

#nav li a:hover
{
	/*background: #2F251C;*/
	color: #ffffff;
	border-left: 1px solid dotted #f6da77;
	border-right: 1px solid dotted #f6da77;
}

#nav li a:active
{
/*background: #2F251C;*/
color: #ffffff;
}
/************************************/
/*********End Navigation*************/
/************************************/




/************************************/
/********Begin Front Page************/
/************************************/
#FrontPageStatement {
	position:absolute;
	top:100%;
	left: 0%;
	width: 100%;
}

#FrontPageStatement p {
	padding-top: 5px;
	text-align:justify;
}
/************************************/
/*********End Front Page*************/
/************************************/


#Container{
	position:absolute;
	left:50%;
    margin-left:-400px;
	width: 800px;
}

#TopBanner{
	float:inherit;
	/*position:absolute;*/
	left: 0%;
	top: 0%;
}

#Content{
	width:100%;
	float:left;
	margin-top:1px;
	/*position:absolute;*/
	/*top:110px;*/
}


h1{
	font-size:1.5em;
	font-weight:normal;
	margin: 10px 0 15px 0;
}

h2{
	font-size:1.2em;
	font-weight:normal;
	margin: 20px 0 5px 0;
}

h3{
	font-size:1em;
	font-weight:bold;
	margin: 20px 0 3px 0;
}

p{
	padding-top: 10px;
	text-align:justify;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin-left: 15px; 
}
