
/* BULK OF THE USEFUL STYLES ================================================================= GENERAL STYLES  */
		
p, a, td, li, ul, ol, dl, h1, h2, h3, h4, h5, h6, TEXTAREA, INPUT, SELECT, caption 
							{	font-family: Verdana, Trebuche, Lucida, sans-serif; }

BODY					{	font: 0.8em/1 Vedana, Trebuche, Lucida, sans-serif; 
								text-align: left;
								color: #000000; 
								margin: 0px 0px 0px 0px; 							
								background: #FFF url("/images/siteimages-bg.jpg");
								background-repeat: repeat-x; 
								background-color: #FFF;
								}

HR						{	color: #000; }

.inlabel				{	font: 0.9em/1.1 verdana; }

.inlabelsm				{	font: 0.8em/0.8 verdana; 
								color: #808080;
						}

INPUT.publicbutton	{	font: 1em/1.2 verdana; 
								color: #FFF;
								width: auto;
								background-color: #448CCB; 
								border: 1px solid #B3BCDB; 
								padding: 3px 0px 2px 0px; 
					}

INPUT.publiccheck	{	font: 1em/1.2 verdana; 
								color: #FFF;
								width: auto;
								background-color: #C2CEF2; 
								border: 1px solid #B3BCDB; 
								border-collapse: collapse;
								padding: 0; 
					}


/* FOOTER ======================================================================= FOOTER */

#foot						{	font-size: 0.9em; 
								clear: both;
								line-height: 1.3em; 
								text-align: left;
								margin-top: 30px;
								padding: 5px; 
								padding-bottom: 15px; 
								width: auto;
								border-top: 1px solid #CDCDCD; 
								}
								
.foot_right				{	text-align: right; float: right; padding: 0; }

#foot a:link, #foot a:active, #foot a:visited		{	text-decoration: none; }
#foot a:hover		{	text-decoration: underline; }

#printfoot				{	display: none; }



/*  GENERAL CONTENT ELEMENTS ======================================================= GENERAL CONTENT ELEMENTS	*/ 

p {
	font-size: 1em;	
	line-height: 1.3em;
	margin: 0;
	margin-bottom: 1em;
	}

a:link, a:visited {
	font-weight : bold; 
	color: #1F315F;
	background: transparent; 
	text-decoration : none;
	}

a:active {
	font-weight : bold; 
	color: #1F315F;
	background: transparent;  
	text-decoration : none;
	}

a:hover {
	font-weight : bold; 
	color: #D04940;
	background: transparent; 
	text-decoration : underline;
	}


/* PAGE STRUCTURE =============================================================== PAGE STRUCTURE  */

#header				{	width: 786px;
								}

#content				{	border: 0; 
								padding: 10px 10px 10px 10px;
								border-collapse: collapse;
								width: 598px; 
								text-align: left;
								} 

#main				{	border: 0; 
								padding: 0; 
								border-collapse: collapse;
								width: 786px; 
								text-align: left;
								background-color: #ffffff;
								} 

#primarycontent	{	vertical-align: top;
								text-align: left; 
								padding: 10px 10px 10px 10px;
								width: 618px;
								voice-family: "\"}\""; 
  								voice-family: inherit;
  								width: 598px;
								}
								
#printbanner			{	display: none; }

						
/* NAVIGATION ===================================================================== NAVIGATION	*/ 

#navtd					{	width: 175px;
								vertical-align: top;
								text-align: top;
								}

#primarynav			{ 	vertical-align: top;
								font: 0.9em/1 verdana;
								background: #FFF url("/images/siteimages3_04.jpg") repeat-y left top;
								text-align: left;
								margin: 0;
								padding: 0px 0px 0px 0px; 
								width: 175px;
								}

#primarynav ul		{	list-style: none;
								margin: 0;
								padding: 0;
								}

#primarynav li		{	list-style: none;
								margin: 0;
								padding: 0;
								}

#primarynav li a	{	display: block;
								font-weight: bold;
								color: #ffffff;
								line-height: 1.5em;
								text-decoration: none;
								padding: 0px 5px 0px 30px;
								margin: 0px 0px 12px 0px;
								background: transparent;
								width: 160px;
								voice-family: "\"}\""; 
  								voice-family: inherit;
  								width: 125px;
								}
	
#primarynav li a:hover	{
								color: #ffffff;
								text-decoration: none;
								background-color: transparent;
								text-decoration: underline;
								}
								
li#primarynavtop a		{	
								display: block;
								font-weight: bold;
								line-height: 1.4em;
								color: #ffffff;
								text-decoration: none;
								padding: 0px 0px 0px 0px;
								background-color: #9FCD8A;
								}

li#primarynavtop a:hover 	{	
								color: #ffffff;
								background-color: #cec2f2;
								}


/* TYPE2 NAVIGATION ======================================= */

.primnavheading	{	color: #000; font: 0.8em/1 verdana; }
.primnavseparator	{	color: #000; height: 1px; }


/* HEADLINES ========================================================================= HEADLINES */

h1, h2, h3, h4, h5, h6		{ color: #2F3C26; }

h1	{
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: 1px; 
	font-weight: bold;
	margin: -6px 0px 5px 0px;
	color: #000000;
	padding: 0;
	}

h2	{
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 0;
	}

h3	{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0;
	}

h4	{
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0;
	}

h5	{
	font-size: 0.70em;
	font-weight: normal;
	margin: 2px 0px 5px 0px;
	padding: 0;
	}




