@charset "utf-8";
* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body  {
	font: 100%;
	/*background: #3F6720 url(/images/grass.jpg) repeat;*/
	background-color: #999;
	background-image: url(/images/bark.jpg) !important;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-attachment: fixed;
}
#container {
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
} 
#header {
	padding: 0;
	margin: 0;
	height: 250px;
	background-color: #000;
} 
#menu {
	margin: 0;
	padding: 5px 0 0 0;
	height: 35px;
	background-image: url(/images/brownheader.jpg);
	background-repeat: repeat-x;
	font-size:19px;
} 
/*#menu a {
	margin: 0px;
	font-size: 1.2em;
	color: #fff !important;
	text-decoration: none !important;
}
#menu a:hover {
	margin: 0px;
	font-size: 1.2em;
	color: #ff0 !important;
	text-decoration: underline !important;
}*/
#sidebar1 {
	float: right;
	padding: 0;
	background: #000;
	margin: 0 0 0 5px;
}
#sidebar1 #menu1 {
	padding: 5px;
	font-weight: bold;
	color: #555555;
	background-image: url(/images/homeright.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	height: 400px;
	width: 200px;
	text-align: center;
}
#sidebar1 #menu1 form {
	margin-top: 55px;
}
#sidebar1 #menu1 form input {
	margin-bottom: 5px;
}
#sidebar1 #menu1 p {
	font-size:0.9em;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
}

#sidebar1 #menu1 a {
	font-size: 1em;
	color: #000 !important;
	text-decoration: none !important;
}
#sidebar1 #menu1 a:hover {
	font-size: 1em;
	color: #000 !important;
	text-decoration: underline !important;
}

#mainContent {
	margin: 0 210px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 0.9em;
	padding: 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent p, li {
	margin-bottom: 5px;
}
#mainContent ul {
	list-style-type: circle;
	margin-left: 20px;
}
#mainContent td {
	padding-bottom: 10px;
}
blockquote {
	margin-left: 30px;
}
#footer {
	margin: 0px;
	height: 50px;
	background-color:#333;
	background-repeat: repeat-x;
	color: #FFF;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
} 
#footer .info{
	margin-top:22px;
	width:465px;
	text-align: right;
	float:left;
}
#footer .logo{
	width:310px;
	float:left;
}
#footer a {
	margin: 0px;
	font-size: 1em;
	color: #fff;
	text-decoration: none !important;
}
#footer a.hover {
	margin: 0;
	font-size: 1em;
	color: #fff;
	text-decoration: underline !important;
}

#frame1 {
	border-style: double;
	border-width: 3px;
	padding: 4px 4px 4px 4px;
	width: 530px;
}
h1 {
	font-size: 26px;
	padding-bottom: 15px;
	font-weight: bold;
	text-align:center;
}
.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;
}


#bod td{
    margin: 0 !important;
    padding: 5px 10px 20px 10px!important;
	line-height: 1.25;
	text-align:center;
}
#bod h3{
	font-size: 18px;
	font-weight:bold;
}

#links-list, #links-list ul {
	padding:0 !important;
	margin:0 !important;
}

#links-list li {
	display: block;
	margin: 10px 10px 0 10px !important;
	list-style-type:none !important;
	padding:15px 10px !important;
	background-color:#09F;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#links-list a, #links-list a:visited, #links-list a:active {
	color:#fff;
	text-decoration:none;
}

#links-list a:hover {
	color:#fff;
	text-decoration:underline;
}
