html {
	scrollbar-arrow-color: #A1A1A1;
	scrollbar-3dlight-color: #A1A1A1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #EBEBEB;
	scrollbar-darkshadow-color: #A1A1A1;}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	scrollbar-arrow-color: #A1A1A1;
	scrollbar-3dlight-color: #A1A1A1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #EBEBEB;
	scrollbar-darkshadow-color: #A1A1A1;
	margin: 0px;
}
.searchbox {
	background-image: url(images/searchback.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 200px;
}


/*navigation top*//*///////////////////////////////////////////////////////*/
#navbar {
	width:780px;
	background-color: #0127AA;
}

/* First and Second Level UL tags */

#nav, #nav ul
{
     padding: 0;
     margin: 0;
     list-style: none;
     line-height: 1;
}

/* First Level Links */

#nav li
{
     float: left;
}

#nav li a
{
     width: 120px;
     display: block;
     color: #fee301;
     text-decoration: none;
     background-color: #0127AA;
     padding: 4px;
     font:bold 10px verdana, arial, sans-serif;
     text-align:left;
border-right:1px solid white;

}



#nav li a:hover
{
     color: #043266;
     background-color: #FEE301;border-right:1px solid white;

}


/* Hide the drop-downs until mouseover */
     
#nav li ul
{
     position: absolute;
     left: -999em;
     width: 144px;
}
     
/* Show the drop-downs on mouseover */     

#nav li:hover ul, #nav li.sfhover ul
{
     left: auto;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.top {
	height: 108px;
	width: 780px;
}
.bottomNav {
	height: 65px;
	width: 780px;
	color: #000000;
	padding-top: 15px;
	font-size: 10px;
	text-align: center;
	background-color: #CCFFFF;
	background-image: url(images/bottom.gif);
}
.left {
	width: 194px;
	color: #010508;
}
.centre {
	background-color: #FFFFFF;
	height: 100%;
	width: 526px;
	background-image: url(images/bg_slice1.gif);
	background-repeat: repeat-y;
	color: #000000;
	font-size: 11px;
}
.pagenav {
	height: 30px;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
}
.pagetitle {
	height: 47px;
	width: 780px;
}

/*////////////////////////////////////////// STANDARD TAGS//////////////////////////////////////////////////////*/
h1 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
a:link {
	color:#FF0000;
	text-decoration:none;
}
a:visited{
	color:#FF0000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#homeflash {
	height: 221px;
	width: 545px;
	position: absolute;
	left: 12px;
	top: 10px;
}
#hometext {
	position: absolute;
	width: 545px;
	left: 12px;
	height: auto;
	top: 240px;
	font-size: 11px;
	color: #000000;
}

.hometext2 {
	font-size: 11px;
	color: #FF0000;
}
#contacttext {
	position: absolute;
	width: 540px;
	left: 12px;
	height: 346px;
	top: 10px;
	font-size: 11px;
	color: #000000;
	background-image: url(aboutbg.jpg);
}
