/* CSS for Mo Udall - Papers of the Central Arizona Project */
/* University of Arizona Libraries */

@charset "utf-8";

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #ABA87F;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container {
	width: 100%;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
}

#topbar {
	color: #f8c558;
	background-color: #994b27;
	background-image: url(../layout_img/Mo_name3.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
	text-align: right;
	font-size: 100%;
	border-top: 2px solid #C49B5A;
	border-bottom: 2px solid #C49B5A;
}

#topbar a {
color: #f8c558;
text-decoration: none;
}

#topbar a:hover {
color: #f8c558;
text-decoration: underline;
}

#topbar_text {
	height: 50px;
	color: #f8c558;
	background-color: #994b27;
	margin: 0 3px 3px 0;
	text-align: right; 
	width: 150px;
	float: right;
}

#content {
	width: 70%;
	margin-left: 15%;
}

#header { 
	height: 100px; 
	background-color: #C49B5A;
	padding: 0 0 0 0;
	border: 1px solid #994B27;
} 

#header a:link{
	color: #3A522C;
	font-weight: bold;

}

#header a:visited{
	color: #3A522C;
	font-weight: bold;
}

#header a:hover{
	color: ivory;
	font-weight: bold;
}

#header h1 {
	margin: 0;
	padding: 10px 0;

}

#wwdl {
background-color: #ABA87F;
min-height: 35px;
border-bottom: 5px solid #877D47;
}

#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
#footer { 
	width: 100%;
	background:#ABA87F;
	color: #5b5a56;
	border-top: 5px solid #877D47;
} 

#footer p {
	margin: 0; 
	padding: 10px 0;
	text-align: center;
	font-size: 80%;
}

#footer a:link {
	color: #5b5a56;
	font-weight: bold;
}

#footer a:hover {
	color: ivory;
	font-weight: bold;
}
