/* CSS Document */
body{
	margin:0 0 0 0;
	text-align:center;
	background-color:#E6EBE0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.main{
	background:transparent url(images/fern.gif) no-repeat;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	background-color:#ffffff;
	border:1px groove #72845D;
}
.textbox {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-align: left;
	width:650px;
	margin:10px 0 0 10px;
	float:left;
	line-height:24px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height:24px;
	color: #72845D;
}
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99B082;
}
a:active, a:hover{
color:#ff6600;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	background-color:#72845D;
	color: #FFFFFF;
	text-align: center;
	border-top:1px dashed  #E6E6E6;
	clear:both;
}
.copy a{
color: #E6E6E6;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight: bold;
	color: #E6E6E6;
	background-color:#99B082;
	padding:5px;
	
}
#nav{border-bottom:1px dashed #99B082; width:800px;}
#nav .link{ color:#ff6600; margin:0 5px 0 5px; }
#nav a{ margin:0 5px 0 5px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; padding:50px 0 0 0; text-decoration:none;}
#nav a:link, #nav a:visited{
color:#72845D;
}
#nav a:active, #nav a:hover{
color:#ff6600;
}
.logo{
margin:2px 100px 0 5px;
}
#subtext{
	font-size: 14px;
	color:#72845D;
	text-align: left;
	float:right;
	margin:0 0 10px 0;
	padding:10px 5px 5px 5px;
	border:1px dashed #E6E6E6;
	width:200px;
	}
#subtext img{
	border:2px groove #72845D;
	margin:10px 10px 0 10px;
	}
#subtext a:link, #subtext a:visited{color:#99B082; text-decoration:none;}
#subtext a:hover, #subtext a:active{color:#ff6600; text-decoration:underline;}
#services a{
	display:block;
	border-bottom:1px dashed #99B082;
	line-height:25px;
	}
.strapline{
	font-size:14px;
	color:#CCCCCC;
	font-weight:bold;
	padding-left:50px;
}
#boxes{
padding:5px 0px 5px 5px;
margin-top:30px;

}
#newsletter{
	width:550px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-align: left;
	float:left;
}
#issue{
	width:500px;
	float:left;
	}
#rightcontent{
width:200px;
padding:5px;
float:right;
}