<style>
* {margin:0; padding:0; /*strips to "zero" the margin and the padding from everything on the page */
}
 /* html { min-height: 100%; margin-bottom: 1px; (avoids shifting content due to hiding/unhiding of vertical scrollbar )
} */
body {
background-color: #DAD9A0; /* C0D05E */
}
h3 { 
	font: 18pt Times New Roman, Times, serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
}
.green {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 13px;
	color: #999900;
	font-weight:bold;
	line-height: 13px;
}
table.container {
	width: 760px; /* was set to 740  */
	margins: auto 0px; /* auto for left and right and 0 for top/bottom */
	background-color: #FFFFFF; /* set to FFFFFF when done to remove bg color */
	border-style: solid;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 35px;
	border-right-width: 45px;
	border-color: #FFFFFF; /* set to FFFFFF to remove colored border */
	height: 100%;
}
.c {
	margin: 0 auto;
	width: 900px; 
	border-style: solid;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 35px;
	border-right-width: 50px;
	border-color: #FFFFFF; /* set to FFFFFF to remove colored border */
	height: 100%;
}
td {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 13px;
	line-height: 16px;
}
.qanda {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 20px;
	color: #999933;
	font-weight:bold;
	line-height: 20px;
	font-style: italic;
}
A:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #000000;
	    TEXT-DECORATION: none;
}
A:hover {
	    COLOR: #646698;
	    TEXT-DECORATION: none;
}
a.qanda {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 20px;
	color: #999933;
	font-weight:bold;
	line-height: 20px;
	font-style: italic;
}
a.qanda:visited {
	color: #999933;
}
a.qanda:hover {
	text-decoration:underline;
}
A.info:link {
	    COLOR: #3333CC;
	    TEXT-DECORATION: none;
}
A.info:visited {
	    COLOR: #3333CC;
	    TEXT-DECORATION: none;
}
A.info:hover {
	    COLOR: #3333CC;
	    TEXT-DECORATION: underline;
}

A.fw:link {
    COLOR: #CC9900;
    TEXT-DECORATION: none;
}
A.fw:visited
{
    COLOR: #CC9900;
    TEXT-DECORATION: none;
}
A.fw:hover
{
    COLOR: #000000;
    TEXT-DECORATION: none;
}
.subscribe
{
    font: 11px Gill Sans, Helvetica, Arial, Verdana, sans-serif; 
	font-weight: bold;
	color: #3333CC; / *A6AB4F; */
}
.caption
{
    font: 11px Gill Sans, Helvetica, Arial, Verdana, sans-serif; 
	font-style: italic;
}

/* -- Left Nav Styles */

a.leftnav, a.leftnavon {
	font-size: 11px;
	font-weight: bold;
	font-family:  Arial, Helvetica, San-Serif;
	background-image: none;
	line-height: 18px;
	padding: 0px;
}
a.leftnav:visited, a.leftnav:link {
 	color: #666699;
}
a.leftnav:hover, a.leftnavon:hover  {
	color: #000000;
}
</style>

