/* Global Styles */


body {
	background-color: #7FC31C;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tablelayout {
	background-repeat: no-repeat;
	background-color: #7FC31C;
	background-position:top center;
	background-image: url(images/WebSite_Frame/image4_with_leafv2.png);
}
#tablelayout4main {
	background-repeat: no-repeat;
	background-color: #7FC31C;
	background-position:top center;
	background-image: url(images/WebSite_Frame/image4_headeronly.png);
}
#tablelayout4mainright {
	background-repeat: no-repeat;
	background-color: #7FC31C;
	background-position:top center;
	background-image: url(images/WebSite_Frame/image4_headerrightv2.png);
}
.bottommenu {
    background-color: #7FC31C;
	color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: x-small; 
}
.toprightmenu {
	color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align:bottom; 
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
    font: Arial, Helvetica, sans-serif;
}
.style3 {font-size: 16px;
	color: #B50C00;
	font-weight: bold;
}
.style7 {font-size: 16px;
	color: #B50C00;
	font-weight: bold;
	font-style:italic;
}
.pindented /* instead of just p {*/
{ 
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	text-transform: none;
	text-indent: 0px;
	text-decoration: none;
	padding-left: 0px;
} 
.style17 {	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	text-transform: none;
	text-indent: 0px;
	text-decoration: none;
	padding-left: 0px;
}
.style49 {font-size: 16px}

.style20 {color: #6faa18}

.style21 {color: #6faa18; font-weight: bold; }

.goldbar {color: #FFD617}
	
.style55 {	font-size: 18px;
	color: #b50c00;
}
.style60 {	font-size: 12px;
	color: #b50c00; font-weight: bold;
}

.style67 {	font-size: 14px;
	color: #b50c00; font-style: italic;
}

.superscript {position: relative;     
 	bottom: 0.5em;     
	color: #000000;     
	font-size: 0.8em; 
} 

a:link {
	color: #B50C00;
}
a:visited {
	color: #C84940;
}
a:hover {
	color: #7FC31C;
}
a:active {
	color: #FFD617;
}

a.white:link {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #B50C00;
}
a.white:active {
	color: #FFD617;
}
form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	border-width: 0px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	color: #000000;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:none;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, select, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

