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

body {
	background:#7c973e;
}
a { text-decoration:none; color:#2e4a00; }
a:hover { text-decoration:underline; }
#wrapper {
	background:#edebd9;
	width:760px;
	margin:10px auto;
	border:3px solid #d7cc40;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#header {
	height:146px;
	overflow:hidden;
	clear:both;
}
#header h1 {
	margin:0px; padding:0px;
	background:url(../../images/header_alpha.jpg) no-repeat;
	padding-top:146px;
}

#nav {
	background:#2e4a00;
	border-bottom:2px solid #d7cc40;
}

#content {
	clear:both;
	background:#edebd9;
}

#matter_w_sidebar {
	clear:left; float:left;
	width:530px;
}
#matter_wo_sidebar {
	clear:both;
}
#matter_wo_sidebar,#matter_w_sidebar {
	font-size:12px;
	margin:5px 10px;;
	text-align:justify;
	line-height:150%;
}
#matter_wo_sidebar h2,#matter_w_sidebar h2 {
	border-bottom:1px dashed #999999;
	padding-bottom:5px;
	letter-spacing:-1px;
	line-height:30px;
	text-align:left;
}
#matter_wo_sidebar .container,#matter_w_sidebar .container {
	padding:10px;
}

#sidebar1 {
	display:none;
	margin-left:550px;
	padding:10px;
	border-left:1px solid #FFFFFF;
}

#sidebar {
	margin-left:550px;
	padding:10px;
}


#footer {
	clear:both;
	background:#326300;
	font-size:11px;
	color:#CCCCCC;
	border-top:2px solid #d7cc40;
}
#footer a {
	color:#CCCCCC;
}
#footer .legal {
	padding:10px;
	text-align:center;
}
#footer .credits {
	float:right;
	padding:10px;
}
#footer .credits a {
	color:#000000;
}

#header_flash {
	margin:-20px 0px 20px 0px; 
	clear:both; 
	border-bottom:5px solid #333333;
}

#footer_links {
	display:none;
	clear:both;
}

h5 {
	color:#336300;
}

#sidebar_sponsor {
	display:none;
}

/* Scroller Box */
#scroller_container {
 position: relative;
 height: 150px;
 overflow: hidden;
}

#scroller {
 white-space: nowrap;
 line-height: 60px;
 font-size: 60px;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */
