/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#176e16;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:1em 0;
	padding:0;
}

.indentedContent {
	padding:0 20px;
}

body { /*controls default font for entire site*/
	color:#333;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
}

td {
	font-size:10pt;
}

h1 {
	font-size:18pt;
	margin-top:0.75em;
	font-weight:bold;
	color:#176e16;
	line-height:normal;
	letter-spacing:normal;
}

h2 {
	font-size:14pt;
	margin-top:0.75em;
	padding:0px;
	font-weight:bold;
	color:#176e16;
}

h3 {
	font-size:12pt;
	margin-top:0.75em;
	font-weight:bold;
	color:#176e16;
}

.smallText {
	font-size:8pt;
}


ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

.tableBorder {
	border:solid 1px #aaa;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

.yellowBorder {
	border:solid 1px #fc0;
}

.specialsBox {
	border:solid 1px #aaa;
	background:#fff url(../images/site/green_to_white_grad.jpg) top repeat-x;
	padding:8px;
}

#backToTop {
	border:1px solid #176e16;
	padding:2px 5px;
	background-color:#FFF;
	color:#176e16;
	font-size:8pt;

	position:fixed;
	bottom:0px;
	right:0px;
	z-index:5;
	clear:both;
	text-align:right;
	float:right;
}

img {
	border:none;
}

h6 {
	font:12px/20px Arial;
	font-style:italic;
}