body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a{
	color:white;
	text-decoration:none;
	font-weight:normal;
}
a:HOVER{
	color:white;
	text-decoration:underline;
	font-weight:normal;
}

H2{
	color:white;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
}

H3{
	color:#66cc33;
	font-size:13px;
	line-height:20px;
}

/* Left Nav Links */
a.leftNavLinks_1,
a.leftNavLinks_2{
	font: 11px/16px Tahoma, arial, helvetica, sans-serif;
	display: block;
	padding: 1px;
	color: #666;
	text-decoration: none;
	width:145px;
}

a.leftNavLinks_1:HOVER,
a.leftNavLinks_2:HOVER{
	color:#000;
	text-decoration: none;
}

a.leftNavLinks_3{color:#bcad94;}
a.leftNavLinks_3:HOVER{color:white;}

a.leftNavLinks_4{color:#dda242;}
a.leftNavLinks_4:HOVER{color:white;}


#container{
	margin:0px auto;
	border:1px solid #666;
	width: 730px;
	background-image:url(Images/TemplateImages/logo.gif);
	background-repeat:no-repeat;
	background-position: 31px bottom;
	padding-bottom:30px;
}

#menu{
	height:141px;
	background-image:url(Images/TemplateImages/menuBack.gif);
	background-repeat:no-repeat;
}

#menu2nd{
	/*width:450px;
	float:right;
	position:relative;
	bottom:0px;*/
}

#contact{
	/*position:relative;
	top:120px;
	left:100px;
	width:23px;*/
	
}

#menuscript{
	/*position:relative;
	top:30px;
	left:137px;
	width:145px;
	float:left;*/
	padding-left:5px;
}

#contactdetails{
	position:absolute;
	width:730px;
	top:110px;
	color:#01538D;
	font-size:12px;
	margin:0px auto;
	text-align:right;
}
#contactdetails a{
	color:#01538D;
}
#contactdetails a:HOVER{
	color:#01538D;
	font-weight:normal;
}


#content{
	position:relative;
	top:20px;
	left:135px;
	width:585px;
}

#gone{
	display:none;
}

.greytable{
	background-color:#666666;
	height:306px;
	color:white;
}
table.greytable td,
table.greentable td{
	padding-left:50px;
}

.greytable2{
	background-color:#666666;
	height:306px;
	color:white;
}
table.greytable2 td{
	padding-left:3px;
}

.greentable{
	background-color:#009900;
	height:306px;
	color:white;
}


.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */


