body {
	background: white;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: black;
	margin: 0px;
}
a:link,
a:visited {
	color: #cb250a;
	text-decoration: none;
}
a:hover,
a:active {
	color: black;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-family: Times, serif;
	font-weight: normal;
	color: #717970;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #ff0000;
}
h3 {
	font-size: 14px;
	font-family: Times, serif;
	font-weight: bold;
	color: #717970;
	text-decoration: underline;
	margin-bottom: 0;
	font-style: italic;
}
h4 {
	margin: 20px 0 0 0;
	font-size: 14px;
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
}

.mainCont {
	width: 820px;
	margin: 25px auto 0;
}
.headTable {
	width: 100%;
	border: 0;
}
.headTable td {
	padding: 0;
}

.header {
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
}
.header a {
	padding: 0 10px;
}
.header a:link,
.header a:visited {
	color: #58a746;
}
.header a:active,
.header a:hover {
	color: #cb250a;
}
.content1 {
	width: 600px;
	padding: 10px 0;
	text-align: left;
}
.top-menu {
	font-size: 13px;
	border: 1px solid #58a746;
	border-width: 1px 0;
	padding: 0;
	text-align: center;
}
.top-menu a {
	display: inline-block;
	padding: 10px 12px;
}
.top-menu a:link,
.top-menu a:visited {
	color: black;
}
.top-menu a:hover,
.top-menu a:active {
	color: #cb250a;
	background-color: #e0f1dc;
	text-decoration: none;
}
.small-menu {
	padding: 10px 0;
}
.small-menu a {
	padding: 0 7px;
}
.small-menu a:link,
.small-menu a:visited {
	color: black;
}
.small-menu a:hover,
.small-menu a:active {
	color: #cb250a;
}
.green-line {
	border-top: 1px solid #58a746;
	padding: 10px 0;
}
.footer {
	font-size: 11px;
}
.footer a:link,
.footer a:visited {
	color: black;
}
.footer a:active,
.footer a:hover {
	color: #cb250a;
	text-decoration: none;
}
.comments {
	padding: 8px;
	text-align: left;
	background-color: #e0f1dc;
	border: 1px solid #58a746;
}
.border {
	width: 475px;
	background-color: #e0f1dc;
	padding: 10px;
	border: 1px solid #b1b9af;
	text-align: center;
}
.border1 {
	width: 475px;
	padding: 10px;
	border: 1px solid #b1b9af;
	text-align: center;
}

.spacer {
	padding-bottom: 30px;
}

.topContainer {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.announce {
	background-color: #cb250a;
	text-align: center;
	color: #ffffff;
	padding: 4px 0 4px 0;
	font-size: 13px;
	text-transform: uppercase;
/*
	border-bottom: 15px solid #ffffff;
*/
}
.white-fade {
	background: transparent url("images/white-fade.png") left top repeat-x;
	height: 19px;
	width: 100%;
}
.quotes {
	background: transparent url(images/quote.gif) left top no-repeat;
	margin-top: 30px;
	padding: 10px 10px 10px 63px;
	width: 600px;
}
.quote {
	padding: 10px;
	width: 500px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-style: italic;
	border: 1px solid #c3e29c;
	border-width: 0 1px;
}

/*
	old styles
*/
.main {
    width: 600px;
}
.content {
    background-color: #edfae9;
	margin-top: 10px;
}
.content3 {
    width: 530px;
    padding: 10px;
    text-align: left;
}
.overflow {
    height: 300px;
    overflow: auto;
    font-size: 11px;
    border: 1px solid #000000;
    padding: 5px;
	background-color: white;
}
.footer1 {
    text-align: center;
	padding: 5px 0;
}
