td {
 font-family: arial;
	font-size: 12px;
    
	} 

body {
   
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	BACKGROUND: #79AA75;

	
}

H1{

	font-family : Gill Sans MT;
	font-size : 19px;
	color: #5D834A;
	font-weight: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0px;
}


A:link {
  text-decoration: underline; 
  color: #005396;
   font-weight: bold; 
   
  }
A:visited {
  text-decoration: underline; 
  color: #15AED7;
   font-weight: bold; 
  }
 A:hover {
  text-decoration: underline; 
  color: red;
   font-weight: bold; 
  }


  .topnav_no A:link {
   color: #ffffff;
  text-decoration: none;
  font-family: Arial; 
  font-size: 11px;
  font-weight: bold; 
  padding-right: 6px;
  padding-left: 12px;
   
  }
  .topnav_no A:visited {
  text-decoration: none; 
  color: #ffffff;
   font-weight: bold; 
  }
  .topnav_no A:hover {
  text-decoration: none; 
  color: #000000;
   font-weight: bold; 
  }


.topnav {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial; 
  font-size: 11px;
  font-weight: bold; 


  }
  .topnav A:link {
  text-decoration: none; 
  color: #ffffff;
   font-weight: bold; 
   
  }
  .topnav A:visited {
  text-decoration: none; 
  color: #ffffff;
   font-weight: bold; 
  }
  .topnav A:hover {
  text-decoration: none; 
  color: #ccc;
   font-weight: bold; 
  }


.footer {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial; 
  font-size: 11px;
  font-weight: bold; 


  }
  .footer A:link {
  text-decoration: none; 
  color: #ffffff;
   font-weight: bold; 
   
  }
  .footer A:visited {
  text-decoration: none; 
  color: #ffffff;
   font-weight: bold; 
  }
  .footer A:hover {
  text-decoration: underline; 
  color: #5F407C;
   font-weight: bold; 
  }



.subnav {
  color: #45AECF;
  text-decoration: none;
  font-family: Arial; 
  font-size: 11px;
  font-weight: bold; 
  padding-right: 6px;
  padding-left: 12px;

  }
  .subnav A:link {
  text-decoration: none; 
  color: #45AECF;
   font-weight: bold; 
   
  }
  .subnav A:visited {
  text-decoration: none; 
  color: #45AECF;
   font-weight: bold; 
  }
  .subnav A:hover {
  text-decoration: none; 
  color: #000000;
   font-weight: bold; 
  }





.botnav {
  color: #000;
  text-decoration: none;
  font-family: Arial; 
  font-size: 12px;
  font-weight: bold; 
  padding-right: 6px;
  padding-left: 12px;

  }
  .botnav A:link {
  text-decoration: none; 
  color: #000;
   font-weight: bold; 
   
  }
  .botnav A:visited {
  text-decoration: none; 
  color: #000;
   font-weight: bold; 
  }
  .botnav A:hover {
  text-decoration: none; 
  color: red;
   font-weight: bold; 
  }


/*    ul styles     */

li {

list-style-image: url(/images/arrow_bullett.gif);
list-style-position: outside;
padding-bottom:8px;
padding-top:8px;
padding-left:4px;
line-height: 14px;


} 

/*    end ul styles     */

/*    portals     */


/*   end portals     */

<?
$headercolshadow = hexDarker($headercol,$factor = 80);
$headercolhilight = hexLighter($headercol,$factor = 80);

?>

.header {
   
    BACKGROUND: #<?=$headercol;?>;
    BORDER-BOTTOM: #<?=$headercolshadow;?> 1px solid;
    BORDER-LEFT: #<?=$headercolhilight;?> 1px solid;
    BORDER-RIGHT: #<?=$headercolshadow;?> 1px solid;
    BORDER-TOP: #<?=$headercolhilight;?> 1px solid;    
    color: yellow;
    text-align:center;
    FONT-WEIGHT: bold;
    font-size: 10px;

}

.oddrow {

    BACKGROUND: #cde1e1;
    font-size: 10px;
    BORDER-BOTTOM: #000000 1px solid;
}


.evenrow
{
    BACKGROUND: #cdcde8;
    font-size: 10px; 
    BORDER-BOTTOM: #000000 1px solid;

}



.maincontent {

padding-right: 12px ;
padding-left: 12px ;
padding-bottom: 4px ;
padding-top: 4px ;

}


.maincontent2 {


border-right: 1px #CCCCCC solid;


}


/*    borders & frames     */



.frame {

border: #5D834A 1px solid;
}

.framewhite {
BORDER-bottom: #fff 1px solid;
BORDER-right: #fff 1px solid;
BORDER-left: #fff 1px solid;
BORDER-top: #fff 1px solid;
}

.framewhite2 {
BORDER-bottom: #fff 1px solid;
BORDER-right: #fff 1px solid;
BORDER-left: #fff 1px solid;

}

.border_bottom{
padding-bottom: 8px;
border-bottom: #39455A 1px dotted;
}

.black_border {
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #000000 1px solid;
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 1px solid;

}



.borderleft {
border-left: 1px #CCCCCC solid;
}

.borderright {
border-right: 1px #CCCCCC solid;
}


	
/*    END borders & frames     */	
	
	

/*    side boxes     */

.leftbox {
font-family: arial;
font-size: 11px;
background color: #FCF6ED;
color: #000000;
padding: 6px;
border-bottom: 1px #cccccc solid;
}


.leftbox A {
	text-decoration: underline; 
	color: #C96C29;
}

.leftbox A:visited {
	text-decoration: underline; 
	color: #C96C29;
}
.leftbox A:hover {
	text-decoration: underline; 
	color: #000000;
}



.rightbox1 {
font-family: arial;
font-size: 11px;
background color: #507F8C;
color: #fff;
padding: 8px;
}


.rightbox1 A {
	text-decoration: underline; 
	color: #fff;
}

.rightbox1 A:visited {
	text-decoration: underline; 
	color: #fff;
}
.rightbox1 A:hover {
	text-decoration: underline; 
	color: yellow;
}



.rightbox1b {
font-family: arial;
font-size: 11px;
background color: #507F8C;
color: #fff;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 8px;
}

.rightbox1b A {
	text-decoration: underline; 
	color: #fff;
}

.rightbox1b A:visited {
	text-decoration: underline; 

}
.rightbox1b A:hover {
	text-decoration: underline; 
	color: yellow;
}



.rightbox2 {
font-family: arial;
font-size: 11px;
background color: #6BA3B4;
color: #fff;
padding: 8px;
BORDER-TOP: #fff 1px solid;
BORDER-bottom: #fff 1px solid;
}



.rightbox2 A {
	text-decoration: underline; 
	color: #fff;
}

.rightbox2 A:visited {
	text-decoration: underline; 
	color: #fff;
}
.rightbox2 A:hover {
	text-decoration: underline; 
	color: yellow;
}


/*    side boxes     */

	
.caption {
	font-size: 11px;
	line-height: 17px;
	} 


h2{
	font-family: Gill Sans MT, Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;

 color: #5F407C;
}
	
	.pagetitle {
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #284D77;
	text-transform: none;
	letter-spacing: px;
	} 
	
	
.title {
	font-size: 16px;
	font-weight: bold;
	color: #284D77;
	} 

.subtitle {
        color: purple;
	font-size: 14px;
	font-weight: bold;
}

.leftnav {
	font: 11px arial; 
	color: #39455A; 	
	BORDER-BOTTOM: #ccc 1px dotted;
	padding: 4px ; 
	text-transform: uppercase;
	
}
.leftnav A {
	text-decoration: none; 
	color: #5F407C;
}

.leftnav A:visited {
	text-decoration: none; 
	color: #5F407C;
}
.leftnav A:hover {
	text-decoration: none; 
	color: #000;
}

.leftnavsub {
	font: 10px arial; 
	color: #666666; 
	text-indent: 12px; 
	text-decoration: none; 
	list-style-image: url(/images/bg_left_nav);
	BORDER-BOTTOM: #39455A 1px dotted;
	font-weight: bold;
	padding-left: 5px ;
    padding-right: 5px ;
    padding-bottom: 5px ;
    padding-top: 5px ;
	text-transform: none;
}
.leftnavsub A {
	text-decoration: none; 
	color: #000066;
}

.leftnavsub A:visited {
	text-decoration: none; 
	color: #000066;
}
.leftnavsub A:hover {
	text-decoration: none; 
	color: #444444;
}

.line_below
{
BORDER-BOTTOM: #000000 1px solid;

}



.welcome{
font-family: arial;
font-size: 11px;
font-weight: none;
color: #fff;
line-height: 16px;
padding: 8px;
}

.welcome_title{
font-family: Gill Sans MT, arial;
font-size: 16px;
font-weight: bold;
color: #fff;
line-height: 16px;
padding: 8px;
border-bottom: 1px dotted #fff;

}


.welcome A {
	text-decoration: underline; 
	color: #fff;
	
}

.welcome A:visited {
	text-decoration: underline; 
color: #fff;
}
.welcome A:hover {
	text-decoration: underline; 
	color: #000;
}




.sides {
border-left: 1px #8A8A8A solid;
border-right: 1px #8A8A8A solid;

}

.blurbtitle {
	font-family: arial;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;

	}


.blurb {
	font-family: arial;
	color: #000;
	font-size: 10px;
	line-height: 16px;
	margin-top: 5px;	
	padding: 6px;
	}	
	
.blurb A {
	text-decoration: underline; 
	color: darkblue;
}

.blurb A:visited {
	text-decoration: underline; 
	color: darkblue;
}
.blurb A:hover {
	text-decoration: underline; 
	color: maroon;
}




.info{
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding: 8px;
line-height: 18px;
background-color: #C23929;
}

.infobox_title {
	font-family: arial;
	color: #00517D;
	font-size: 20px;
	font-weight: none;
	line-height: 11px;
	margin-top: 5px;
	padding: 6px;
	letter-spacing: -1px;	
	}	
	

.infobox {
	font-family: arial;
	color: #000;
	font-size: 11px;
	line-height: 11px;
	margin-top: 5px;
	border-bottom: 1px dotted #D88000;
	padding: 6px;
	}	
	
.infobox A {
	text-decoration: underline; 
	color: darkblue;
}

.infobox A:visited {
	text-decoration: underline; 
	color: darkblue;
}
.infobox A:hover {
	text-decoration: underline; 
	color: maroon;
}



.infobox2 {
	font-family: arial;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	line-height: 11px;
	margin-top: 5px;
	border-right: 1px dotted #D88000;
		border-bottom: 1px dotted #D88000;
	padding: 6px;
	}	
	
.infobox A {
	text-decoration: underline; 
	color: darkblue;
}

.infobox A:visited {
	text-decoration: underline; 
	color: darkblue;
}
.infobox A:hover {
	text-decoration: underline; 
	color: maroon;
}



.infobox3 {
	font-family: arial;
	font-weight: none;
	color: #ffffff;
	font-size: 11px;		
	}



.link1 {
	font-family: arial;
	font-weight: bold;
	color: yellow;
	font-size: 13px;
		}

.link1 A {
	text-decoration: underline; 
	color: yellow;
}

.link1 A:visited {
	text-decoration: underline; 
	color: yellow;
}
.link1 A:hover {
	text-decoration: underline; 
	color: orange;
}

.link2 {
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px #ffffff dotted;
		}

.link2 A {
	text-decoration: none; 
	color: #ffffff;
}

.link2 A:visited {
	text-decoration: none; 
	color: #ffffff;
}
.link2 A:hover {
	text-decoration: none; 
	color: orange;
}





.link2_noborder {
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
		}

.link2_noborder A {
	text-decoration: none; 
	color: #ffffff;
}

.link2_noborder A:visited {
	text-decoration: none; 
	color: #ffffff;
}
.link2_noborder A:hover {
	text-decoration: none; 
	color: orange;
}


.subtext {
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 10px;
	
	}	
	


.copyright {
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 10px;
	padding: 10px;
	
	}	
	

.copyright A {
	text-decoration: underline; 
	color: #000000;
}


.copyright A:visited {
	text-decoration: underline; 
	color: #000000;
}
.copyright A:hover {
	text-decoration: underline; 
	color: 0000ff;
}


.formfield {
background-color: #ffffff;
font-size: 11px;

}

.formbutton {
background-color: #D88000;
color: #ffffff;
font-size: 9px;
font-weight: bold;

border: 1px #000000 solid;
text-transform: uppercase;

}

.hourstable td{
	font-weight:bold;
	font-size:14px;
}

.title{
	font-size:18px;
	text-align:center;
}

.spacer{
	background-color:#CCCCCC;
}
