@charset "utf-8";

/*
Colours:
Main: #4C5829
Wildlife news bg: #84C45D
Orange: #D39515 (Hover)
*/
body {
	background-image: url(../images/page-bg2.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4C5829;
	width: 100%;
}

body,td,th {
	color: #4C5829;
}

* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	text-decoration: none;
	font-size: 100%;
	color: #84C45D;
}
a:visited {
	text-decoration: none;
	font-size: 100%;
	color: #84C45D;
}
a:hover {
	text-decoration: underline;
	font-size: 100%;
	color: #D39515;
}
a:active {
	text-decoration: none;
	font-size: 100%;
	color: #84C45D;
}

h1  {
	font-size: 100%;
	color: #4C5829;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

h2  {
	font-size: 100%;
	color: #4C5829;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

h3  {
	font-size: 100%;
	color: #4C5829;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

h4  {
	font-size: 150%;
	color: #4C5829;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
}

h5  {
	font-size: 180%;
	color: #4C5829;
	text-align: left;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}

h6  {
	font-size: 100%;
    font-style: normal;
	color: #4C5829;
	line-height: 25px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h7  {
	font-size: 100%;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h8  {
	font-size: 100%;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

h9  {
	font-size: 100%;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 100%;
	color: #4C5829;
	font-style: normal;
	line-height: 25px;
	text-align: left;
	left: 700px;
	background-repeat: no-repeat;
}

.textwrapimageright {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.textwrapimageleft {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.textwrapimagerightfarming {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 2px;
}

.wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	float: none;
	margin-top: 0px;
	z-index: 2;
	position: relative;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.wrapper-sub {
	width: 950px;
	border: thin solid #4C5829;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 34px;
	height: auto;
}

.header {
	width: 950px;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	height: 200px;
}

.headerpic {
    position: relative;
    background-color: #FFFFFF;
    width: 950px;
    hight: 261px;
    top: 51px;
    height: 261px;
}

.headercontact {
    position: absolute;
    width: 300px;
    vertical-align: middle;
    text-align: right;
    height: 60px;
    left: 194px;
    top: 112px;
}

.headername {
    position: absolute;
    width: 475px;
    vertical-align: middle;
    text-align: right;
    color: #4C5829;
    height: 60px;
    left: 194px;
    top: 50px;
}

.headerlink {
    position: absolute;
    width: 300px;
    vertical-align: middle;
    text-align: right;
    color: #4C5829;
    height: 120px;
    left: 670px;
    top: 50px;
}

.logo {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 160px;
    height: 160px;
    background-color: #FFFFFF;
    z-index: 2;
    float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.nav1 {
    background-color: #4C5829;
    width: 990px;
    height: 20px;
    left: 0px;
    top: 182px;
    position: absolute;
    font-size: 115%;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    z-index: 1;
    visibility: visible;
}

.nav1 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.nav1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
.nav1 a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.nav1 ul li {
	display: inline;
	list-style-type: none;
	margin-top: 5px;
	margin-left: 37px;
	vertical-align: middle;
	visibility: visible;
}

.nav2 {
    background-color: #4C5829;
    width: 990px;
    height: 30px;
    left: 0px;
    top: 222px;
    position: absolute;
    font-size: 115%;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 20px;
    padding-left: 0px;
    z-index: 1;
    visibility: visible;
}

.nav2 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.nav2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
.nav2 a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.nav2 ul li {
	display: inline;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 37px;
	vertical-align: middle;
	visibility: visible;
}

.content {
    background-color: #FFFFFF;
    width: 940px;
    position: relative;
    font-size: 100%;
    left: 0px;
    padding-left: 10px;
    color: #4C5829;
    height: Auto;
    top: 70px;
}

.contentindex {
    width: 930px;
    top: 20px;
    margin-left: 20px;
    position: relative;
    height: 1010px;
    z-index: 3;
    padding-top: 20px;
}

.contentindextxt {
    width: 530px;
    height: 1000px;
    position: absolute;
    left: 0px;
    top: 20px;
    color: #354A8C;
}

.contentindextxtpic{
    position: relative;
    z-index: 0;
    width: 530px;
    height: 220px;
	float: right;
    padding: 0px 0px 0px 0px;
    top: 0px;
}

.contentindexmap1{
	position: absolute;
    left: 555px;
	top: 40px;
	z-index: 0;
    width: 350px;
	height: 467px;
	float: right;
  padding: 7px 0px 7px 7px;
}

.contentindexmap2{
	position: absolute;
	left: 555px;
	top: 520px;
	z-index: 0;
    width: 355px;
	height: 467px;
	float: left;
  padding: 7px 7px 7px 7px;
}

.contentindexaward{
    position: absolute;
    left: 675px;
    top: 113px;
    width: 400px;
    height: 366px;
    z-index: 1;
}

.contentindexaward p img {
	float: none;
	z-index: 1;
	opacity: 1;
}

.contentevents {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 2150px;
    z-index: 3;
    padding-top: 20px;
}

.contentnews{
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 4750px;
    z-index: 3;
    padding-top: 20px;
}

.contenthistory {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 1965px;
    z-index: 3;
    padding-top: 0px;
}

.contenthistorypic{
	position: relative;
	z-index: 0;
    width: 350px;
	height: 467px;
	float: right;
  padding: 47px 7px 7px 7px;
}

.contenthistoryarticles {
    background-color: #0EBAEF;
    color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
    padding: 10px;
    width: 890px;
    left: 0px;
    top: 1685px;
    margin-left: 0px;
    position: absolute;
    height: 250px;
    z-index: 3;
    padding-top: 0px;
}

.contenthistoryarticles a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.contenthistoryarticles a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.contenthistoryarticles a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
.contenthistoryarticles a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.contentarchaeology {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: auto;
    z-index: 3;
    padding-top: 20px;
}

.contentarchaeologynews {
  background-color: #84C45D;
    color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
    padding: 10px;    
    width: 870px;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    height: 300px;
    z-index: 3;
    padding-top: 0px;
}

.contentarchaeologynews a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.contentarchaeologynews a:visited {
	text-decoratcontentarchaeologyion: none;
	color: #FFFFFF;
}
.contentarchaeologynews a:hover {
	text-decoration: underline;
	color: #FF2400;
	font-weight: bold;
}
.contentarchaeologynews a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.contentromans {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: auto;
    z-index: 3;
    padding-top: 20px;
}

.contentinfrastructure {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 2150px;
    z-index: 3;
    padding-top: 20px;
}

.contentinfrastructurearticles {
  background-color: #84C45D;
    color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
    padding: 10px;    
    width: 870px;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    height: 480px;
    z-index: 3;
    padding-top: 0px;
}

.contentinfrastructurearticles a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.contentinfrastructurearticles a:visited {
	text-decoratcontentarchaeologyion: none;
	color: #FFFFFF;
}
.contentinfrastructurearticles a:hover {
	text-decoration: underline;
	color: #FF2400;
	font-weight: bold;
}
.contentinfrastructurearticles a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.contentinfrastructureupdate {
  background-color: #AE8BB3;
    color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
    padding: 10px;    
    width: 870px;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    height: 530px;
    z-index: 3;
    padding-top: 0px;
}

.contentinfrastructureupdate a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.contentinfrastructureupdate a:visited {
	text-decoratcontentarchaeologyion: none;
	color: #FFFFFF;
}
.contentinfrastructureupdate a:hover {
	text-decoration: underline;
	color: #FF2400;
	font-weight: bold;
}
.contentinfrastructureupdate a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.contentwildlife {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 2500px;
    z-index: 3;
    padding-top: 20px;
}


.contentwildlifenews {
    background-color: #E3981D;
    color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
    padding: 10px;
    width: 890px;
    left: 10px;
    position: relative;
    height: 800px;
    z-index: 3;
    padding-top: 0px;
}

.contentwildlifenews a:link {
	text-decoration: none;
	font-weight: bold;
    color: #4381C5;
}
.contentwildlifenews a:visited {
	font-weight: bold;
    color: #4381C5;
}
.contentwildlifenews a:hover {
	text-decoration: underline;
	color: #FF2400;
	font-weight: bold;
}
.contentwildlifenews a:active {
	text-decoration: none;
	font-weight: bold;
    color: #4381C5;
}

.contentwildlifenewspic{
    position: relative;
    z-index: 0;
    width: 300px;
    height: 245px;
    float: left;
    padding: 7px 7px 7px 7px;
    top: 1655px;
}

.contentfarming {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: auto;
    z-index: 3;
    padding-top: 20px;
}

.contentfarmingmindyourhead {
  background-color: #F4EC18;
    color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
    padding: 10px;    
    width: 870px;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    height: 520px;
    z-index: 3;
    padding-top: 0px;
}

.contentfarmingmindyourhead a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.contentfarmingmindyourhead a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.contentfarmingmindyourhead a:hover {
	text-decoration: underline;
	color: #FF2400;
	font-weight: bold;
}
.contentfarmingmindyourhead a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.contentfarmingnews {
  background-color: #84C45D;
    color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
    padding: 10px;    
    width: 870px;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    height: 670px;
    z-index: 3;
    padding-top: 0px;
}

.contentfarmingnews a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.contentfarmingnews a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.contentfarmingnews a:hover {
	text-decoration: underline;
	color: #FF2400;
	font-weight: bold;
}
.contentfarmingnews a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.contentnightsky{
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 1710px;
    z-index: 3;
    padding-top: 20px;
}

.contentnightskyarticles {
    background-color: #A88BB7;
    color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
    padding: 10px;
    width: 870px;
    left: -1px;
    top: 600px;
    margin-left: 0px;
    position: absolute;
    height: 1118px;
    z-index: 3;
    padding-top: 0px;
}

.contentnightskyarticles a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.contentnightskyarticles a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.contentnightskyarticles a:hover {
	text-decoration: underline;
	color: #FF2400;
	font-weight: bold;
}
.contentnightskyarticles a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.contenthealth {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 3170px;
    z-index: 3;
    padding-top: 20px;
}

.contenthealtharticles {
  background-color: #84C45D;
    color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
    padding: 10px;    
    width: 870px;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    height: 300px;
    z-index: 3;
    padding-top: 0px;
}

.contenthealtharticles a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.contenthealtharticles a:visited {
	text-decoratcontentarchaeologyion: none;
	color: #FFFFFF;
}
.contenthealtharticles a:hover {
	text-decoration: underline;
	color: #FF2400;
	font-weight: bold;
}
.contenthealtharticles a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.contentgetinvolved {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 660px;
    z-index: 3;
    padding-top: 20px;
}

.contentgetinvolvedsubscribe{
    position: relative;
    z-index: 0;
    width: 400px;
    height: 100px;
    left: 255px;
    top: 400px;
}

.contentleisure {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 1560px;
    z-index: 3;
    padding-top: 20px;
}

.contentleisurepic{
    position: relative;
    z-index: 0;
    width: 850px;
    height: 615px;
    top: 20px;
    float: centre;
    padding: 0px 0px px 20px;}

.contentleisurearticles {
  background-color: #84C45D;
    color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
    padding: 10px;    
    width: 870px;
    left: 0px;
    top: 20px;
    margin-left: 0px;
    height: 840px;
    z-index: 1;
    padding-top: 0px;
}

.contentcontentleisurearticles a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.contentleisurearticles a:visited {
	text-decoratcontentarchaeologyion: none;
	color: #FFFFFF;
}
.contentleisurearticles a:hover {
	text-decoration: underline;
	color: #FF2400;
	font-weight: bold;
}
.contentleisurearticles a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.contentleisuretable {
	background-color: #BAD8A4;
    width: 890px;
    border: 1px solid;
}

.contentmountainbiking{
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 1320px;
    z-index: 3;
    padding-top: 20px;
}

.contentphysicalactivity{
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 2330px;
    z-index: 3;
    padding-top: 20px;
    top: 40px;
}

.contentgardening {
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 1120px;
    z-index: 3;
    padding-top: 20px;
}

.contentgardening a:link {
	text-decoration: none;
	color: #84C45D;
}
.contentgardening a:visited {
	text-decoratcontentarchaeologyion: none;
	color: #84C45D;
}
.contentgardening a:hover {
	text-decoration: underline;
	color: #D39515;
	font-weight: bold;
}
.contentgardening a:active {
	text-decoration: none;
	font-size: 100%;
	color: #84C45D;
}

.contentmaking{
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 350px;
    z-index: 3;
    padding-top: 20px;
}

.contentequestrian{
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 325px;
    z-index: 3;
    padding-top: 20px;
}

.contentfootpaths{
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 520px;
    z-index: 3;
    padding-top: 20px;
}

.contentarts{
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 1260px;
    z-index: 3;
    padding-top: 20px;
}

.contentvolunteering{
    width: 910px;
    margin-left: 20px;
    position: relative;
    height: 500px;
    z-index: 3;
    padding-top: 20px;
}


.contentvolunteeringpic1{
    margin-left: 0px;
    top: 0px;
    left: 0px;
    width: 200px;
    position: relative;
    height: 300px;
    z-index: 3;
}

.contentvolunteeringpic2{
    margin-left: 0px;
    top: -200px;
    left: 450px;
    width: 400px;
    position: relative;
    height: 200px;
    z-index: 3;
}



.contentcontactus{
    top: 60px}
    background-color: #FFFFFF;
    width: 930px;
    margin-left: 0px;
    position: relative;
    height: auto;
    z-index: 3;
    padding-top: 20px;
}

.contentcontactusform {
	background-color: #FFFFFF;
	width: 930px;
}

.contentcontactusconfirm{
    background-color: #FFF;
    width: 900px;
    margin-left: 20px;
    position: relative;
    height: 200px;
    z-index: 3;
    padding-top: 40px;
}

.contentcontactusconfirmtxt1 {
    width: 409px;
    height: 129px;
    position: relative;
    left: 0px;
    margin-left: 20px;
	top: 20px;
	font-size: 100%;
    color: #4C5829;
    text-align: left;
    line-height: 45px;
}

.content404 {
    background-color: #FFF;
    width: 900px;
    position: relative;
    font-size: 100%;
    left: 30px;
    top: 0px;
    height: 400px;
    z-index: 2;
    color: #4C5829;
}

.content404pic{
	position: relative;
	z-index: 2;
	left: 25px;
	top: 70px;
	width: 890px;
	height: auto;
}


.content404txt1{
    position: absolute;
    width: 850px;
    height: auto;
    z-index: 5;
    left: 20px;
    top: 80px;
}

.content404txt1 ul li{
    margin-left: 11%;
    line-height: 2.3em;
    color: #4C5829;
}

.contentsubscribe{
    background-color: #FFF;
    width: 930px;
    top: 30px}
    margin-left: 0px;
    position: relative;
    height: auto;
    z-index: 3;
    padding-top: 20px;
}

.contentenquiriesheaderpic {
	background-color: #FFFFFF;
	width: 950px;
}

.contentsubscribeform {
	background-color: #FFFFFF;
	width: 930px;

.contentsubscribeconfirm {
    background-color: #FFF;
    width: 950px;
    top: 30px}
    margin-left: 20px;
    position: relative;
    height: auto;
    z-index: 3;
    padding-top: 0px;
}

.contentsubscribeconfirmheaderpic {
	background-color: #FFFFFF;
	width: 950px;
    left: -200px;
}

.flowers {
	height: 200px;
	width: 952px;
	position: relative;
	left: 0px;
	margin-bottom: 20px;
}

.footer {
    top: 20px;
    background-color: #4C5829;
    font-size: 80%;
    height: 260px;
    width: 952px;
    position: relative;
    left: 0px;
    margin-bottom: 0px;
}
.footercopyright {
    height: 20px;
    width: 400px;
    top: 220px;
    left: 10px;
    color: #FFFFFF;
    position: absolute;
}
	
.slrcltd {
	height: 20px;
	width: 190px;
	left: 730px;
	top: 220px;
	position: absolute;
	z-index: 5;
	text-align: right;
}

/*

.footer-facebook {
	position: absolute;
	width: 50px;
	font-size: 100%;
	text-align: left;
	color: #FFFFFF;
	left: 450px;
	border-top-style: none;
	padding-top: 0px;
	height: 50px;
	z-index: 2;
	visibility: visible;
	top: 5px;
}

.footer-labc {
	position: absolute;
	background-color: #359794;
	width: 175px;
	font-size: 120%;
	text-align: left;
	color: #FFFFFF;
	left: 500px;
	border-top-style: none;
	padding-top: 0px;
	height: 100px;
	z-index: 2;
	visibility: visible;
	top: 10px;
}

*/

.slrcltd a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.slrcltd a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.slrcltd a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
.slrcltd a:active {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}

.submit-button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0A6592;
	background-color: #9BFF9B;
	font-weight: bold;
	height: 40px;
	width: 115px;
	border-radius: 20px;
}

.reset-button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0A6592;
	background-color: #FF9B9B;
	font-weight: bold;
	height: 40px;
	width: 100px;
	border-radius: 20px;
}

.centeredtext  {
	font-size: 100%;
	color: #354A8C;
	text-align: center;
	font-family: Arial;
}

.indent {
	font-size: 100%;
	color: #354A8C;
	font-style: normal;
	line-height: 25px;
	text-align: justify;
	margin-left: 20px
}

.indentdouble {
	font-size: 100%;
	color: #354A8C;
	font-style: normal;
	line-height: 25px;
	text-align: justify;
	margin-left: 60px
}

.bodyred {
	color: #F00;	
}

/*
.footerfollow {
	height: 50px;
	width: 200px;
	top: 125px;
	left: 779px;
	color: #FFF;
	position: absolute;
	vertical-align: middle;
}

.facebook {
	top: 5px;
	width: 40px;
	height: 40px;
	z-index: 3;
	position: absolute;
	left: 95px;
}

.twitter {
	position: absolute;
	left: 148px;
	top: 5px;
	width: 40px;
	height: 40px;
	z-index: 3;
}

/*.linkedin {
	left: 760px;
	top: 129px;
	width: 40px;
	height: 40px;
	z-index: 3;
	position: absolute;
}

.youtube {
	position: absolute;
	left: 870px;
	top: 129px;
	width: 40px;
	height: 40px;
	z-index: 3;
}

.googleplus {
	position: absolute;
	left: 925px;
	top: 129px;
	width: 40px;
	height: 40px;
	z-index: 3;
}

.formbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	height: 25px;
	color: #0A6592;
	font-style: normal;
	background-color: #E1EEFF;
	line-height: 20px;
	border: thin solid #0A6592;
}

.formmultilinebox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #0A6592;
	font-style: normal;
	background-color: #E1EEFF;
	line-height: 20px;
	border: thin solid #0A6592;
}
*/
