﻿/*reset.css*/
body {background: #FFF;}
p {
	margin: 0;
	padding: 0;
}
form {
	margin:0;
	padding:0;
	width:930px; /* this line makes it work on IE */
}
li {
	/*margin: 0;
	padding: 0;*/
}
ol {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0;
	padding: 0;
}
dt {
	margin: 0;
	padding: 0;
}
dl {
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
table         {border-collapse: collapse;border-spacing: 0;}
img           {border: 0;}
li            {list-style: none;}
th   {text-align: left;}
caption   {text-align: left;}
h6 {font-size: 100%;font-weight: normal;}
h5 {font-size: 100%;font-weight: normal;}
h4 {font-size: 100%;font-weight: normal;}
h3 {font-size: 100%;font-weight: normal;}
h2 {font-size: 100%;font-weight: normal;}
h1 {font-size: 100%;font-weight: normal;}
select {font-family: inherit;font-size: inherit;font-weight: inherit;}

textarea {font-family: inherit;font-size: inherit;font-weight: inherit;}

input {font-family: inherit;font-size: inherit;font-weight: inherit;}

body {
	margin:0;
	padding:0 1em 0 1em;
	color:#4F6228;
}
h1 {
	font-weight: bold;
	font-size:140%;
	margin-bottom:10px
}
.center {
	text-align:center;
}
.header {
	width:910px;
}
.header img{
	float:right;
}
.headerblurb{
	font-size:110%;
	text-align:center;
	width: 250px;
	color:#984807;
}
.headerline{
	clear:both;
	padding:0px 5px 2px 5px;
	background:url(images/headerline_bg.png);
	border: 3px solid #77933C;
	font-size:105%;
}

.leftnav{
	float:left;
	background: url(images/nav_bg.png);
	width:191px;
	height:493px;
	padding:25px 10px 0 25px;
	font-size:115%;
}
.leftnav li {
	margin-bottom:10px;
}
.leftnav a {
	text-decoration:none;
	color:#333;
}
.leftnav a:hover {
	color:white;
}
.maincontent {
	margin-left: 236px;
	width:686px;
}
.mainpageheader {
	background: url(images/mainpageheader.png);
	padding:12px 15px 0 15px;
	height:73px;
	font-weight:bold;
	width:646px;
}
.mainpagecontentsquare {
	width:305px;
	float:left;
	margin:5px;
	padding:10px;
	border:1px solid #77933C;
}
.mainpagefooter {
	color:#984807;
	clear:both;
	margin-top:10px;
	padding:0 5px;
}
