body {
	margin: 0;
	background: #bbb;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

#header {
	background: white;
	height: 95px;
	padding-bottom: 18px;
}
#header table {
	border-bottom: 3px solid #71A11C;
}
#header th {
	padding-bottom: 1px;
}
#header td {
	vertical-align: bottom;
	padding-bottom: 2px;
}
#header th a {
	margin-right: 255px;
}
#header td a,#header td b {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	color: #888;
	margin-right: 30px;
}
#header td a:hover,#header td b {
	color: #376405;
}

#menu {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #71A11C url(images/menu-bg.gif);
	margin: 0;
	padding: 0 0 0 45px;
	height: 49px;
}

#content {
	background: white url(images/content-bg.gif) repeat-x;
	height: 100%;
	padding: 40px 0 40px 55px;
	font-size: 14px;
}
#content h1 {
	font-size: 24px;
	margin-bottom: 0;
}
#content h2 {
	font-size: 15px;
	color: #71A11C;
	margin-top: 0;
}
#content h3 {
	margin-top: 2em;
	font-size: 15px;
	color: #71A11C;
}
#content p {
	margin-right: 40px;
}
#content a {
	color: #376405;
}
#content a:hover {
	color: #71A11C;
}
#content #image {
	float: right;
	margin: 5px 0 40px 40px;
	padding-right: 2px;
	border-right: 20px solid #71A11C;
	margin-top: 1em;
}
#content .form th {
	padding-right: 10px;
	text-align: right;
	font-size: 13px;
	color: #376405;
}
#content .form input,#content .form textarea {
	background: #E3ECD2;
	border: 1px solid #376405;
	margin: 5px 0;
}
#content .form input:focus,#content .form textarea:focus {
	background: #F6F9F0;
}
#content .form textarea {
	width: 400px;
	height: 200px;
}
#content .form input.submit {
	background:  #71A11C;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 10px;
	border-color: #9DE027 #436011 #436011 #9DE027;
}

#footer {
	background: #71A11C;
	color: white;
	font-size: 10px;
}
#footer td {
	height: 20px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*#footer td#footertnc {
	text-align: left;
	padding-left: 60px;
}*/
#footer td#footercopy {
	text-align: right;
	padding-right: 30px;
}
