html {
overflow: -moz-scrollbars-vertical;
}

body { 
	background: #463b29;
	font-family: Arial, Helvetica, san-serif;
	font-size:100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* DIV BOXES */
#wrap {
	background: #D4C8B0;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:25px;
	padding: 0px;
	border:1px solid #BF5B28;
}

#wrap.addBackground {
	position:relative;
	background:url(/images/ARDA-bgHome.jpg);
	height:801px;
}
#banner { 
	top: 0;
	left: 0;
	height: 113px;
	width: 1000px;
	background: url(/images/ARDA-banner.jpg) no-repeat;
	border-bottom: 1px solid #BF5B28;
	z-index: 10;
}

#menu {
	background-color:#b69e76;
	font-size:0.8em;
	width: 1000px;
	border-bottom: 1px solid #BF5B28;
	z-index: 5;
	float:left;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#subNav {
	font-size:0.8em;
	line-height:1.5em;
	text-align:left;
	color:#a1320d;
	width: 250px;
	margin-top: 75px;
	margin-left: 25px;
/*	background: #768D99;*/
	float:left;
	z-index: 1;
	
}

#content {
	margin-top: 65px;
	margin-right: 75px;
	margin-left: 290px;
	padding-bottom: 80px;
	text-align: left;
	min-height:300px;
	z-index: 1;
}

#content.noSidebar {
margin-left:100px;
}

#content.contentHome {
	position:absolute;
	top:150px;
	left:100px;
	width:550px;
	margin-left:0px;
	padding-bottom: 80px;
}

#footer { 
	width: 100%;
	height:62px;
	background:url(/images/ARDA-footer.jpg) no-repeat;
	border-top: 1px solid #BF5B28;
	z-index: 10;
}

#footer.footerHome {
position:absolute;
left:0;
bottom:0;
}

/* MENU STYLES & FONTS */

#menu ul {
width:64em;
	padding: 0;
margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
}

#menu ul li {
	float:left;
	list-style-type: none;
	margin:0;
	padding:0;
}

#menu a { 
	display:block;
	border-left:1px solid #BF5B28;
	margin:0;
	padding:0.25em 1em;
}

#menu a.closelist {
	border-right:1px solid #BF5B28;
}

#menu a.startlist {
	border-left:;
}

#menu a:link {
	color: #a1320d;
	text-decoration:none;
}

#menu a:visited {
	color: #a1320d;
	text-decoration:none;
}

#menu a:active {
	color: #000;
	text-decoration:none;
}

#menu a:hover {
	color: #fff;
	text-decoration:none;
	background-color:#ac9268;
}



/* CONTENT BOX STYLES AND FONTS */


#content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 1em 0;
	padding: 0;
	text-transform: capitalize;
}

#content h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	margin: 1em 0 0 0;
	padding: 0;
	text-transform: captialize;
}

#content p {
	font-size: 0.9em;
	color: #000000;
	text-align: left;
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 1em 0;
}

#content a:link, #content a:visited {
	font-size: inherit;
	font-weight: bold;
	color: #BF5B28;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#content ul, #content ul li {
	font-size: 12px;
	color: #000000;
	margin: 4px 0 0 15px;
	padding-left: 0;
	list-style-type: disc;
	list-style-position: outside;
}

#content img {
	float:left;
	margin-right:18px;
	margin-bottom:0;
}

#members {
	width: 200px;
	border: 1px solid #000000;
	margin: 15px 150px;
	padding: 0 8px 8px 8px;
	text-align: center;
}

#steering {
	width: 200px;
	height: 100px;
	margin: 15px 15px;
	padding: 0 8px 8px 8px;
	border: 1px solid #000000;
	float: left;
	text-align: left;
}

#overall {
	width: 200px;
	height: 100px;
	margin: 15px 15px;
	padding: 0 8px 8px 8px;
	border: 1px solid #000000;
	float: right;
	text-align: left;
}

#coordinators {
	width: 375px;
	border: 1px solid #000000;
	margin: 15px 85px;
	padding: 0 8px 8px 8px;
	text-align: left;
}

	
	
/* FOOTER FONTS */

#footer p {
	font-size: 10px;
	color: #444444;
	margin: 10px 0;
	padding: 0;
}

#footer a:link {
	color: #444444;
	text-decoration: none;	
}

#footer a:visited {
	color: #444444;
	text-decoration: none;	
}


#footer a:hover {
	color: #BF5B28;
	text-decoration: underline;
}	




