*
{
	color:#000000;
}

.navboxcolorback { background-image: url(menuGradient.gif) }
.navboxcolorback2 { background-color: #cccccc }
.navboxcolorback1 { background-color: #cccccc; height: 30px }
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 220px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 200px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background-image: url(menuGradient.gif); 
 margin-right: -1px;
}

.menulist li ul li 
{
	background-image: none;
	background-color: #C3C1C4;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;  
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 5px;
 padding-left:20px;
 padding-right:20px;
 color: #000;
 text-decoration:  none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;  
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #000;
 background-color: #cccccc;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;  
}
.menulist  a.highlighted {
 color: #000;
 background-color: #cccccc;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;  
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

body {background-color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin-left: 0px; margin-top: 0px; color:#C3C1C4}
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #003366; text-align: left}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #003366;}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #003366; border-color: black black #333300; clip:  rect(   ); border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
h4 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #003366; text-decoration: none; border-color: black black #003366; font-style: normal; text-align: left; clip:  rect(   ); border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
h5 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #003366; text-decoration: none; border-color: black black #003366; font-style: normal; text-align: left; clip:  rect(   ); border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
h6 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #003366; text-decoration: none; border-color: black black #003366; font-style: normal; text-align: left; clip:  rect(   ); border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
p {font-family: Arial, Helvetica, sans-serif; font-size: 12px}

a {
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none; 
}
a:hover {color: #3300CC}

.navbox2 {
	color: #000000;
	background-color: #C3C1C4;
}
a.navbox2:hover {color: #006699; background-color: #000000}
.navboxcopyback { background-color: #666666}

.nav2 { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; clip: rect( );  color: #000000; font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; height: 16px; text-decoration: none; padding-left: 3px; border: 1px #000000 none}
a.nav2:link { border: 1px #000000 none}
a.nav2:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #CC9900; background-color: #000000; font-weight: bold; text-decoration: none }

.nav1 {
	color: #000000; 
	font-size: 11px; 
	font-weight: bold;
	background-color: #009ace; 
	text-decoration: none; 
}
a.nav1:link {font-family:Arial, Helvetica, sans-serif; border-color: #C3C1C4 #C3C1C4 #C3C1C4; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
a.nav1:hover {color: #006699; background-color: #000000; font-weight: bold; text-decoration: none}
.blueback {  background-color: #009ace}


.header_link 
{
	background-color: #cccccc;
	color: #264645;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none
}


a.header_link:hover
{
	background-color: #cccccc;
	color: #264645;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none
}

a.navboxcopy {
	 display: block;
	 color: #000000;
	 background-color: #669aac;
	 padding: 3px 4px 3px 3px;
	 text-decoration: none;
	 border: 0px solid transparent;
}

.bannerbottomline{background-color: #cccccc; height: 15px; border-color: #333333 #003366 #003366 black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.accomnav { background-color: #0099CC; border-color: #003366 #003366 #003366 black; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #000000; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; clip: rect( ) }


.sidebox {background-color: #C3C1C4;}

table.menu1 { position:absolute;visibility:hidden; clip: rect(   ); width: 100%}

.bannerbox {  background-position: 0px 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; height: 73px; border-color: black #003366 black black; background-color: #000000; clip:  rect(   ); border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.newstext {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #333333}
.mainbox {  border-color: black #003366 black black; background-color: #000000; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; clip:  rect(   )}
.sideline { border-color: black #003366 black black; background-repeat: no-repeat; background-position: left top ; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.bannercontrast {  background-color: #999999; height: 5px; border-color: #003366 #003366 #003366 black; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.seperator {  background-color: #6699CC}
.boxcolour {  background-color: #cccccc}
.searchbox {  border-color: black black #003366; clip:  rect(   ); border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.topnav {  height: 15px; text-align: center; background-repeat: no-repeat; background-position: right center; background-color: #cccccc}
b:link {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #009900}
.navboxindent { height: 18px; width: 130px; border-color: #003366 black #999999 #003366; text-indent: 25pt; margin-top: 0px; margin-right: 5px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clip: rect( ); background-repeat: no-repeat; background-position: left center; text-align: right; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; background-color: #CC3300; color: #000000}
.bannertop { background-color: #0099CC; border-color: #003366 #003366 #003366 black; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #000000; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; clip:  rect(   )}
/*a.navboxsub1:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #999999; font-weight: bold; text-decoration: none }
a.navboxsub1:link { border-color: black #C3C1C4 #C3C1C4; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.navbox { border-color: #C3C1C4 black #C3C1C4 #C3C1C4; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; clip:  rect(   ); background-color: #cc0000; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; height: 16px; width: 160px; text-decoration: none; padding-left: 3px; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }*/
.navboxsub {
	 color: #000000; 
	 background-color: #666666;
}
a.navboxsub:hover {color: #006699; background-color: #000000}

.topbanner {background-color: #6B9FD9 !important}


