@charset "utf-8";
html { min-height: 100%; margin-bottom: 1px; }
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #c0d0b3;
	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: #000000;
	
}
#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: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#header {
	background: #ffffff; 
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/logo2.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height: 126px;
}
.strapline {text-align:right;
            color: #80a36d;
			padding: 80px 30px 0 0; 
			font-weight: bold;
			font-size:90%;
			}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
 text-align:right;
 color:#80a36d;
 font-size:140%;}
h2 {color:#80a36d;
    font-size: 100%; }
.headingimg { background-image: url(../images/line.gif);
 background-repeat:repeat-x;
 background-position:left;
 text-align:right; } 
#navbar {background-image:url(../images/full_1.jpg);
         background-repeat: no-repeat;
		 background-position:top left;
		 height:198px;
		 border-top: 1px solid #80a36d;
		 border-bottom: 2px solid #80a36d;  }
#mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent p {color:#83695a; font-size: 80%; }
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-image:url(../images/footerback.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	height: 66px;
}
#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 */
}
#footer .nav {float: left; 
              font-size: 74%;
			  color: #83695a;
			  padding: 30px 20px 10px 20px;}
#footer .nav a {color: #83695a;
                text-decoration: none;}
#footer .nav a:hover {color: #80a36d;}
#footer .copy {float: right;
               font-size: 74%;
			   color: #83695a;
			   padding: 30px 20px 10px 20px; }
.logout {
	color: #6E9553;
	font-size: 90%;
	text-align: right;
}
a, a:focus, a:active {color:#83695a;
                              text-decoration: underline; }
a:hover {text-decoration:underline; color: #6e9553;}
.inputarea {font:Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size:10px;}
.inputtextarea {font:Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size: 12px; }
.button {background-color: #6e9553; color:#000000; border-top:solid 2px #c1d3b4; border-right: solid 2px #415831; border-bottom: solid 2px #415831; border-left: solid 2px #c1d3b4; }
#adminnavigation {
				  background-color:#edf6e6; 
				  padding: 10px;}
a.selink {color: #83695a;
text-decoration:none;
          cursor:text;}
a.hover {color: #83695a;
         text-decoration:none; }
.design {width: 760px;
         margin: auto;
		 text-align:right;
		 font: normal 75% verdana; 
		 color: #83695a;
		 padding: 6px 0;}
.design a {color: #80a36d;
           text-decoration: none; }
.design a:hover {color: #ffffff; }