@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b89267;
}
.oneColFixCtrHdr #container {
	width: 875px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bodybknd.jpg);
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 22px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footerbknd.jpg);
	padding-right: 0px;
	padding-bottom: 0;
	font-size: 10px;
	color: #003300;
	padding-left: 45px;
	height: 74px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding-bottom: 0px;
}
.tickertype_green12 {
	font-size: 12px;
	color: #6C8D10;
	text-decoration: none;
}
.tickerbox {
	text-align: right;
	margin: 0px;
	padding-right: 35px;
	font-size: 11px;
	color: #4B6703;
	text-decoration: none;
}
.lftcolumn {
	width: 150px;
	height: 365px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}
.text12_drkgrey {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #003300;
}
.greentext18 {
	font-size: 18px;
	color: #598511;
	text-decoration: none;
}
.greentext16 {
	font-size: 16px;
	color: #5C8715;
	text-decoration: none;
}
.contact_table {
	padding-right: 25px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 15px;
	font-size: 10px;
}
.green_header18 {
	font-size: 18px;
	color: #577507;
}
.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 175px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.glossymenu li a{
	color: #4B6802;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-transform: capitalize;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 165px;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: #4B6802;
}

.glossymenu li a:hover{
	background-image: url(../images/glossyback2.gif);
}
.9ptText_grey {
	font-size: 9px;
	color: #333333;
}
.10ptText_greyCopy {
	font-size: 10px;
	color: #333333;
}
.inside_column {
	height: 348px;
}

