@charset "utf-8";
/* CSS Document */

body {
	background: #000000;
	text-align: center;
}

#upper {
	background: #7d6a55;
	width: 100%;
	border-bottom: 2px solid #72b43e;
}

#lower {
width:100%;
}

#header {
	width:842px;
	height:284px;
	background: url(images/header_background.jpg);
	margin:auto;
}

#bodytop {
	width:900px;
	margin:30px auto auto;
	height:22px;
	background: url(images/contenttop.png);
	z-index:-10;
		position: static;

}

#bodycontent {
	width:860px;
	margin:auto;
	background: #efeae4;
	padding:20px;
	text-align:left;
		font-size: 10pt;
	color: #000000;
	font-family: "HelveticaLightCondensed";

}

#bodybottom {
	width:900px;
	margin:auto auto 10px;
	height:18px;
	background: url(images/contentbottom.png);
	font-size: 9pt;
	color: #000000;
	font-family: "HelveticaLightCondensed";

}

#menubar {
	margin-top:0px;
	z-index: 1000;
	position: absolute;
	margin-top:-12px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#menubar ul {
      margin-left: auto;
	  margin-right:auto;
      padding: 0;
      list-style-type: none;
	  width:100%;
	  text-align:center;
}

#menubar ul li {
	width: 100px;
	height:22px;
	width:100px;
	background: url(images/offbutton.png);
	text-align: center;
	display: inline-block;
	font-family: "HelveticaBoldCondensed", "Arial Narrow", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	padding-top:4px;
	margin-right:3px;
	margin-left:3px;

}

#menubar ul li.current {
	background: url(images/overbutton.png);

}

#menubar ul li a { text-decoration: none; 
	font-family: "HelveticaBoldCondensed", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}

#menubar ul li:hover {
	text-decoration: none;
	background: url(images/overbutton.png);
}

p {
	font-family: "HelveticaLightCondensed";
	text-align:left;
	font-size: 10pt;
	margin-bottom:10px;
}

h1 {
	font-size: 12pt;
	color: #7bc143;
	font-family: HelveticaLightCondensed;
	text-align:left;
	margin-bottom:12px;
	text-transform: uppercase;
}

h2 {
	font-family: "HelveticaLightCondensed";
	text-align:left;
	font-size: 10pt;
	color: #008fc3;
}

.meta {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom:20px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}



ul{
	font-family: "HelveticaLightCondensed";
	text-align:left;
	font-size: 10pt;
	margin-left: 30px;
	margin-bottom:20px;
	list-style: inside;
}
ol {
	font-family: "HelveticaLightCondensed";
	text-align:left;
	font-size: 10pt;
	margin-left: 30px;
	margin-bottom:20px;
		list-style: inside;

}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px auto;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.aligncenter {
	float:none;
	display:block;
	margin:0 auto;
}

.wp-caption-text {
text-align:center;
}

a:link {
	color: #008fc3;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #008fc3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
