body {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 0 10px 75px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0;
}
td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
a {
	color: #336666;
	text-decoration: none;
}
a:hover {
	color: #339999;
	text-decoration: underline;
}
h1 {
	font-size: 34px;
	color: #336666;
	font-style: italic;
	margin: 0;
}
h2 {
	font-size: 19px;
	color: #336666;
	margin: 0 0 8px 0;
}
h3 {
	font-size: 15px;
	color: black;
	margin: 0 0 0 0;
}
p {
	margin: 0;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 8px;
}
ul {
	margin: 0 0 8px 3px;
	padding: 0;
}
li {
	margin: 0 0 4px 12px;
	padding: 0;
}
#header {
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height: 116px;
}
#header ul {
	margin: 8px 0 0 0;
	padding: 0;
}
#header li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#header li a {
	color: #336633;
	padding: 2px 1px 2px 4px;
	border-left: 2px solid #CDE6CD;
	text-decoration: none;
}
#header a:hover {
	color: #339999;
}
#header li.firstLink a {
	border-left: none;
}
#content {
	padding-bottom: 10px;
}
#contentTop {
	background-image: url(../img/BG-greenTop.gif);
	background-repeat: no-repeat;
	height: 10px;
}
#contentMid {
	background-image: url(../img/BG-greenMid.gif);
	background-repeat: repeat-y;
	padding: 0 30px 0 135px;
}
#contentBot {
	background-image: url(../img/BG-greenBot.gif);
	background-repeat: no-repeat;
	height: 16px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer ul {
	margin-top: 5px;
}
#footer li {
	display: inline;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 8px 0 10px;
	border-left: 1px solid #003333;
	margin: 0;
	list-style: none;
}
#footer li.firstLink {
	border-left: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
/* CSS BELOW APPLIES TO contact_template.html FROM FILES/__UNIVERSAL CODE */
#contactForm {
}
.warn {
	color: red;
}
#contactForm #f1-leftWidth {
	width: 86px;
}
#contactForm #f1-rightWidth {
	width: 300px;
}