﻿body {
	/*background: #9ebf28 url(../images/home_body.jpg) repeat-x;*/
	background:#ffffff;
	font-family: Arial, Verdana, Lucida Bright, Trebuchet MS, Sans, Lucida Grande, Arial, Sans-Serif;
	font-size:9pt;
	color: #444;
	/*text-align: center;*/
	line-height:17px;
	margin:0 0 0 0;
}
#main 
{
    /*width:900px;
    margin-left:auto;
    margin-right:auto;*/
    background-color:#ffffff;
	/*border-bottom:thick ridge #666666;
	border-right:medium ridge #666666;*/
}
a, a:link, a:visited {
	color: #1e87c8; 
	text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
h1, h2, h3, h4 
{
    font-family: Trebuchet MS, Arial;
    color: #789619;

}
h1 {
	font-size:140%;
    /*text-transform:uppercase ;*/
    line-height:25px;
    margin-bottom:10px;
}
h2 {
	font-size:137%;
    line-height:20px;
    margin-bottom:10px;
}
h3, h4 
{
    line-height:20px;
    margin-bottom:5px;
}
h3 {
	font-size:125%;
    /*text-transform:uppercase ;*/
}
h4 {
    font-size:120%;
}
p 
{
    margin:0px 0px 10px 0px;
}
#footer {
	clear: both;
	position:relative;
	bottom:0px;
	width: 900px;
}
#tagLine 
{
    /*width:100%;
    text-align:center;*/
    font-style:normal;
    font-weight:bold;
    color:#789619;
    font-size:0.75em;
}
#footertwo {
	/*clear: both;
	width: 100%;
	margin: 0px auto;*/
	margin-left:auto; margin-right:auto;width:500px;
    color:#000000;
	padding-top: 8px;
}
#footertwo a {
    color:#000000;
	text-decoration: none;
}
#footertwo a:hover {
	text-decoration: underline;
}
.mark 
{
    font-size:x-small;
    vertical-align:super;
}
.stdlist
{
    margin-top:0px;
}
.flyer 
{
    color:#1e87c8; 
}
.fly 
{
    display:none;
    z-index:99;
    background-color:#ffffff;
    position:absolute;
    top:50px;
    left:400px;
    border:solid 2px #000000;
    margin:10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}
.fineprint 
{
    font-size:75%;
}
.pdf 
{
    vertical-align:text-top;
    border:none;
    
}
.box_left 
{
    border-top:solid 1px #789619;
    border-left:solid 1px #789619;
    border-bottom:solid 1px #789619;
    border-right:none;
    padding-top:5px;
    padding-left:5px;
    padding-bottom:5px;
}
ul 
{
    margin-top:0px;
}
table
{
    border-collapse:collapse;
}
.oddRows { background-color:#ffffff; vertical-align:top; }
.oddRows td 
{
    border:solid 1px black;
    padding:2px 5px 2px 5px;
}
.evenRows {background-color:#f0f0f0; vertical-align:top; }
.evenRows td 
{
    border:solid 1px black;
    padding:2px 5px 2px 5px;
}
.headerRows 
{
    background-color:#c0c0c0; color:#ffffff; font-weight:bold;
}
.headerRows td
{
    border:solid 1px black;
    padding:2px 5px 2px 5px;
}

.errMsg {color:#ff0000; font-weight:bold;}
