
	body {margin-top: 0pt; margin-left: 0pt; background-color: #FFF4E2;}
	body, td {font-family: arial,helvetica; font-size: .8em; color:#333333;} 
	
	h1 {font-size: 1.2em; color: #4C4A4A; font-weight: bold; margin-bottom: 3px; margin-top: 1px}
	h2 {font-size: 1.1em; color: #4C4A4A; font-weight: bold; margin-bottom: 8px; margin-top: 1px}

	a 			{color: #660000}
	a:visited 	{color: #993333}
	a:hover 	{color: #CC6666}	

/*  START OF SECTION DETAILING THE MAIN NAVIGATION IN THE HEADER AREA */
/*  NOTE: "button" is naming convention associated with this main nav  */	
	td.buttonmain, td.buttonmain a, td.buttonmain a:visited {
	 	font-family: arial,helvetica; font-weight: bold; font-size: 12px;
	 	color: #FFFFFF; 
	 	text-decoration: none;
			}
	 
	 td.buttonmain a:hover {color: #DCDCDC;}
	 
	 td.buttonmain .button1, td.buttonmain .button2, td.buttonmain .button3, 
	 td.buttonmain .button4, td.buttonmain .button5  {
	  	padding-left: 5px;
		padding-right:  5px;
		text-align: center;
		}
	 
/*  TOTAL WIDTH FOR THE BUTTON TABLE ROW SHOULD BE 564  */
/*  NEED TO ACCOUNT FOR 2PX SPACE BETWEEN EACH BUTTON, AND 3PX SPACE TO RIGHT OF ALL BUTTONS */
/*  For Example:  5 buttons comes to [{4 spaces (4*2=8px)} + {right margin(3Px)} + {5 buttons (3@111 & 2@110=553px}]=564  */	 	 
	 td.buttonmain .button1 { 
	 	background-color: #35758B;
		width: 111px;}
		
	 td.buttonmain .button2 { 
	 	background-color: #D1A23E;
		width: 110px;}	
		
	 td.buttonmain .button3 { 
	 	background-color: #AF4141;
		width: 111px;}			
			
	 td.buttonmain .button4 { 
	 	background-color: #758958;
		width: 110px;}		
		
	 td.buttonmain .button5 { 
	 	background-color: #56737A;
		width: 111px;}		
		
/*  END of SECTION DETAILING THE MAIN NAVIGATION IN THE HEADER AREA */	
		
	 td.subhead {
	 	background-color: #BAB09E;
		width:  187px;
		font-size: 1.1em;
		color: #5A4726;
		text-align: center;
		}		
	

/*  START OF SECTION DETAILING THE LEFT HAND NAVIGATION  */
/*  NOTE: "subnav" is naming convention associated with LEFT HAND nav  */	
/*  Numbers refer to level of nav(( i.e. 1= top, 2= 2nd level)) */
	.subnav1button1, .subnav1button2, .subnav1button3, .subnav1button4, .subnav1button5 {
		font-weight: bold; font-size: .75em;
		color:  #FFFFFF;
		padding: 8px 5px 7px 8px;
		 	}
/*  NOTE: THESE colors SHOULD CORRESPOND with BUTTONs above */			
	.subnav1button1 {background-color: #35758B;}
	.subnav1button2 {background-color: #D1A23E;}
	.subnav1button3 {background-color: #AF4141;}
	.subnav1button4 {background-color: #758958;}
	.subnav1button5 {background-color: #56737A;}	
	
	
	.subnav2 {padding: 8px 2px 8px 0px; vertical-align: top;}
	.subnav2, .subnav2 a, .subnav2 a:visited { 
	 	font-weight: bold; font-size: .85em;
	 	color: #000000; 
	 	text-decoration: none;
		background-color: #F3F4F1;}
	.subnav2 a:hover {color: #333333;}		
		
/*  "b" represents bullet, this is the style for the table cell with arrow bullet */	
	.subnav2b {padding:8px 7px; background-color: #F3F4F1; vertical-align:top;}
		 
/*  END OF SECTION DETAILING THE LEFT HAND NAVIGATION  */		

	
	.homepgtext {color: #4C4A4A; font-size: .75em}
	.picturehp {border: solid #666666 1px;}
	
/* NOTE this is for read more link on Homepage */		
	a.readhp  		{color: #036CB6; font-weight: bold; font-size: .9em; text-decoration:none;}
	a.readhp:visited {color: #036CB6; font-weight: bold; font-size: .9em; text-decoration:none;}
	a.readhp:hover	{color: #036CB6; font-weight: bold; font-size: .9em; text-decoration:none;}		
	
	.side  {background-color: #F3F4F1}
	.side td {color:#333333; font-size: .75em;}
	.side h1 {font-size: 1.1em; color:#0C568D; margin-bottom: 5px; }  
	.side a 		{color:#0033FF;}
	.side a:visited {color:#0033FF;}
	.side a:hover 	{color:#0033FF;}	
	
	
	.tool 			{font-weight: bold; color: #597278;}
	.tool form  	{margin-bottom: 0px;}
	.tool a 		{color:#597278;}
	.tool a:visited {color:#597278;}
	.tool a:hover	{color:#597278;}	 
	
	
	.bottomspace {margin: 15px}
	
						