@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image:url(Images/Main%20page/BGGrey.gif);
}

#fadebg {
	text-align: center;	
	background-image:url();
	background-repeat: repeat-x;
	background-position: left top;
}

#border {
	background-image:url(Images/Main%20page/BorderIE.gif);
	width:820px;
	margin: 0 auto;
}

#bottomborder {
	background-image:url(Images/Main%20page/BottomBorderIE.gif);
	width:820px;
	margin: 0 auto;
	height:60px;
}

#menu {
	position: relative;
	text-align:center;
	valign:center;
	left:0px;
	top:0px;
	width:100%;
}

.Cotton #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.Cotton #header {
	background-color: #FFF;
	background-image:url(Images/Main%20page/greenmountpressheader.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
}
.Cotton #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center
}
.Cotton #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:left;
}

.Cotton #heading {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:center;
}
.Cotton #contact {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:center;
}
.Cotton #footer {
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:center;
	width:750px;
	margin:0 auto;
}
.Cotton #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	
}

.evensmallerheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.mainheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#333333;
	text-align:center;
}
.maintext {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	text-align: left;
}

.date {
	font-size:14px;
	color:#333333;
	text-align: center;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	text-align: center;
}

.centredmaintext {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	text-align: center;
}

a {
	font-size: 12px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	text-decoration: underline;
	color:#000;
}
a:visited {
	text-decoration: underline;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}
a:active {
	text-decoration: underline;
	color:#000;
}
