html, body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #c8c8c8;
	border:0;
	margin: 0px;
	padding: 0px;

}
#container {
	min-height:100%;
	width: 900px;
	padding-top:0px;
	padding-bottom:15px;
	border-left:solid 1px #adadad;
	border-right:solid 1px #adadad;
    	margin: 0 auto;
	background-color: #FFFFFF;
}
#wrapper {
	width: 890px;
	padding-left:5px;
	background-color: #FFFFFF;
	margin: 0 auto;
	
}
#masthead {
	width:100%;
	height:106px;
	margin:0px;
	padding: 0px;
	float:left;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}


/*Toolbar*/

.toolbar{
	width: 875px;
	height:33px;
	background: url(../images/toolbar_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:4px;
}

.toolbarright {
	height:33px;
	background: url(../images/toolbar_background.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.toolbar-menu {
	float:right;
	margin-right:5px;
} 

.toolbar-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toolbar-menu li {

	float: left;
	padding-top: 6px;
	margin: 0 0.15em;
}

.toolbar-menu li a {

	height: 1.5em;
	line-height: 1.5em;
	font-size:13px;
	float: left;
	width:auto;
	padding: 0px 8px 0px 8px;
	display: block;
	border-left: 0.1em solid #333333;
	color: #333333;
	text-decoration: none;
	text-align: center;
}




/*Columns*/

#column_wrapper {
	
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#left {
	width: 588px;
	padding-right:20px;
	float: left;
}

#searchbox {
	width: 588px;
	padding-left:260px;
	float: rightt;
}

#right {
	width: 251px;
	float: left;
}

#left .content {
	padding: 0px 0px 5px 11px;
	color:#4e4e4e;
	font-size: 12px;
	line-height: 16px;
}


#right .content {
	padding: 0px;
	color:#4e4e4e;
	font-size: 12px;
	line-height: 16px;
}



/*round corners*/

.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 100%}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px} 




/*round titles*/

.title {
	width: 99%;
	height:37px;
	background: url(../images/title_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 4px;
}
.titleright {
	height:37px;
	background: url(../images/title_background.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.redheading {
	padding:7px;
	color:#b91e10;
	font-size:18px;
	font-weight:bold;
}








/*reporter link*/

.reporter {
	width: 100%;
	height:111px;
	background: url(../images/reporter_link_background.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.reporter_content {
	width: 75%;
	padding:10px;

}

.reporter_heading {
	color:#b91e10;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
	font-style:italic
}

.clickhere {
	margin-top:5px;
	border:0px;
}


/*Search Styles*/

.searchmenu {
	width: 99%;
	height:44px;
	background: url(../images/search_menu_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 4px;
}

.searchmenuright {
	height:44px;
	background: url(../images/search_menu_background.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.searchmenubuttons {
	padding:9px 1px 8px 1px;

}

input.search {
	width: 300px;
	margin-left:5px;
	margin-right:5px;
}
 
input.submit {
	background-color:#d8d0e4;
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
} 





/*Footer*/

#footer .content {

	text-align:center;
}
#footer {
	width:855px;
	height:60px;
	color: #4e4e4e;
	background-color:#FFFFFF;
	padding: 15px 0px 60px;
	margin: 0 auto;
	font-size: 12px;
}


/*Footer Menu*/

#footer ul
{
	margin-top:0px;
	text-align:center;
	list-style:none
}
#footer li
{
	display:inline;
	padding:0px 30px 0px 0px;
}








/*Left Column Links*/

#left a:link {
	color: #003399;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #0033FF;
}





/*Right Column Links*/

#right a:link {
	color: #ffffff;
}
#right a:visited {
	color: #CCCCCC;
}
#right a:hover {
	color: #FFCC00;
}





/*Footer Links*/

#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #0033FF;
}





hr{
	border-width: 1px 0 0 0; 
	border-color: #CCCCCC;
	border-style:solid;
	height:0;
	text-align:left;
	margin-bottom: 0.7em;
}
h1 {
	font-size: 1.6em;
	color:#b91e10;
	margin: 0;
}
h2 {
	font-size: 1.2em;
	color:#b91e10;
	margin: 0;
}
h3 {
	font-size: 1.1em;
	color:#999999;
	margin: 15px 0 0 0;
}

.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.floatright {
  	float: right;
  	padding:5px 0px 5px 10px;
}
.floatleft {
  	float: left;
  	padding:5px 10px 5px 0px;
}

