@import "style/reset.css";
.alignright {float: right;}
.alignleft {float: left;}
.center {display:block;	margin:0 auto;}
.clear { clear:both; }

body {
	background-color: #003300;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 13pt;
	color: #006633;
	text-align:center;
	padding: 10px 0px 10px 0px;
}

h2 {
	font-size: 10pt;
	color: #006633;
	text-align:left;
	padding: 4px 0px 5px 0px;
	font-weight:bold;
}

.greenbold {
	font-size: 12px;
	font-weight: bold;
}

p {
	padding: 0px 0px 10px 0px;
}

.newsTitle {
	color: #006633;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#header {
	width:800px;
	height:200px;
	padding-bottom:5px;
	background:url(/images/header_new_background.jpg) no-repeat;
	font-family:"Times New Roman", Times, serif;
}

#headertext {
	width: 400px;
	text-align:center;
	margin: 0 none;
	color: #FFFFFF;
	padding: 0px 200px 0px 200px;
}

#headertext a { color: #FFFFFF; text-decoration:none; }

#headertext h1 {
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}

#headertext h2 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
	line-height: 22px;
}

#headertext h3 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

#page {
	margin: 0 auto;
}

#page_wrapper {
	width:800px;
	border: 2px solid #FFFFFF;
	margin: 0 auto;
}

#content_wrapper {
	background: #FFFFFF;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;	
}

#content {
	text-align:left;
	font-size: 12px;
	color: #006633;
	margin-left: 156px;
	padding: 5px 5px 10px 5px;
	line-height:normal;
}

#content ul {
	list-style-type:disc;
	margin: 0 0 0 30px;
	padding: 0 0 10px 0;
}

#content ul ul {
	list-style-type:disc;
	margin: 0 0 0 30px;
	padding: 0 0 10px 0;
}

#content blockquote {
	margin: 10px 50px 10px 30px;
}

#content a:link { color: #660033; text-decoration: none;}
#content a:hover { color: #660033; text-decoration: underline;}
#content a:active {	color: #003300;	text-decoration: underline;}


#sidebar {
	float:left;
	width: 150px;
	margin:0;
	padding: 5px 0 10px 5px;
	text-align:left;
	font-size:12px;
	background: #FFFFFF;
}

.page_item {
	font-size: 12px;
	padding: 4px 0 0 0;
	font-weight: normal;
}

.nav_post_list {
	font-size: 11px;
	padding: 5px 0 0 0px;
	margin: 0 0 0 15px;
	font-weight: normal;
	list-style-type:circle;
}

.current_page_item {
	font-weight:bold;
}

#sidebar a:link { color: #660033; text-decoration: none;}
#sidebar a:hover { color: #660033; text-decoration: underline;}
#sidebar a:active {	color: #003300;	text-decoration: underline;}

#sidebar li li {
	padding-left: 10px;
}

#footer {
	width:800px;
	/*float:right;*/
	color:#FFFFFF;
	font-size: 10px;
	text-align:center;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	background: #003300;
}

#content ol {
	list-style-type:decimal;
	margin: 0 0 10px 30px;
}

/*  This makes the nav expand when item with child is clicked  */
#sidebar ul ul {
	display: none;
}

#sidebar ul .current_page_item ul { display: block; }
#sidebar ul .current_page_ancestor ul { display: block; }
#sidebar ul .current_page_item ul ul { display: none; }
#sidebar ul .current_page_ancestor ul ul { display: none; }
#sidebar ul .current_page_ancestor ul .current_page_item ul { display: block; }
#sidebar ul .current_page_ancestor ul .current_page_ancestor ul { display: block; }