@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #060;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #C60;
	border-bottom-width: thin;
	border-bottom-color: #C60;
	border-bottom-style: solid;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #966;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #966;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#sidebar1 #logo {
	margin-bottom: 10px;
	margin-left: 5px;
}
#sidebar1 ul#navbar  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: thin solid #11660C;
	width: 200px;
}
#sidebar1 ul#navbar  li{
	list-style-type: none;
	margin: 0px;
	text-align: center;
	color: #E8E8E8;
	font-family: Verdana, Geneva, sans-serif;
	height: 30px;
	background-image: url(../../images/navbg-up.png);
	background-repeat: repeat-x;
	padding: 0px;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#sidebar1 ul#navbar li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 200px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#sidebar1 ul#navbar li a:hover {
	background-image: url(../../images/navbg-over.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#mainContent {
	float: right;
	margin: 0;
	width: 700px;
	padding: 0;
} 
#container #mainContent .memberInfo h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: larger;
	background-color: #16790C;
	padding-left: 30px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent .memberInfo .contactInfo  {
	float: right;
	width: 330px;
	border: thin dotted #577A2A;
	font-size: 80%;
}
#mainContent .memberInfo .contactInfo ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainContent .memberInfo .contactInfo ul li {
	margin: 0px;
	padding: 0px;
}
#mainContent .memberInfo .contactInfo ul li label {
	width: 90px;
	display: block;
	text-align: right;
	float: left;
	font-weight: bold;
	color: #12662F;
	margin-right: 4px;
}
#mainContent .memberInfo .contactInfo ul li ul.left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 164px;
	text-align: center;
}
#mainContent .memberInfo .contactInfo ul li ul.right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 164px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #8EC645;
}
#mainContent .memberInfo .contactInfo ul li.separator {
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainContent .memberInfo .contactInfo ul li.separator hr {
	width: 90%;
	color: #8CC63F;
	margin: 2px auto;
	padding: 0;
}
#mainContent .memberInfo .contactInfo ul li ul >li:first-child {
	color: #11660C;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #mainContent ul.memberList {
	font-size: 80%;
}
#container #mainContent table {
	border: 2px solid #116609;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
#container #mainContent table thead tr td {
	text-align: center;
	font-size: 18px;
	border: 1px dotted #000;
	background-color: #16790C;
	font-style: italic;
	color: #FFF;
}
#container #mainContent table tr td {
	font-size: 14px;
	border: 1px dotted #F60;
	padding: 0px 5px 0px 5px;
}
#container #mainContent .main_page_text {
	padding: 10px;
	margin-right: 10px;
	background-image: url(../../images/main_page_text_bg1.gif);
	background-repeat: repeat-x;
}
#container #mainContent .main_page_text h4 {
	text-align: center;
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
}
#container #mainContent .main_page_text .grass {
	background-image: url(../../images/grass.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
}
#container #mainContent .main_page_text p {
	font-size: small;
}
#container #mainContent .main_page_text ol li {
	font-size: smaller;
	color: #039;
}
