html {
    background-color: #fffaf0;
    color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
    font-family: Arial, Helvetica, sans-serif;
	z-index:1;		
}
body {
    background-color: #fffaf0;
    color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
    font-family: Arial, Helvetica, sans-serif;
	z-index:1;		
}
#pagecontainer {
	width:1000px;
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
	margin:0 auto;	
}	
#header {
	width:100%;
	height:215px; 	
	background-image:url(images/headerbg5.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:center;
	}
#menucontainer {
	position:relative;
	height:1.3em;
	width:1000px; 
	background-color: #b0a07e;
	float: left;
	text-align:center;
	z-index:100;		
}
#menucontainer2 {
	position:relative;
	height:1.3em;
	width:1001px; 
	background-color: #b0a07e;
	float: left;
	text-align:center;
	z-index:90;	
}
#header2 {
	width:100%;
	height:15px; 
	margin:0 auto;
	text-align:center;
	background-color:#B0A075;
	z-index:200;				
}
#header3 {
	width:100%;
	height:15px; 
	margin:0 auto;
	text-align:center;
	background-color:#D6C7AA;
	z-index:200;				
}
#logos {
	width:100%; 	
	margin:0 auto;
	text-align:center;
	/* padding-top:3%;*/
	}
#logosleft {
	width:200px;; 	
	float:left;
	border-left:thin solid #000000;
/*	border:thin solid #000000;*/
	}	
#logosright {
	width:200px;; 	
	float:left;
	border-left:thin solid #770e0a;
	text-align:center;				
	}
#footer1 {
	width: 868px;         /* width of .main container */
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-size: x-small;	
	text-align:center;
	float:left;
	padding:1% 5% 5% 5%;	
	}
#footer2 {
	width:970px;         /* width of .main container */
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	float:left;
/*	border:thin solid #000000;*/
	padding-bottom:2%;
	text-align:center;
	}
#copyright {
	/* width:48.5%;         /* width of .main container */
    font-family: Arial, Helvetica, sans-serif;
	/* font-size:12px; */
	text-align:center;
	float:left;
	font-size: x-small;
	color: #770e0a;
	padding-left:30px;
	/* border:thin solid #000000; */
	width:92%;
	}
#bottomofpagemenu {
	/* width:48.5%;         /* width of .main container */
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;	
	text-align:left;
	float:left;
/*	border:thin solid #000000;*/
	}
a:link {
	color: #770e0a;
    background-color: transparent;
	text-decoration:none;
}
a:visited {
    color: #770e0a;
    background-color: transparent;
	text-decoration:none;	
}
a:hover {
	color: #897854;
	background-color: transparent;
	text-decoration:none;	
}
a:active {
	color: #770e0a;
	background-color: transparent;
	text-decoration:none;		
}
.specialdot {
	color: #897854;
	font-size:10px;
	background-color: transparent;
	text-decoration:none;		
}
.smallfont {
	font-size: small;
	z-index:500;
	position:relative;
}
.xsmallfont {
	position:relative;
	font-size: x-small;
	color: #770e0a;
	z-index:500;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}