
@import "nav.css"; 
@import "footer.css"; 

/* 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						{	font: 0.8em/1 verdana;
								color: #000; 
								margin: 10px 0px 0px 0px; 
								padding: 0; 
								border: 0; 
								text-align: center; 
								background-color: #0073BD;
								}

HR						{ color: #FFF; }


/* PAGE STRUCTURE =============================================================== PAGE STRUCTURE  */

#header img			{	border: 0;
								}
								
#main					{	border: 2px solid #FFF;
								border-collapse: collapse;
								padding: 0;
								margin: 0;
								width: 770px; 
								background-color: #FFF;
								}

#content				{	margin: 0;
								border: 0;
								background: #FFF;
								vertical-align: top;
								text-align: left;
								padding: 15px 20px 0px 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						{	}
/* NAVIGATION ===================================================================== NAVIGATION	*/ 
#primarynav			{	margin: 0;
								padding: 0 15px;
								text-align: left;
								vertical-align: top;
								width: 170px;
								voice-family: "\"}\"";
								voice-family: inherit;
								width: 140px;
								}
html>#primarynav		{	width: 140px; /* Be nice to Opera */ }

#primarynav ul		{	list-style: none;
								padding: 0;
								margin: 15px 0;
								border: 0;
								}

#primarynav li		{	font-size: 1.1em;								color: #0;
								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: #0;
								text-decoration: none;
								width: 140px; 	
								}
	
#primarynav li a:hover {
	font-weight: bold;
	background: transparent;
	color: #0;
	text-decoration: underline;
	}

/* TYPE2 NAVIGATION ======================================= */
#primarynav li#type2	{
	font-size: 1.0em;	color: #0;	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: #0;
	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: #0;
	text-decoration: underline;
	}

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

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

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

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

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


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

h1	{	color: #0;
	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.85em;	font-weight: bold;
	margin: 0;
	padding: 0;
	}

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