body{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 135%;
}

a:link{
	color: #649741;
	text-decoration: none;
}

a:hover{
	color: RGB(58, 94, 44);
	text-decoration: underline;
}

a:visited{
	color: #649741;
	text-decoration: none;

}



h1{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
	color: #2e3030;
	line-height: 130%;

}


h2{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 0px;

}

dd{
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size: 100%;
}

dt{
	margin-top:0px;
	padding-top: 0px;
}










#header{
	padding:0px;
	width: 1000px;
	position:relative;
	line-height: 100%;
}


img { 
    border: 0px none; 
    } 
    
#header a:link{
	text-decoration: none;
}

#header a:hover{
	text-decoration: none;
}

#header a:visited{
	text-decoration: none;
}

#nav {
	margin: 20px 0px 0px 0px;
	padding: 0;
	position:relative;
}

#nav a {
	text-decoration: none;
}

a img{
	text-decoration: none;
}

#nav li.on ul, #nav li.off ul {
	margin: 0;
	padding: 0;
}

#nav li { /*float the main list items*/
	margin: 0;
    float: left;
    display: block;
	padding: 0px 20px 20px 20px;

	text-align: center;
}

#nav li ul {
	display: none;
}

#nav li.off ul{ /*put the subnav below*/
	margin-left: auto;
	position:absolute;
	top: 35px;
	left: 0;
	padding-top: 10px;
	background: URL(subnavbg.jpg);
	height: 28px;
	width: 1000px;
}

#nav li.on ul {
	margin-left: auto;
	position:absolute;
	top: 35px;
	left: 0;
	padding-top: 10px;
	background: URL(subnavbg.jpg);
	height: 28px;
	width: 1000px;
}

#nav li a {
	color: RGB(91, 138, 59);
	font-weight: light;
	font-size: 100%;
	display: block;
	padding: 3px 0px 20px 0px;
	width: 100px;
	margin-bottom: -20px;
}

#nav li.on a {
	background-color: RGB(91, 138, 59);
	color: white;
}
	
#nav li.on ul li a {
	background:none;
	height: 40px;
	color: white;
	
}

#nav li.on ul a{
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #7a8566;
	width: auto;
	margin-right: 0px;
}

/*Font colour for sub nav on hover*/
#nav li.off ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: white;
	width: auto;
	margin-right: 0px;
	background: transparent;
}

/*Font colour for sub nav on hover*/
#nav li.off ul:hover a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: white;
	width: auto;
	margin-right: 0px;
	background: transparent;
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
	float:left;
}

#nav li.off a:hover{
	background:  RGB(91, 138, 59);
	color: white;
}

#nav li:hover a, #nav li.over a {
	background:   RGB(91, 138, 59);;
	color: white;
}











#container{
	background-repeat: no-repeat;
	background-image: URL(skybg2.jpg);
	width: 1000px;
	margin: 0px auto;
}

#main{
	margin-top: 20px;
	*margin-top: -20px;
}


#top{
	margin-top: 35px;
	float: left;
	padding: 20px 20px 0px 20px;
}

#top img{
	float: left;
}

#top {
	height: 230px;
}

#about{
	background-image: URL(newsbg.png);
	margin-left: 650px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#policy{
	width: 300px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 30px 10px 30px; 
}

#advisory{
	width: 320px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}


#news{
	width: 320px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}





#footer{
	font-size: 70%;
	clear: both;
	background: URL(subnavbg.jpg) repeat-x;
	background-color: white;
	width: 740px;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 130px;
	padding-right: 130px;
	color: grey;
	line-height: 100%;
}

#footer a:link{
	color: rgb(94, 138, 59);
	text-decoration: none;
}

#footer a:visited{
	color: rgb(94, 138, 59);
	text-decoration: none;
}

#footer a:hover{
	color: rgb(94, 138, 59);
	text-decoration: underline;
}