/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background: #AFBCB3 url(bkg.jpg) repeat-x top;
}

body, td, th {
	font: 12px Arial, Helvetica, sans-serif;
}

body {
	text-align:center;
}

td {
	text-align:left;
}

th {
	text-align:center;
}
a:link, a:visited {
	color: #006600;
	text-decoration: none;
	font-weight:bold;
}
a:hover, a:active {
	text-decoration: none;
	color: #009900;
	font-weight:bold;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#toplevel {
	background: #657972 url(top.gif) no-repeat;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:9px;
}

#toplevel h1 {
	display:none;
}

#toplevel table, #toplevel td, #toplevel th, #toplevel tr, #toplevel tbody {
	margin:0px;
	padding:0px;
}

#toplevel ul {
	margin: 0px;
	padding: 16px 0px 0px 550px;
}
#toplevel li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
#toplevel table a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

#toplevel a:link,  #toplevel a:visited {
	color: #FFFFFF;
}



#pagelogo {
	background: #000000 url(page_logo.gif) no-repeat;
	height: 57px;
	width: 760px;
}

#toplevel a:hover, #toplevel a:active {
	color: #00CC00;
}

#logo {
	height: 155px;
	background: #040E03 url(home_logo.jpg) no-repeat;
	width: 760px;
}



#logo h1, #pagelogo h1 {
	display: none;
}


#content {
	background: #FFFFFF url(content.gif) repeat-y;
	margin: 0px;
	padding: 0px 15px;
	text-align:left;
}
#footer {
	background: #8CB0A6 url(footer.gif) no-repeat;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 11px;
	text-align: center;
	color:#ffffff;
}
#sidemenu {
	float: left;
	width: 174px;
	background-color: #AFBCB3;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px;
	color: #008040;
	text-indent: 0px;
	padding-top: 20px;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
}

p {
	line-height: 18px;
	text-align: justify;
	text-indent: 0px;

	margin-bottom:0px;
	margin-top:0px;	
	margin-right: 15px;
	margin-left: 10px;
}

#pagecontent {
	background-color: #B0BDB4;
	background: url(page_content.gif) repeat-y;
	margin: 0px;
	padding: 0px 11px;
	text-align:left;
}

#bodytext {
	margin-left: 190px;
	text-align:left;
	width: 540px;
}


/* Vertical Menu */
#houseMenuV ul, ul#houseMenuV {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 174px;
	background: transparent;
}

#houseMenuV li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 174px;
	line-height : 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DAE0DC;
	border-bottom-color: #7C9283;
	border-top-style: solid;
}

#houseMenuV li ul {
	padding:0px;
	position: absolute;
	left: -9999px;
	margin-left: 174px;
	margin-top: -21px;
	border: 1px solid #666666;
	z-index: 999;
	background-color: #AFBCB3;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
	margin-top: -40px;
}

#houseMenuV a {
	display: block;
	padding-left:10px;
	background-color: #C2CDC6;
}

#houseMenuV li a:hover {
	background-color:#58695E;
	color:#ffffff;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuVCurrentLink
{
	color: #000000;
	background-color: #FFFFFF;
	cursor: default;
}

#bodytext li {	
	list-style-type:none;
	background:no-repeat;
	background-position:left 4px;
	background-image:url(bullet.gif);
	
	padding-left:20px;
	
}

.sidepic{
	padding:5px;
	border:1px solid #008040;
	margin-left: 5px;
	margin-bottom: 5px;
}

.announcement img
{
	float:left;
	padding:5px;
}

.people {
	text-align:center;
}

.literature img{
	border:none;
	margin-top:5px;
}

.literature p{
	margin:0px;
	padding:0px;	
}



.faq, .faq td, .faq tr{
	border:none 0 white;
}

.faq li a{
font-weight:normal;
}

.faq a:link, .faq a:visited {

	text-decoration: none;
	font-weight:normal;
}