*{
	padding:0;
	margin:0;
}

html{
	height:100%;
}

body {
	height: 100%;
	font: 1.0em Verdana, sans-serif;
	color: #000;
	text-align: center;
  	background: #919b93 url("../layout/background.jpg") repeat-y top center;
}
#main_placeholder{
	width: 1000px;
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#fff;
}
#header{
	width:1000px;
	height:141px;
	background: #fff url("../layout/header.jpg") repeat-y top center;
}

#navigation{
	float:left;
	width:235px;
	font-size:.75em;
	background: #910028 url("../layout/nav_background.jpg") repeat-y top center;
	color:#fff;

}
#navigation ul{
	list-style-type: none;
	display: block;
	background: url("../layout/nav_footer.jpg") no-repeat bottom left;
	padding-bottom:25px;
}
#navigation a{
	font-size:.9em;
	margin-left:18px;
	padding:2px 0px 2px 9px;
	width:185px;
	color:#fff;
	display: block;
	text-decoration:none;

}
#navigation a:hover, #navigation li.selected a{
	color:#000;
	background-color:  #afc501;
}
#navigation ul li.top_level{
	font-weight:bold;
	color:#4c5b52;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	background: url("../layout/nav_top_level.jpg") no-repeat top left;
	padding-top: 15px;
}
#navigation ul li.top_level p{
	background: url("../layout/nav_top_level_footer.jpg") no-repeat bottom left;
	padding-bottom: 15px;
	padding-left: 20px;
}
#navigation ul li.top_level a{
	font-size:1em;
	color:#4c5b52;
	margin-left:0px;
	padding:0px;
	width:235px;
	display: block;
	text-decoration:none;
}
#navigation ul li.top_level a:hover{
	background-color: transparent;
}

#wrap{
	float:right;
	width:765px;
}
#content{
	font-size:.7em;
	float:left;
	width:565px;
}
#right_bar{
	width:199px;
	float:right;
	text-align:right;
}
#right_bar img{
	padding-top:0px;
	margin-top:0px;
}
#footer{
	font-size: 70%;
	clear:both;
	padding:10px;
	text-align:right;
}
#footer a, #footer a:hover{
	color:#000;
}
#page_header{
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	padding: 65px 0px 0px 235px;
	margin-bottom: 10px;
	text-align:left;
}
.item{
	float:left;
	border-bottom:1px solid #919b93;
	margin-bottom: 10px;
	width: 560px;
}
.item .item_header{
	font-weight:bold;
	color: #17670e;
	line-height:1.3em;
}
.item .item_header a, .item .item_header a:hover{
	color: #17670e;
}
.item .item_img, .item .item_img_no_inline{
	float:left;
	margin:5px;
	margin-left:0px;
}
.item .item_img img, .item .item_img_no_inline img{
	border:0px solid #919b93;
}
.item .item_img_no_inline{
	margin-top:0px;
}

.item .item_text{
	padding:5px 0;
	line-height:1.3em;
}
.item .item_text a, .item .item_text a:hover{
	color:#17670e;
}
.item ul{
	padding-left:15px;
}

#news_next,#news_previous{
	color: #910028;
}
#news_next{
	float:right;
}
#news_previous{
	float:left;
}