.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background-color:#000066;
/* USE THIS IF YOU WANT AM IMAGE * background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align: center;
 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #B2E2FA;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background-color:#B2E2FA;
color:#000066;
text-decoration:none;
/*  background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #B2E2FA;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#B2E2FA;
color:#FFFFFF
}





/* TABLE CSS HERE FOR MAIN PAGES*/

table.servicesT
{ font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #000066;
width: 850px;
background-color: #fafafa;
border: 1px #B2E2FA solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
padding:5px;}


table.servicesT td.servHd
{ border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
border: 1px #B2E2FA solid;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #000066;}

table.servicesT Th
{background-color:#000066;
text-align:center;
font-family:Verdana;
font-weight:bold;
font-size: 12px;
color:#B2E2FA;
border:thin;
border: 1px #B2E2FA solid;}


table.servicesT td
{ 
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 12px;
color: #000066;
text-align: center;
padding-left: 3px;
padding-top:3px;
border:1px #B2E2FA solid;} 
.servBodL { border-left: 1px dotted #CEDCEA; } 

p
{color: black;
font-family: tahoma;
font-size:14px;}
	 
/*CONTENT TEXT */
.content {font-family:tahoma;
		  font-size:14px;
		  color:#000000;
		  font-weight:bold}
		  
		  
/*PANEL TEXT LEFT HAND SIDE */		  
.panelheading {font-family:tahoma;
			font-size:12px;
			color:#B2E2FA;
			font-weight:100;
			text-decoration:underline;
			font-weight:bold;
					}		  
		 
/*PANEL TEXT LEFT HAND SIDE */		  
.paneltext {font-family:tahoma;
			font-size:12px;
			color:#000066;
			font-weight:100}
		 
/*CONTENT HEADINGS*/
.heading{color:#000066;
       background:transparent;
	   font-family:tahoma;
	   font-size:16px;
	   font-weight:bold;}
	   
/*CONTENT HEADINGS*/
.heading1{color:#B2E2FA;
       background:transparent;
	   font-family:tahoma;
	   font-size:16px;
	   font-weight:bold;}
			 
/* CHANGES HYPERLINK COLOUR */
a:link{color:#000066;
       background:transparent;
	   text-decoration:underline;
	   text-decoration:bold;
	   font-family:tahoma;
	   font-size:14px;
	   font-weight:bold;}

a:visited{color:#6D7B8D;
	      background:transparent;
		  text-decoration:underline;
		  font-family:tahoma;
	   	  font-size:14px;
	   	  font-weight:bold;}

a:hover{color:#B2E2FA;
	    background:transparent;
		text-decoration:none;
		font-family:tahoma;
	    font-size:14x;
	    font-weight:bold;}
		
			  
/* LINKS WITHIN CONTENT */
a:link.contentLink{color:#000066;
       background:none;
	   text-decoration:underline;
	   text-decoration:bold;
	   font-family:tahoma;
	   font-size:14px;
	   font-weight:bold;}
	   
a:visited.contentLink{color:#6D7B8D;
	      background:transparent;
		  text-decoration:underline;
	   text-decoration:bold;
		  font-family:tahoma;
	   	  font-size:14px;
		  font-weight:bold;}

a:hover.contentLink{color:#B2E2FA;
	    background-color:#808000;
		text-decoration:underline;
	   text-decoration:bold;
		font-family:tahoma;
	    font-size:14px;
		font-weight:bold;}

a:link.contentLink1{color:#B2E2Fa;	
       background:none;
	   text-decoration:bold;
	   font-family:tahoma;
	   font-size:14px;}   



