@charset "utf-8";
body  {
	margin: 0; /* good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.625em;
	background-color: #F2E4B7;
	color: #345227;
}
#container {
	width: 945px;  /* this will create a container 80% of the browser width */
	background: #f6edce; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #345227;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 95px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
} 
#subhead {
	height: 40px;
	width: auto;
	padding-right: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #345227;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #345227;
	background-image: url(800x1trans.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar1 {
	float: left;
	width: 175px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-left: 5px;
	height: 520px;
}
#sidebar1 #offer {
	background-color: #F2E4B7;
	height: 220px;
	width: 175px;
	border: 1px solid #345227;
}

#mainContent {
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 200px;
	margin-top: 15px;
} 
#sidebarrt {
	float: right;
	width: 130px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-left: 25px;
	height: 350px;
}

#footer {
	padding: 0 10px;
	background:#DDDDDD;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #345227;
} 
#header h1 {
	color: #345227;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
#sidebar1 ul {
	margin-left: 10px;
	padding-left: 0px;
}
#sidebar1 li {
	font-size: 1.3em;
	list-style-type: none;
	padding-top: 5px;
}
#container #footer p {
	text-align: center;
}
#subhead h1 {
	margin-top: 5px;
	color: #345227;
	padding-left: 5px;
}
#mainContent h2 {
	font-size: 2em;
	color: #345227;
	margin-top: 0px;
}
#footer p {
	margin: 0;
	padding: 10px 0; 
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	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;
}
img {
	text-decoration: none;
	padding: 2px;
	border: 1px dotted #345227;
}
#mainContent p {
	font-size: 1.2em;
}
#mainContent h2 {
	font-size: 1.8em;
}
#mainContent h4 {
	font-size: 1.4em;
	font-style: italic;
}
#mainContent h3 {
	font-size: 1.4em;
	font-style: italic;
}
#container #mainContent li {
	font-size: 1.2em;
}
#container #sidebar1 ul ul {
	font-size: .8em;
}
a:link  {
	font-weight: bold;
	color: #345227;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #345227;
	text-decoration: none;
	background-color: #F2E4B7;
}

a:visited {
	font-weight: bold;
	color: #588B43;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #345227;
}
#sidebar1 h2 {
	background-color: #E9D183;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #345227;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #345227;
}
#sidebar1 p {
	font-size: 1.2em;
}
#sub h2 {
	border-top-width: 1px;
	padding-top: 5px;
	border-top-style: dotted;
	border-top-color: #345227;
}
#mainContent table {
	width: 78.5%;
	text-align: center;
	font-size: 1.2em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #345227;
	border-left-color: #345227;
}
#mainContent table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #345227;
	border-bottom-color: #345227;
}
#mainContent table h4 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#mainContent li ul {
	font-size: 0.8em;
}
#sidebarrt img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	text-decoration: none;
}
#container #sidebar1 img {
	margin-top: 10px;
	margin-left: 5px;
}
#mainContent table {
	width: 525px;
}
.LinkSubmit {
	width: 650px;
	height: 40px;
	background-color: #EFECCA;
	border: solid 1px #046380;
	margin: 2px 8px 2px 0px;
	padding: 4px;
}#offer p {
	margin-top: -5px;
	margin-bottom: 10px;
}

