body {
	margin:0px;
	padding:0px;
	background: url("images/body_bg.gif") repeat-x;
	color: #666666;
	font-family: verdana;
}

ul{
	list-style: none;
	margin:0px;
	padding:0px;
}


#main{
	margin: auto;
	width:1000px;
}
/* content stuff */
#content{
	margin-left: 280px;
}
	/* header stuff */
	#content #header{
		height: 155px;
	}

	#content #header #flash{
		float:center;
	}

#content #page{
	padding: 10px;
	font-size:13px;
}
	
#page a{
	color: #7aa054;
	text-decoration:none;
	border-bottom: 1px dotted #7aa054;
}

#page a:hover{
	border-bottom: 1px dotted #272727;
}

#content h2{
	font-size: 20px;
	font-weight: normal;
}

#content h1{
	font-size: 22px;
	font-weight: bold;
}

#content h1, #content h2{
	border-bottom: 1px solid #7aa054;
	color: #16047a;	
	font-family:georgia;
}

#content p{
	margin: 20px 10px;
}

#content #page ol, #content #page ul{
	margin: 0px 30px;
	list-style: inherit;
}

#content #page ol li, #content #page ul li{
	margin: 4px 0px;
}

#content #page .gray{
	margin: 0px 30px;
	color: #999999;
}

#content #page .gray li p{
	margin: 4px 0px;
	color:#666666;
}

#content #page .gray_num{
	margin: 0px 20px;
	font: italic 1em Georgia, Times, serif;
	color: #999999;
	list-style: decimal;
}

#content #page .gray_num li p{
	margin: 4px 0px;
	font: normal 1em verdana;
	color:#666666;
}

/* sidebar stuff */

#sidebar{
	float:left;
	width:280px;
	padding:0px;
}

#sidebar h1{
	margin:0px;
}

	/* sidebar menu */

	#sidebar #menu{
		background: url("images/menu_bg.gif") no-repeat;
		min-height: 300px;
		margin-bottom: 20px;
		font-family: georgia;
	}

	#sidebar #menu h1{
		height:63px;
		background: url("images/logo.gif") no-repeat;
		background-position: top center;
		padding-bottom: 5px;
	}

	#sidebar #menu_buttons{
		list-style: none;
		margin:0px;
		padding: 0px 24px 0px 19px;
	}
	
	#sidebar #menu_buttons li a{
		text-decoration: none;
		color: #272727;
	}

	#sidebar #menu_buttons a{
		display: block;
		height: 39px;
		background: url("images/button.gif") no-repeat;
		padding-left: 55px;
		line-height: 41px;
	}
	
	#sidebar #menu_buttons a:hover{
		color: #7aa054;
	}

	#sidebar #menu_buttons .selected{
		height: 49px;
		background: url("images/selected_button.gif");
		color:white;
		line-height: 52px;
	}
	
	#sidebar #menu_buttons .selected:hover{
		color:white;
	}

	#sidebar #menu_buttons .tree{
		height: 39px;
		background: url("images/button_tree.gif") no-repeat;
		line-height: 41px;
	}

	#sidebar #menu_buttons .tree_open{
		height: 39px;
		background: url("images/button_tree_open.gif") no-repeat;
		line-height: 41px;
	}
	
		/* second level buttons */
		#sidebar #menu_buttons .sub_menu{
			border-top: 1px solid #738A98;
			border-bottom: 1px solid #738A98;
			background-color: #ACBBC5;
		}
		#sidebar #menu_buttons .sub_menu li{
			padding:0px;
			border-bottom: 1px dotted #738A98;
		}
		#sidebar #menu_buttons .sub_menu .last{
			border-bottom: 0px;
			padding:0px;
			height:auto;
		}

		
		#sidebar #menu_buttons .sub_menu a{
			background: none;
			padding: 5px 10px 5px 55px;
			line-height: 1em;
			height:auto;
		}
		
		#sidebar #menu_buttons .sub_menu .sub_selected{
			line-height: 1em;
			background-color: #738A98;
			color: white;
		}
		
		#sidebar #menu_buttons .sub_menu  .sub_selected:hover{
			color: white;
		}
		
		#sidebar #menu_buttons .sub_menu  a:hover{
			color: #cef293;
		}


	/* sidebar news */

	#sidebar #news{
		background: url("images/news_bg.gif") no-repeat;
		min-height: 309px;
	}

	#sidebar #news h2{
		height: 52px;
		background: url("images/news_header_bg2.gif");
		color:white;
		font-size: 17px;
		font-family: verdana;
		font-weight: normal;
		line-height: 52px;
		padding-left: 35px;
		margin:0px 0px 10px 0px;
	}
	
	#news_list{
		font-family:verdana;
		padding: 0px 40px 0px 35px;
		font-size: 11px;
		color: #595344;
	}
	
	#news_list li{
		margin-bottom: 5px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #CED8C4;
	}
	
	#news_list .last{
		border-bottom: 0px;
	}
	
	#news_list a{
		color: #272727;
		text-decoration: none;
		border-bottom: 1px solid #CED8C4;
	}
	
	#news_list h3, #news_list h4{
		margin:0px;
		font-family: verdana;
	}
	
	#news_list h3{
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	#news_list h4{
		font-size: 12px;
		color: #7aa054;
		font-weight: normal;
		margin-bottom: 5px;
	}
	
	/* pub */
	#sidebar #pub{
		padding: 0px 35px 20px 25px;
		text-align: center;
	}
	
	#sidebar #pub h5{
		text-align: left;
		font-family:verdana;
		margin:0px 0px 10px 0px;
		border-bottom: 1px solid #cac7c0;
		color: #cac7c0;
	}
	

/* footer stuff */

#footer{
	background: url("images/footer_bg.gif");
	height: 50px;
	font-family: verdana;
	font-size: 12px;
	line-height: 50px;
	color: #595344;
}

#footer a{
	color: #595344;
	text-decoration: none;
	border-bottom: 1px dotted #595344;
}

#footer #copy{
	width:1000px;
	margin:auto;
	padding: 0px 10px;
}
/* other stuff */
.clear{
	height: 0;
	clear: both;
}

.download{
	display:block;
	background: url("images/download.gif") no-repeat;
	padding-left: 67px;
	height: 64px;
	width: 128px;
}