/* @override http://www.zontacorvallis.org/styles/zonta.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #887777;
	background-color: #600;
	background-image:url("../images/bg.png");
	background-repeat:repeat-x;
	margin:0;
}
a {text-decoration: none;}
a img {border: none;}
a:link, a:visited {
	color: #7799BB; 
	border-bottom: 1px solid #7799BB;
}
html body a:hover {
	color: #EECC00; 
	border-bottom: 1px solid #EECC00;
}
.right {
	float: right;
	margin: 2px 0 2px 2px;
}
/********* DESIGN **********/
#container {
	position:absolute;
	left:0px;
	top:0px;
	width:838px;
}

#z-box {
	position:absolute;
	left:0px;
	top:0px;
	width:312px;
	height:261px;
	background-image:url("../images/z-layout_01.png");
	background-repeat: none;
}

#z-header {
	position:absolute;
	left:312px;
	top:0px;
	width:526px;
	height:181px;
	background-image:url("../images/z-layout_02.png");
	background-repeat: none;
}
#z-header h1 {
	text-indent: -2000px;
}
#nav_bar {
	background-image:url("../images/z-layout_03.png");
	background-repeat:no-repeat;
	position:absolute;
	left:312px;
	top:181px;
	width:520px;
	height:30px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #ffffff;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 10px 0 0 6px;
}

#z-spacer {
	position:absolute;
	background: #ffffff;
	left:312px;
	top:221px;
	width:526px;
	height:40px;
}

#content {
	background: #ffffff;
	position:absolute;
	left:40px;
	top:261px;
	width:798px;
}
#news-column {
	width: 242px;
	padding: 10px 10px 10px 20px;
	float: left;
}
#main-text {
	width: 496px;
	padding: 10px 20px 10px 10px;
	float: left;
}
#round-bottom {
	background: #660000 url("../images/z-layout_07.png") top left;
	width:798px;
	height:15px;
	clear: both;
	margin: 0 0 -1px 0;
}
#copyright {
	background: #660000;
	width: 798px; 
	height: 22px;
	margin:0px;
	padding: 3px 0;
	clear:both;
}
#copyright h3 {
	text-align:center;
	color: #999999;
	font-size: .8em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0; 
	padding: 0; 
}
#copyright h3 a {
	color: #999999;
}
#copyright h2 {
	text-align:center;
	color: #999999;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0; 
	padding: 0; 
}
#copyright h2 a {
	color: #999999;
}

/********* NAVIGATION ************/

#nav_bar ul {
	list-style-type:none;
}
#nav_bar li {
	float:left;
	margin:0;
	padding:0 4px 0 3px;
	border-left: 1px solid #ffffff;
}
#nav_bar a {
	float:left;
	display:block;
	margin:0;
	padding:3px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	border: 0;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav_bar a {float:none;}
/* End IE5-Mac hack */
#nav_bar a:hover {
	color:#EECC00;
}
#nav_bar .active a {
	color:#730800;
	padding-bottom:5px;
}

/********* TEXT **********/
p, li {
	font-size: 1em;
	line-height: 1.4em;
}

#news-column ul.file_download_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size:2.2em;
	line-height: 1em;
	font-weight: normal;
	color: #660000;
	padding: 0 0 10px 0;
	margin: 0;
}
h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
 	font-size:2.2em;
	line-height: 1em;
	font-weight: normal;
	color: #660000;
	padding: 0 0 10px 0;
	margin: 0;
}
h3 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	line-height: 1.2;
	font-weight: normal;
	color: #660000;
	padding: 0 0 5px 0;
	margin: 0;
}
#news-column h3 {
	padding: 15px 0px 5px 0px;
}

