body {
    margin: auto;
    padding: 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/grad_bkg.gif);
	background-color:#0c4700;
	background-repeat:repeat-x;
	font-size:14px;
	padding-top:10px;
}
div#container {
    width: 808px;
	margin:auto;
	padding:0px;
}
div#container_inner {
	width:804px;
	border:2px solid #575755;
}
div#header {
	width:802px;
	margin:0px;
}
div#header_inner {
	margin:0px;
	padding:0px;
	height:121px;
	width:804px;
	background-image:url(/images/header.png);
}
div#header_text {
	float:right;
	margin:5px 10px;
	text-align:right;
}
div#header_text p{
	color:#FFFFCC;
	font-size:11px;
} 
div#header_text form {
	margin-top:71px;
}
div#header_text form input {
	background-color:#F7DF84;
	border:1px solid #FFFF66;
	font-size:11px;
	color:#663333;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 2px;
	height:14px;
	line-height:12px;
	float:left;
	width:100px;
	
}
div#header_text form .button {
	background-color:#333333;
	margin:0px 0px 0px 5px;
	width:44px;
	color:#FFFFCC;
	text-align:center;
	border:1px solid #000000;
	line-height:12px;
	padding:0px 4px;
	height:18px;
}
div#nav{
	width:804px;
	height:35px;
}
div#nav_inner {
	padding:0px;
	margin-top:0px;
	width:804px;
}
.nav_item {
	float:left;
}
div#content {
	width:804px;
	background-image:url(/images/main_bkg.gif);
	background-repeat:repeat-y;
	background-color:#ca9443;
}
div#content_inner {
	width:804px;
}
div#text_area {
	width:621px;
	background-image:url(/images/content_gradient_short.gif);
	background-repeat:repeat-x;
	float:left;
}
div#text_area_inner {
	width:561px;
	padding:15px 30px;
	text-align:left;
	margin:0px;
	vertical-align:top;
	min-height:250px;
}
div#title_box {
	margin:0px;
	width:621px;
	height:122px;
	background-image:url(/images/title_img.jpg);
}
div#title_box_inner {
	
	height:122px;
	margin:0px;
}
div#title {
	padding:75px 10px 0px 10px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	height:47px;
}
div#right_menu {
	width:183px;
	margin:0px;
	float:left;
}
div#right_menu_inner {
	width:160px;
	border-left:1px solid #575755;
	margin:0px;
	padding:10px;
	color:#fef3bb;
	text-align:left;
	font-size:12px;
}
 #content_inner, #header_inner, #footer_inner, #text_area_inner {
	overflow:hidden;
}
div#ticker {
	background-color:#333333;
	color:#FFFFFF;
	border-top:2px solid #575755;
	padding:5px;
	text-align:center;
	clear:both;
	white-space:nowrap;
}

/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
border: 1px solid #333333;
background: #333333; 
width: 795px; 
height: 27px; 
margin: 0; 
padding: 0
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
top: 8px;
width: 795px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #333333;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ca9443;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

div#footer {
	width:804px;
	margin:auto;
	text-align:center;
	clear:both;
}
div#footer_inner {
	color:#d6b15a;
	font-size:11px;
	text-align:center;
	margin:auto;
	padding-top:10px;
}
.error-message {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #F00;
	line-height: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px #CCC solid;
	background: #FFD;
	padding: 10px;
}
p {
	margin: 3px 0px;
	padding: 3px 0px;
}
DIV.pageoverflow {
	CLEAR: left;
	OVERFLOW: hidden;
	WIDTH: 100%;
	PADDING-TOP: 1px
}
DIV.pageoverflow A {
	COLOR: #384654
}
DIV.pageoverflow P.pagetext {
	PADDING-RIGHT: 5px;
	FLOAT: left;
	MARGIN-BOTTOM: 0.5em;
	WIDTH: 13em;
	COLOR: #000;
}
DIV.pageoverflow P.pageinput {
	MARGIN-BOTTOM: 0.5em;
	COLOR: #384654;
	PADDING-TOP: 2px;
}

/** Search **/
.small {
	font-size:10px;
	color:#999999;
}

.search_result {
	margin-bottom:25px;
}
.search_result p{
	font-size:12px;
}
.search_result a {
	text-decoration:underline;
}
.search_result a:hover {
	text-decoration:none;
}
.search_result p a {
	color:#A0602C;
}
#date_range {
	margin:14px 8px;
	width:300px;
}
#date_range .button {
	background-color:#333333;
	margin:0px;
	width:55px;
	color:#FFFFCC;
	text-align:center;
	border:1px solid #000000;
	line-height:12px;
	padding:1px 4px;
	height:20px;
}
