/*****************************************************************
Harris STYLESHEET - FONTS

Author: Mark Edwards

Created: 10/7/08

Copied from St Christophers CSS - Nick Downes

Copyright ASP Multimedia Ltd. 

www.aspevents.net

*****************************************************************/

/*****************************************************************
BASICS
/****************************************************************/

body { /* Main body Fonts*/
     font:normal 11px verdana;
     color:#143153;
}


body a{ /* Main body links*/
     font:normal 11px;
     color:#3C77DB;
	 
}

body a:hover{ /* Main body links*/
     font:normal 11px;
     color:#7346b0;
	 
}

body a:active{ /* Main body links*/
     font:normal 11px;
     color:#168fce;
	 
}


/*****************************************************************
PAGETITLE
/****************************************************************/

h1 {
     
}

/*****************************************************************
NAVIGATION
/****************************************************************/

.mainmenuitems li a:link {
     font: bold 11px;
     color:#0c5534;
     text-decoration:none;
	  text-transform:uppercase;
 
}

.mainmenuitems li a:visited {
     font: bold 11px;
     color:#0c5534;
     text-decoration:none;
	 text-transform:uppercase;
 
}

.mainmenuitems li a:hover {
     font: bold 11px ;
     color:#000;
     text-decoration:none;
	  text-transform:uppercase;
 
}

.mainmenuitems li a:active {
     font: bold 11px ;
     color:#0c5534;
     text-decoration:none;
	 text-transform:uppercase;
 
}

.submenuitems li a:link {
     font:bold 10px Arial, sans-serif ;
     color:#0d3a79;
	 line-height:10px;
	 height:10px;
     text-decoration:none;
 
}

.submenuitems li a:visited {
     font:bold 10px ;
     color:#0d3a79;
	 line-height:10px;
	 height:10px;
     text-decoration:none;
 
}

.submenuitems li a:hover {
     font:bold 10px arial, sans-serif;
     color:#999;
	 line-height:10px;
	 height:10px;
     text-decoration:underline;
 
}

.submenuitems li a:active {
     font:bold 10px arial, sans-serif ;
     color:#999;
	 line-height:10px;
	 height:10px;
     text-decoration:none;
 
}

.submenu_on {font:bold 10px arial, sans-serif; color:#999!important; text-decoration:underline!important;}
.submenu_on  a{font:bold 10px arial, sans-serif; color:#999!important; text-decoration:underline!important;}
.submenu_off {font:bold 10px arial, sans-serif;}

/*****************************************************************
SHEET
/****************************************************************/

}

h2 { /* Sheet Title*/
       font:normal 18px Verdana,sans-serif; 
	   color:#0d3a79;
	   
}

/*****************************************************************
FOOTER
/****************************************************************/

.footeritems {
      font: normal 10px arial, sans-serif; 
      color:#fff;	  
}

.footeritems li a{
      font: normal 10px arial, sans-serif; 
      color:#fff;	  
}


/*****************************************************************
PANELS
/****************************************************************/

.paneltitle_1 {
      font-size:14px ; 
	font-weight:bold; 
      color:#174A92;	  
}

.paneltitle_2 {
      font-size:9px ; 
	font-weight:bold;
      color:#174A92;	  
}

.paneltitle_3 {
      font-size:11px ; 
	font-weight:bolder; 
      color:#174A92;	  
}

.panelbody_3 {
      font-size:13px ; 
	font-weight:bolder;
      color:#4E535A;	  
}

.panelbody_3 a{
      font-size:13px ; 
	font-weight:bolder;
      color:#4E535A;	  
}

.panelbody_3 a:hover {
      font-size:13px ; 
	font-weight:bolder;
      color:#4E535A;
	cursor:hand;
}

.panelbody_4 {
      font-size:11px ; 
      color:#fff;	
	text-decoration:none;  
}

.panelbody_4 a {
      font-size:11px ; 
      color:#fff;
	text-decoration:none;	  
}

.panelbody_4 a:hover {
      font-size:11px ; 
      color:#fff;
	text-decoration:none;
}

.panelbody_4 a:active {
      font-size:11px; 
      color:#fff;
	text-decoration:none;
}

