
/* BULK OF THE USEFUL STYLES ======================================================================= GENERAL STYLES 
		AND OTHER OVERRIDES */
		
p, a, td, li, ul, ol, dl, h1, h2, h3, h4, h5, h6, TEXTAREA, INPUT, SELECT, caption 
							{ font-family: Verdana, Trebuche, Lucida, Arial, sans-serif;	}

body						{ background: #4B4B4B; color: #000; margin: 0; padding: 0; border: 0; 
								 text-align: center; background-image: url(/images/background.gif); background-repeat: repeat-x; }

HR						{ color: #FFF; }


/* PAGE STRUCTURE =============================================================== PAGE STRUCTURE  */

#himg					{	text-align: center; border: 0; /* For the header image */ }

#address				{	padding-top: 4px;
								width: 770px; 
								height: 18px;
								color: #FFF;
								font: 0.7em verdana; 								background: #0054A6;  
								}

#main					{	border: 2px solid #FFF;
								padding: 0;
								margin: 0;
								width: 770px; }

#content				{	margin: 0;
								border: 0;
								position: relative; 
								background: #C7B29A;
								vertical-align: top;
								text-align: left;
								padding: 15px 20px 8em 20px;
								width: 594px; /* False value for IE4-5.x/Win */
								voice-family: "\"}\"";
								voice-family: inherit;
								width: 554px; /* Actual value for conformant browsers */ }

html>#content		{	width: 554px; /* Be nice to Opera */  }

#foot						{	position: absolute; bottom: 0; margin-bottom: 15px; }

#printbanner			{	display: none; }
/* NAVIGATION ===================================================================== NAVIGATION	*/ 
#primarynav			{ 	/* false for browser difficulties */ 
								margin: 0;
								padding: 0 15px;
								background: #A67C52;
								border-right: 2px solid #FFF;
								text-align: left;
								vertical-align: top;
								width: 172px; /* False value for IE4-5.x/Win */
								voice-family: "\"}\"";
								voice-family: inherit;
								width: 140px; /* Actual value for conformant browsers */	}
html>#primarynav		{	width: 140px; /* Be nice to Opera */ }

#primarynav ul {
	list-style: none !important;
	padding: 0;
	margin: 15px 0;
	border: 0;
	}

#primarynav li	{
	list-style: none !important;
	font-size: 0.8em;	color: #000;
	text-align: left;
	width: 140px;
	margin: 8px 0px 3px 0px;
	padding: 0;
	background: transparent;
	}

#primarynav li a {
	display: block;
	font-weight: bold;
	padding: 0;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	width: 140px; 	
	}
	
#primarynav li a:hover {
	font-weight: bold;
	background: transparent;
	color: brown;
	text-decoration: none;
	}

/* TYPE2 NAVIGATION ======================================= */
#primarynav li#type2	{
	font-size: 0.7em;	color: #000;	text-align: left;
	margin: 0px 0px 3px 0px;
	padding: 0;
	background: transparent;
	width: 140px; }

#primarynav li#type2 a {
	display: block;
	font-weight: normal;	padding: 0;
	padding-left: 8px;	background: transparent;
	color: #FFF;
	text-decoration: none;
	width: 140px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 132px; /* Actual value for conformant browsers */	}
	}
html>#primarynav li#type2	{	width: 132px; /* Be nice to Opera */ }
	
#primarynav li#type2 a:hover {
	font-weight: normal;
	background: transparent;
	color: brown;
	text-decoration: none;
	}

.primnavheading	{	color: #000; font: 0.8em/1 Verdana; }
.primnavseparator	{	color: #000; height: 1px; }

/*  GENERAL CONTENT ELEMENTS ================================================== GENERAL CONTENT ELEMENTS	*/ 

p {
	font-size: 0.8em;
	line-height: 1.5em;	margin: 0;
	margin-bottom: 1em;
	
	}

a:link, a:visited {	font-weight : bold; 
	color: #0054A6;	background: transparent; 
	text-decoration : none;
	}

a:active {	font-weight : bold; 
	color: #A3422A;
	background: transparent;  
	text-decoration : none;
	}

a:hover {
	font-weight : bold; 
	color: #2F3261;
	background: transparent; 
	text-decoration : underline;
	}


/* HEADLINES ========================================================================= HEADLINES */

h1, h2, h3, h4, h5, h6		{ color: #FFF; }

h1	{
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px; 	margin: 0px 0px 5px 0px;
	padding: 0;
	}

h2	{
	font-size: 1.3em;	font-weight: normal;
	margin: 20px 0px 5px 0px;
	padding: 0;
	}

h3	{
	font-size: 0.9em;	font-weight: bold;
	margin: 0;
	padding: 0;
    }

h4	{
	font-size: 0.70em;	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h5	{
	font-size: 0.70em;	font-weight: normal;
	margin: 2px 0px 2px 0px;
	padding: 0;
	}






