body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 74%;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	line-height: 125%;
	text-decoration: none;
	margin: 0px;
	background-color: #996633;
	background-image: url(../images/bg_brown_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	padding: 0px;
}

p {
	padding: 0px;
}
img {border: 0;}

a:link {text-decoration: underline;color: #FF6600;}
a:visited {text-decoration: underline;color: #FF6600;}
a:hover {text-decoration: underline; color: #000000; display: inline;}

h1, h2, h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 7px;
}

h1 {
	font-size: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #666666;
	background-color: #BFD9D9;
	text-align: center;
}
h2 {font-size: 1.6em; margin: 1.2em 0em 1.2em 0em; font-weight: normal;}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 2em;
	margin: 1.2em 0em 0em 0em;}
h4 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: normal;
	margin: 21px 14px 21px 7px;
	color: #006665;
}
h5 {font-size: 1.0em; margin: 1.2em 0em 1.2em 0em; font-weight: normal;}
h6 {font-size: 0.8em; margin: 1.2em 0em 1.2em 0em; font-weight: bold;}


.border_all {border: solid #999999 1px;}
.border_left {border-left: 1px solid #999999;}
.border_right {border-right: 1px solid #999999;}
.border_top {border-top: 1px dotted #999999;}
.border_bottom {border-bottom: 1px dotted #999999;}
.border_leftandright {border-left: 1px solid #999999; border-right: 1px solid #999999;}
.border_right_bottom {border-bottom: 1px solid #999999;border-right: 1px solid #999999;}



 ul#navlist {text-align: right; color: #999999; font-size: 0.95em;	line-height: 100%; margin-top: 14px; vertical-align: middle;}
 #navlist li {list-style-type: none; display: inline;}
 #navlist a {padding: 4px 6px 4px 6px;}
 #navlist a:link {color: #FFCC00; text-decoration: none;}
 #navlist a:visited {color: #FFCC00; text-decoration: none;}
 #navlist a:hover {color: #FFFFFF; background-color: #0369A6; text-decoration: none;}
 .nav_active {color: #000000; background-color: #CCCCCC; text-decoration: none;}
 
 ul#subnavlist {
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1em;
	margin: 0px;
	background-color: #003333;
	background-image: url(../images/bg_left_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
 #subnavlist li {
	list-style-type: none;
	display: inline;
	text-align: center;
}
 #subnavlist a {
	padding: 5px 12px 5px 12px;
	display: block;
	text-align: center;
}
 #subnavlist a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
 #subnavlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
 #subnavlist a:hover {
	color: #000000;
	background-color: #80b3b3;
	text-decoration: none;
	display: block;
}
 #subnavlist a:active {
	color: #000000;
	background-color: #bfd9d9;
	text-decoration: none;
	display: block;
}

 .subnav_active {
	color: #000000;
	background-color: #17406B;
	text-decoration: none;
	display: block;
}
	
.footer {
	font-size: 0.75em;
	line-height: 1em;
	padding: 2px;
	color: #999999;
	margin: 0px;
}
.footer a:link {text-decoration: none;color: #999999;}
.footer a:visited {text-decoration: none;color: #999999;}
.footer a:hover {text-decoration: underline;color: #342121;}

.white_text {color: #FFFFFF;}

.header_link {
	font-size: 1em;
	color: #64809C;
	padding: 6px 10px 10px 10px;
	line-height: 0em;
}
.header_link a:link {text-decoration: none;color: #999999;}
.header_link a:visited {text-decoration: none;color: #999999;}
.header_link a:hover {text-decoration: underline;color: #FFFFFF;}

.titlebar_green {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #006666;
	background-image: url(../images/bg_greengrad.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 6px;
}
.titlebar_green_grad {
	background-image: url(../images/bg_greengrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

.leftnav_bg {
	background-color: #003333;
	background-image: url(../images/bg_left_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	width: 750px;
	height: 95px;
	padding: 5px;
}
#navigation {
	float: left;
	width: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#navigation img {
	padding-top: 5px;
}
#content {
	float: left;
	width: 380px;
	margin: 0px;
	padding: 0px;
}
#adverts {
	float: right;
	width: 240px;
	margin: 0;
}
#main {
	float: right;
	width: 625px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#logo {
	float: left;
	width: 505px;
	margin: 0px;
	padding: 0px;
}
#toptelephone {
	background-image: url(../images/bg_greengrad.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
}
#agri_banner {
	float: right;
	margin: 0px;
	padding: 0px;
}
#footer {
	margin-top: 5px;
}
.initials {
	text-transform: capitalize;
}
