.accessaid, h1 {
	position: absolute;
	height: 0;
	overflow: hidden;
}
		
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D8CAA8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a{color: #000000; text-decoration: underline}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	/*border-color:#CCCCCC;
	border-style:ridge;
	text-align: left;*/
}

#header {
	background: url(assets/layout/images/banner.gif);
	height: 100px;
}

/*------ main nav ------*/
#nav {
	position:relative;
	height: 40px;
	margin: 0 auto;
	background-color:#D8CAA8;
}
#nav ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0 0 0 25px;
	font-size: 1em;
}
#nav li a {
	color: #5C832F;
	text-decoration: none;
}
#nav li a:hover {color: #382513;}


#side {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;
	width: 120px;
	background-color:#D8CAA8;
	padding: 0px 0px 0px 0px;
}

#side ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	}

#side li a {
	color: #5C832F;
	text-decoration: none;
}

#side li a:hover {color: #382513;
}


#content {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	min-height:600px;
	padding: 0 5px;
	background-color:#D8CAA8;
}

#content_otherpages {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 125px;
	min-height:600px;
	padding: 0 5px;
	background-color:#D8CAA8;
	background-image: url(assets/layout/images/adinkra-background-1.gif);
	background-repeat: no-repeat;
}

#help_content{
	position:absolute;
	top: 250px;
	left: 500px;
}

#leftPic {
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 5px;
	float:left
}

#leftPicBottom {
	position:absolute;
	bottom: 0px;
	left: 190px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 5px;
}

#rightPic {
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px;
	float:right
}

#facePic1 {
	position:absolute;
	top: 164px;
	left: 608px;
	width: 100px;
	height: 100px;
}

#facePic2 {
	position:absolute;
	top: 217px;
	left: 749px;
	width: 100px;
	height: 100px;
}

#facePic3 {
	position:absolute;
	top: 361px;
	left: 794px;
	width: 100px;
	height: 100px;
}

#facePic4 {
	position:absolute;
	top: 504px;
	left: 750px;
	width: 100px;
	height: 100px;
}

#facePic5 {
	position:absolute;
	top: 549px;
	left: 608px;
	width: 100px;
	height: 100px;
}

#facePic6 {
	position:absolute;
	top: 506px;
	left: 470px;
	width: 100px;
	height: 100px;
}

#facePic7 {
	position:absolute;
	top: 360px;
	left: 422px;
	width: 100px;
	height: 100px;
}

#facePic8 {
	position:absolute;
	top: 217px;
	left: 471px;
	width: 100px;
	height: 100px;
}

#slideshow {
	position:absolute;
	top: 336px;
	left: 546px;
	width: 221px;
	height: 150px;
}

#copyright {
	font-size: 70%;
	position:absolute;
	left:10px; 
	bottom: 5px; 
}

#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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
