@charset "utf-8";
/* CSS Document */
body {
	background-color:#00325F;
	margin:0 auto;
	width:1017px;
	font:12px Arial, Helvetica, sans-serif;
	}
#content {
	width:1017px;
	background:url(img/bg.gif) repeat-y;
	}
#nav {
	width:256px;
	margin-left:81px;
	}
.brown {
	color:#58341A;
	}
.red{
	color:#990000;
	}
.redsm{
	color:#990000;
	font-size:9px;
	}
.bold{
	font-weight:bold;
	}
#right_content {
	width:644px;
	margin-right:36px;
	text-align:left;
	}
.float_left {
	float:left;
	}
.float_right {
	float:right;
	}
.padding_10 {
	padding:10px;
	}
.quote_position {
	padding-top:50px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	}
.left_story {
	width:350px;
	padding-left:10px;
	}
#footer {
	background-color:#58341A;
	width:900px;
	height:10px;
	margin-left:81px;
	margin-right:36px;
	}
.story_position {
	padding-right:50px;
	position:relative;
	z-index:1001;
	float:right;
	width:200px;
	}

#ajaxticker1{
width: 220px;
height: 120px;
padding: 0;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color:none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
a:link, a:visited, a:active {
	color:#58341A;
	text-decoration:none;
	}
a:hover {
	color:#00325F;
	text-decoration:underline;
	}
#copyright {
	color:#999999;
	font-size:10px;
	}
table {
	font-size:12px;
	}
	


