/*
 View Page
 This is the main style file for all view pages
*/
body{
	background-color:#EDEDED;
	margin:0px 0px 0px 0px;
}

body, .green_background td a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

div#sitecontainer{
	position:relative;
	width:917px; 
	margin-top:0px;
	margin:auto;
}

div#contentcontainer{
	align:center;
	top:0px;
	position:absolute;
	width:917px;
}


img{
	vertical-align:middle;
}
a img{
	border: 0 none;
}
/* bulleted and numbered lists */
ul li{
	padding-bottom:5px;
}
ol li{
	padding-bottom:5px;
}
li span{
	margin-left:-5px;
}
/* background */
.site_table{
	background-color:#EDEDED;
	width:100%;
	margin-top:0px;
}
.main_table{
	background-color:#FFFFFF;
	
}
.sidebar_background{
	background-color:#E7E7E7;
}
/* top and bottom charcoal bar */
.menu_bar{
	background-color:#663300;
	height:25px;
	text-align:center;
}
/* top menu */
.topmenu_leftpadding{
	padding-left:7px;
}
.topmenu_rightpadding{
	padding-right:7px;
}
.topmenu_orangetxt{
	color:#FF9900;
	font-size:10px;
	font-weight:bold;
}
.topmenu_whitetxt{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}
/* top banners */
.inner_banner{
	height:272px;
	width:654px;
	vertical-align:top;
}

/* links */
a{
	color:#50961C;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:hover.topmenu_orangetxt, a:hover.topmenu_whitetxt, div a:hover{
	text-decoration:none;
}
.orangelink{
	color:#CC6600;
}