
@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: Trebuche, Lucida, Arial, sans-serif;	}

body						{	font: 0.8em/1 verdana;
								color: #000; 
								margin: 0; 
								padding: 0; 
								border: 0; 
								text-align: center; 
								background: #FFF url("/images/background.jpg") no-repeat center top;
								}

HR						{ color: #7DA7D9; }

/* PAGE STRUCTURE =========================================================== PAGE STRUCTURE  */

#main					{	border: 0;
								border-collapse: 0;
								padding: 0;
								margin: 0;
								width: 770px; }

#content				{	margin: 0;
								border: 0;
								background: transparent;
								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 */  }

/* CONTACTBLOCK ======================================================== CONTACTBLOCK */

#contactblock		{	float: right;
								font-size: 0.8em;
								text-align: right;
								
								width: 180px;
								margin-right: 4px;
								}
								
#contactblock p		{	margin-bottom: 2px; }
								
.contactblocklabel	{	
								font-weight: bold; 
								margin-top: 4px; 
								}
/*  GENERAL CONTENT ELEMENTS =========================================== GENERAL CONTENT ELEMENTS	*/ 

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

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

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


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

h1	{
	font-size: 2em;
	font-weight: normal;	font-family: Trebuchet;
	letter-spacing: 1px; 	margin: 0px 0px 5px 0px;
	padding: 0;	color: #7DA7D9;
	}

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

h3	{
	font-size: 0.9em;	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #7DA7D9;
    }

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;
	}






