@charset "UTF-8";
/* CSS Document */


 
h1 {
	font-size: 30px;
	color: #747256;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: none;
	margin-top: 40px;
	margin-left: 15px;
}


h2 {
	font-size: 16px;
	color: #747256;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: none;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: -15px;
}


h3 {
	font-size: 12px;
	font-style:oblique;
	color: #747256;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: none;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: -15px;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:19px;
	padding:10px 16px;
}








	

.background{
	background-image:url(main_images/BuckBackground_resize.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	background-position: top center;
	background-attachment: fixed;

}

.white{
	width:960px;
	margin:auto;
	background-color:#FFF;
	
}

.container {
	width:960px;
	margin:0 auto;
}





.header {
	


}

.nav {
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: auto;
	background-color: #FFF;
	border-bottom: 1px solid #747256; 
	}
	
.nav ul {
	list-style: none;
	width: 650px;
	margin: 0 auto;
	padding: 0;
	float:left;
	}
	
.nav li {
	float: left;
	}
	
.nav li a {
	display: block;
	padding: 15px 30px;
	text-decoration: none;
	font-weight: bold;
	color:#747256;
}
	

		
.nav a:hover {
	color: #FFF;
	background-color:#747256; }
	
	
	

.body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:19px;
	padding:10px 16px;
	background-color:#FFF;
	
}





.journalrollover:hover{ opacity:.5
}


.transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}
/*Update July 5, 2011. Here's what I'd recommend for usage today, in way easier copy-and-pasteable format.
.transparent*/ {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}






.footer{
	width: 100%;
	height:100px;
}
	
.footertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#FFF;
}
