/* reset margins and paddings to 0 to avoid cross-browser bugs. */
* {
margin: 0; padding: 0;
}

body {
	margin: 0;
	background: #895e1a;
}

a {
	color: #fff767;
	text-decoration: none;
}

a:hover {
	color: #c5bd2e;
	text-decoration: none;
}
img {
	border: 0;
}

h1 {
	color: #fff767;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h2 {
	color: #fff767;
	font: bold 32px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

img.imageright {
	float: right;
	margin: 0 0 10px 20px;
}

input, textarea, select {
	margin: 1px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px;
}

#left {
	background: url(images/leftbg.jpg) no-repeat top right;
}

#top {
	background: url(images/topbg.jpg) no-repeat top left;
	height: 48px;
}

#carea {
	background: #326e11 url(images/careabg.jpg) no-repeat top left;
}

#ctopleft {
	background: url(images/topleft.gif) no-repeat top left;
	height: 30px;
}

#ctopright {
	background: url(images/topright.gif) no-repeat top right;
	height: 30px;
}

#ctoptop {
	border-top: 10px solid #ffffff;
	height: 2px;
}

#cbtmleft {
	background: url(images/btmleft.gif) no-repeat bottom left;
	height: 30px;
}

#cbtmright {
	background: url(images/btmright.gif) no-repeat bottom right;
	height: 30px;
}

#cbtmbtm {
	border-bottom: 10px solid #ffffff;
	height: 2px;
}

td.cmidwhitebg {
	background: #ffffff;
}

#toprivet {
	background: url(images/rivets.gif) no-repeat top left;
}

#btmrivet {
	background: url(images/rivets.gif) no-repeat bottom left;
}



#contentarea {
	margin-left: auto;
	margin-right: auto;
}

#copyarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1.5em;
}

#copyarea p {
	margin-bottom: 10px;
}



#copyarea li {
	margin-left: 30px;
	margin-bottom: 5px;
	list-style-type: square;
}

#copymargin{ 
margin-left: 40px;
}

#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff767;
	height: 60px;
}


#fs a {
	color: #c5bd2e;
	text-decoration: none;
}

#weather {
	color: #ffffff;
}



#menu li {
	list-style-type: none;
}

#menu a {
	display: block;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #fff767;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 2px;
	background: #74a326;
}

#menu a:hover {
	color: #ffffff;
	background: #5c860e;
}	

.littleyellowheader {
	color: #fff767;
	font: bold 12px Arial, Helvetica, sans-serif;
}

form .float-left {
	float: left;
	margin-right: 10px;
}