body {
	padding:0;
	margin:0;
	/*background:#708059;*/
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#2a3e10;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#Container {
	/*background:#DCE6CF;*/
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

.extensions {
	font-size:.7em;
}

#Header {
	height:164px;
}

#Logo {
	background-image:url(../images/logo.jpg);
	height:164px;
	width:346px;
	float:left;
}

#Rotator {
	float:right;
	width:434px;
	height:164px;
}

#Navigation {
font-size:.8em;
	height:30px;
	background-image:url(../images/nav.gif);
	text-align:center;
	border-bottom:1px solid #708059;
	border-top:1px solid #708059;
	list-style-type:none;
	margin:0;
	padding:0;
}
#Navigation li {
font-weight:600;
	list-style:none;
	float:left;
	height:30px;
	border-right:1px solid #a6b296;
}
#Navigation .current {
	background-image:url(../images/nav_hover.gif);
	background-repeat:repeat-x;
}
#Navigation li:hover {
	background-image:url(../images/nav_hover.gif);
	background-repeat:repeat-x;
}
#Navigation a {
	color:#708059;
	position:relative;
	top:6px;
	padding:8px 9px;
	_padding:8px 5px; /*ie6 and below*/
	text-decoration:none;
}
#Navigation #left {
	border-left:1px solid #a6b296;
	margin-left:60px; /*firefox*/
	*margin-left:30px; /*ie7*/
	_margin-left:40px; /*ie6 and below*/
}
#Body {
	padding:15px;
	text-align:justify;
	line-height:1.2em;
	/*border-bottom:1px solid #708059;*/
	background:#DCE6CF;
	background-image:url(../images/body_bg_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

#Body p {
	/*text-indent:20px;*/
	margin:.5em .5em .5em .5em;
	padding:0;
}

#Body a {
	color:#708059;
}
#Body a:hover {
	text-decoration:none;
}
#Body .subtext {
	text-align:justify;
}

#Body h2 {
	font-size:1em;
	color:#3b472b;
	font-weight:bold;
	text-align:center;
}
#Body .recent_announcement {
	font-size:.8em;
}
#Body .bio_name {
	font-size:1em;
	color:#3b472b;
	font-weight:bold;
}
#Body .bio_position {
	font-size:.8em;
	margin-left:20px;
}
#Body .accordion_headings {
	font-size:.7em;
	font-weight:bold;
}
#Body .accordion_child {
	border:1px solid black;
	background-color:#bfcdad;
	padding:15px;
	margin:10px;
}
#Body .header_highlight {

}
#Footer {
	padding:10px;
	color:#7f8873;
	text-align:center;
	font-size:.7em;

}
#Footer a {
	color:#dce6cf;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:underline;
}