body {
font-family:Tahoma, Geneva, sans-serif;
font-style: normal;
font-weight: normal;
font-variant: normal;
font-size: small;
text-transform: none;
margin: 0px;
}

#container {
width:960px;
background-color:#FFFFFF;
margin: 0;
line-height: 130%;
clear: both;
}

#header {
	width: 760px;
	height: 100px;
	margin:0;
	padding: 0 0 0 0;
	float:left;
}

#navcol {
	float:left;
	width: 190px;
	margin: 5px 0px 0 10px;
	padding: 20px 0 0 0px;
	color:#000;
}

#maincontent {
	float:left;
	background: #ffffff;
	width: 740px;
	padding: 10px 0px 0 20px;
	text-align:justify;
	line-height: 160%;
}

#footer {
	width:960px;
	background-color:#fff;
}

.clearall {
	clear:both;
}

.menutitle {
width:160px;
margin: 0px 0px 2px 0px;
padding: 5px 0 10px 10px ;
background-color:#1d6704;
font-size:14px;
color:#fff;
}

.menuitem {
width:140px;
margin: 0px 0px 2px 0px;
padding: 2px 5px 2px 10px ;
background-color:#1d6704;
font-size:12px;
color:#fff;
}



.floatleft {
float: left;
margin: 0 10px 10px 0;
border: 0;
padding: 0;
}

.floatright {
float: right;
margin: 10px 0 10px 10px;
border: 0;
padding: 0;
clear: right;
}

h1 {
	font-size:16px;
	font-weight:bold;
	}
	
h2 {
	font-size:14px;
	font-weight:bold;
	}
	

h3 {
	font-size:12px;
	font-weight:bold;
	}
	

a:link {color: #F00; text-decoration: none; font-weight: bold;}
a:visited {color: #F00; text-decoration: none; font-weight: bold;}
a:hover {color: #F00; text-decoration: underline; font-weight: bold;}
a:focus {color: #F00; text-decoration: none; font-weight: bold;}
a:active {color: #F00; text-decoration: none; font-weight: bold;}

a.nav:link {color:#FF0; text-decoration: none; font-weight: normal;}
a.nav:visited {color: #FF0; text-decoration: none; font-weight: normal;}
a.nav:hover {color: #FF0; text-decoration: underline;}
a.nav:focus {color: #FF0; text-decoration: none;}
a.nav:active {color: #FF0; text-decoration: none;}



/* Box  CSS */ 


.boxtop {
	background-image:url(/assets/box/boxtop.jpg);
	background-repeat:no-repeat;
	padding: 4px 0 0 20px;
	height:19px;
	font-size:13px;
	font-weight:normal;
}

.boxcontent {
	background-image:url(/assets/box/boxmid.jpg);
	background-repeat:repeat-y;
	padding: 0px 0px 0 10px;
	font-size:10px;
	text-align:left;
}

.boxcontent li {
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: 1em;
	padding-bottom:0px;
}

.boxcontentcentre {
	padding: 0px 0 0 55px ;
}

.boxbottom {
	background-image:url(/assets/box/boxbottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	height:34px;
}

