body {
margin : 20px;
padding : 0;
font : 73% "Trebuchet MS", verdana, arial, sans-serif;
color : #666;
background : #003250 url(../img/bgd.png) repeat;
}
#container {
width : 750px;
border : 5px solid #fff;
margin-left : auto;
margin-right : auto;
padding : 10px;
color : #666;
background : #f2f2f5;
z-index:10;
}
			/*TOP BANNERs*/
#banner {
	float : left;
	width : 350px;
	height : 160px;
	padding : 0;
	margin-bottom : 15px;
	color : #666;
	background : inherit;
}
#bannerb {
	float : right;
	width : 375px;
	padding : 0;
	color : #666;
	background : #f2f2f5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 10px;
}
			/*TOP MENU*/
#navcontainer {
clear : both;
width : 100%;
}
#navcontainer ul {
	float : left;
	width : 100%;
	padding-left : 0;
	margin-left : 0;
	background : #4EBBE2;
	color : #333333;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
	float : left;
	padding : 0.2em 1em;
	text-decoration : none;
	border-right : 1px solid #fff;
	background : #4EBBE2;
	color : #333333;
}
.current{
text-decoration:underline; !important
}
#navcontainer ul li a:hover {
background : #a1aac9;
color : #fff;
}
#active a:link, #active a:visited, #active a:hover {
background : #a1aac9;
color : #fff;
}
			/*CENTRE CONTENT Three Col*/
#content {

padding : 10px;
margin-left : 190px;
margin-right : 190px;
background : inherit;
color : #666;
}
			/*CENTRE CONTENT Two Col*/
#contenttwo {

padding : 5px;
margin-left : 190px;
margin-right : 10px;
background : #f2f2f5;
color : #666;
z-index:12;
}
/*CENTRE CONTENT One Col*/
#contentwide{

padding : 10px;
margin-left : 10px;
margin-right : 10px;
background : inherit;
color : #666;
}

			/*LEFT CONTENT*/
#sidebar {
float : left;
width : 165px;
margin : 0 0 0 0;
padding : 10px;
color : #666;
background : #f2f2f5;
}
			/*LEFT MENU*/
#menu {
width : 160px;
padding : 10px 0 0 0;
}
#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu li {
margin : 0 0 0.1em 0;
}
#menu a {
	display : block;
	width : 140px;
	padding : 0.1em 0.8em;
	text-decoration : none;
	color : #333333;
	background : #4EBBE2;
}
#menu a:hover {
background : #a1aac9;
color : #fff;
}
			/*RIGHT CONTENT*/
#sidebar-b {
float : right;
width : 170px;
margin : 0;
padding : 10px;
border-left : 1px solid #999;
background : #f2f2f5;
color : #666;
}
			/*RIGHT SCROLLBAR*/
div.scroll {
overflow : auto;
height : 15em;
width : 140px;
padding : 1ex;
color : #333;
background : #f2f2f5;
border : 1px solid #eee;
margin : 20px 0 25px 10px;
}
/* frame container */
#servicesbox
{
width:480px;
/* height:300px; */
background-color:#FFFFFF;
margin:0;
padding:3px;
border:1px solid #0099FF;
}
.goldcolour
{
color: #b29b35;
}
			/*FOOTER*/
#footer {
	clear : both;
	padding : 5px;
	margin-top : 5px;
	color : #333333;
	background : #4EBBE2;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #eee;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #f2f2f5;
background : inherit;
color : #f2f2f5;
}
			/*TYPOGRAPHY*/
h1, h2 {
margin : 0 0 10px 5px;
letter-spacing : 2px;
font-size : 120%;
color : #003366;
background : none;
z-index:20;
}
h3 {
font-size : 110%;
color : #826c45;
background : none;
z-index:21;
}
			/*LINKS*/
a {
color : #826c45;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
color : #697899;
background : inherit;
}
			/*CLASSES*/
.news {
font-size : 100%;
background : inherit;
color : #333;
}
.errormes
{
color:#CC0000; !important
}
.sitename {
font-size : 180%;
margin : 0 0 10px 0;
color : #826c45;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}#container #content blockquote p {
	text-align: justify;
}
#datatable
{
}
#datatable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #0066FF;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}
#datatable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}


#datatable td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}
