a:link {
	color: #336633;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #336633;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #33CC00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #336633;
	font-weight: bold;
}
body {
	background-color:#669900;
	background-image: url(./images/top_bckgrd.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	
}
.banner{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	}
.banner_small{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
.banner_xsmall{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}	
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.main_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
.heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #336600;
	font-weight: bold;
}
.heading_redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #336600;
	font-weight: bold;
}
.large_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #336600;
	font-weight: bold;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}
.image{
	border-style: solid;
	border-color: black;
	border-width:1px
      }
img.floatLeft {
	float: left;
	margin: 4px;
	border-style: solid;
	border-color: black;
	border-width:1px;
	padding: 2px;
}

img.floatRight {
	float: right;
	margin: 4px;
	border-style: solid;
	border-color: black;
	border-width:1px;
	padding: 2px;
}
img.floatNone {
	float: none;
	margin: 10px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 2px;
}
.leftcol {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #003366;
}
.rightcol {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-color: #003366;
}
