body  {
	font: 90% "Times New Roman", Times, serif;
	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; /* this centers the wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
}
h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 136%;
}
h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 124%;
	margin: 1.0em 0em 0.3em 0em;
	padding: 0;
}
h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 112%;
}
h4 {
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
}
p {
	font-size: 1.0em;
	/*line-height: 1.2em;*/	
	margin: 0.6em 0em 0.6em 0em;
}

.twoColFixLt #wrapper { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;	/*475px;*/
	margin: 16px auto; /* the auto margins (in conjunction with a width) center the page */
	border-width: 2px;
	border-style: solid ;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 20px 10px;
	padding: 8px 2px 2px 2px;
	text-align: center;
	display: inline;    /*to solve Doubled Float Margin Bug    */
}
#tbox	{
	padding: 4px;;
}
.twoColFixLt #main { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebarleft div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebarleft space when the content in #sidebarleft ends. */
	padding: 6px 15px 20px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#logo	{
	margin: 0 0 6px 0;
	padding: 0;
	text-align: center;
}

#topmenu 	{
	margin: 0 0 16px 0;
	padding: 0 0 0 70px;
	/*width: 555px;*/
	text-align: center;
	font-size: 90%;
	font-style: italic;
	/*z-index: 2000;*/
}
#dd, #dd ul	{
	padding: 0 0 0 0;	
	margin: 0;
	list-style: none;
	/*overflow: hidden;*/
	/*z-index: 1000;*/
}

#dd a	{	
	display: block;
	width: auto;
}

#dd li	{
	float: left;
	width: auto;	/* width 70px needed or else Opera goes nuts */
	padding: 5px 10px 0 10px;	/**/
	/*overflow: hidden; screws up IE7*/
}

#dd li ul	{	
	position: absolute;
	width: 130px;
	left: -999em;
	padding: 0 3px 4px 0;	
	overflow: hidden;
	/*z-index: 3000;*/
}

#dd li:hover ul, #dd li.sfhover ul {
	left: auto;
	z-index: 3000;
}

#mainpicfeature	{
	margin: 0; 
	padding: 17px 0 0 0;
	text-align: center;
}
#swfObjectDiv	{
	position: relative;
}
#docmain	{
	margin: 0 20px 10px 20px;
	padding: 0;
	width: auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a wrapper that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#docHeader	{
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	margin-top: 2px;
}
.ffso {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}
ul	{
	text-align: left;
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
	border-bottom: 0;
	/*font-size: 0.80em;	*/
	font-style: italic;
	list-style-type: disk;
	display: block;
}
ul li	{
	/*clear: both;	*/
	padding: 0 0 0 0;
}
ul.hlist 	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	/*font-size: 0.80em;	*/
	font-style: italic;
	width: auto;
}

ul.hlist li { 
	display: inline;
}	
ul.vlist	{
	text-align: center;
	margin-left: 0;
	padding: 0;
	border-bottom: 0;
	/*font-size: 0.80em;	*/
	font-style: italic;
	list-style-type: none;
	display: block;
}
ul.vlist li	{
	/*clear: both;	*/
	padding: 0 0 0 0;
}
ol.faqlist	{
	margin: 0 0 0 -20px;	
}
ol.faqlist li	{
	margin: 0 0 0 0;
	padding: 4px 0 4px 0;
}
ul.faqlist	{
	text-align: left;
	margin-left: 0;
	padding: 0;
	font-weight: bold;
	list-style-type: disc;
	display: block;
}
ul.faqlist li	{
	/*clear: both;	*/
	margin: 0 0 0 16px;
	padding: 2px 0;
}
.normal	{
	font-weight: normal;
	font-style: normal;
}
img	{
	border: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.subtext75 {
	font-size: 75%;
}
.subtext85 {
	font-size: 85%;
}
.subtext90 {
	font-size: 90%;
}
.faint	{
	color: #999;
}
.formtitle1 {
	font-size: 175%;
	font-style: italic;
	font-weight: bold;
}
.linktitle {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}
.pagemenu	{
	font-style: italic;
}
.top	{
	font-style: italic;
	padding: 2px;
	width: 74px;
	border: 1px solid;
}
.elementShown	{
	z-index: 1000;
}
.standout	{
	font-size: 120%;
}
.buttonCOHO	{
	font-style: italic;
	padding: 2px;
	/*width: 400px;*/
	border: 2px solid;
}
.buttonHO	{
	font-style: italic;
	padding: 2px;
	/*width: 180px;*/
	border: 2px solid;
}
