/* CSS Document */

html {
	height: 100%;
}
body {
height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #EDECEA url(images/mainbg_tile.jpg);
	

}
.banner{
padding-top: 11px;
}
.header{
width:990px;
height:125px;
	background-image:url(images/headerday2.jpg);
	background-repeat: no-repeat;
}
.header2{
width:990px;
height:125px;
	background-image:url(images/headersunset.jpg);
	background-repeat: no-repeat;
}

.headerbar{
	height: 8px;
	background-image: url(images/underheader_bar.gif);
}

.footer{
	height: 12px;
	background: #892505;
}

.rightline{
	width:4;
	background-image: url(images/right_bar.gif);
}

.leftline{
	width:4;
	background-image: url(images/left_bar.gif);
}

.mainmenu{
	width:163;
	background: #D98423;
}

.sidenews{
background: #D6B58E;
}

.sidenewstext{
padding: 5px;
}

.titlearea{
	height: 33px;
	background: #FFFFFF;
}
.titlebar{
	height: 7px;
	background: #FFFFFF;
}
.contentarea{
	background: #FFFFFF;
		padding: 10px;
			font-size: 12px;
}
.bustable{
 padding: 5px;
 border-top: 1px solid #D98423;
 border-bottom: 1px solid #D98423;
  border-left: 1px solid #D98423;
 border-right: 1px solid #D98423;
 
}