/* TRRS Master Style Sheet */
/* Created July 2009 by Fred Brack, updated April 2011 with 'offscreen' for navigation links */
/* Updated 1/12 to change background color for underwrite */

body, div, p, blockquote, ol, ul, dl, li, dt, dd, td, h1, h2, h3 
     { color: black; font-size: small; font-family: Verdana, sans-serif }
/* standard heading definitions */
h1				{ font-size: x-large; text-align: center }
h2				{ font-size: large }
h3				{ font-size: medium }

/* CLASS Selectors */
.header			{ background-color: #80D0D0 } /* very top of page - lighter green */
.banner			{ background-color: #225E5E } /* pictures on the header - darker green */
.maincol		{ background-color: #DEF3F3 } /* main page text */
.navcol			{ background-color: #80D0D0 } /* right navigation column */
.footer			{ background-color: white }   /* bottom of page */
.copyright		{ background-color: black; color: white } /* copyright notice at very bottom */
.offscreen { /* Force some text or html function out of the visible window */
	display: block; 
	position: absolute; 
	top: -9999px;
	left: -9999px; 
}

/* HTML Selectors */

table.header    { border-top-width: 1; border-top-style: solid; border-top-color: navy }
td.nav          { color: navy; background-color: #80D0D0; font-weight: bold; border: 2px solid navy; padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px }
td.underwrite 	{ background-color: silver } /* underwriter section at bottom - lighter green */
table.underwrite { border-top-width: 1; border-top-style: solid; border-top-color: navy; border-bottom-width: 1; border-bottom-style: solid; border-bottom-color: navy }

/* NOTE:  The right navigation column hotlinks reference class rightnav, which is not defined yet */

/* The following (suppressed) specifications are from rightnavstylesheet.css, which is being replaced ...
a
{
	font-family : Verdana;
	font-size : 11px;
	font-weight : none;
	color : #000000;
	text-decoration :underline;
}

.rightnav
{
	font-family : Verdana;
	font-size : 11px;
	font-weight : none;
	color : #000000;
	text-decoration :underline;
}

.topnav
{
    font-family : Verdana;
	font-size : 11px;
	font-weight : Bold;
	color : #FFFFFF;
	text-decoration :none;
}


a:HOVER
{
	
	font-family : Verdana;
	font-size : 11px;
	font-weight : none;
	color : #225E5E;
	text-decoration :underline;
}

a:VISITED
{
	
	font-family : Verdana;
	font-size : 11px;
	font-weight : none;
	color : #9A0100;
	text-decoration :underline;
}


a:HOVER.topnav
{
	
	font-family : Verdana;
	font-size : 11px;
	font-weight : none;
	color : #000000;
	text-decoration :none;
}

p, td, th
{
	font-family : Verdana;
	font-size : 11px;
	font-weight : none;
	color : #000000;
	text-decoration :none;
}
 .............. */
