html, body {
   margin: 0;
   padding: 0;
   border: none;
   background-color: #FFFFFF;
   height: 100%;
}

div, table {
	margin-top: 30px;
  margin-left: auto; 
  margin-right: auto;
}

body, td, a, p, ul {
   font-family: arial, sans-serif;
   color: #324c27;
   font-size: 13px;
   line-height: 18px;
}

#head {
   text-align: center;
   font-size: 23px;
}

img {
   border: none;
}


#logobox {
   width: 830px;
   height: 120px;
}

#logobox img {
   text-align: center;
   margin: 0 auto;
}

#logoboxS img {
   text-align: center;
   margin: 0 auto;
}


#innercontent ul {
   width: 540px;
   list-style: square;
   margin: 0;
   margin-left: auto;
   margin-right: auto;
}

#formfield {
   position: relative;
   left: -10px;
   width: 440px;
}

.formline {
   width: 440px;
   height: 20px;
   clear: both;
   margin: 0;
   padding: 0;
}

.formline p {
   text-align: left;
   position: relative;
   top: 2px;
   height: 20px;
   overflow: hidden;
   margin: 10px;
   padding: 0;
}

form { width: 440px; }

input, textarea {
   font-family: Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
   color: #324c27;
   margin: 0;
   padding: 2px;
   border: 1px solid #86A386;
   float: right;
   vertical-align: top;
}

#formbuttons {
   width: 440px;
   float: right;
   padding-top: 10px;
}

#formbuttons p { float: left; top: -7px; }

#navigation ul {
   padding: 14px 0 6px 0;
   margin: 0;
	list-style: none;
   line-height: 22px;
   text-align: center;
}

#navigation li {
   display: inline;
   font-size: 16px;
   color: #BED3BE;
	cursor: default;
	padding: 0px 14px 0px 14px;
}

#navigation li a {
   font-size: 16px;
	cursor: pointer;
	text-decoration: none;	
 	border: none;
}

#navigation li a:link { color: #809674; }

#navigation li a:visited { color: #809674; }

#navigation li a:hover { color: #324c27; }

#greenbox {
   background: url(fade_center.gif);
   background-position: top center;
   background-repeat: no-repeat;
   background-color: #FFFFFF;
   padding: 20px;   
}

#linkline {
   text-align: center;
   padding-top: 20px;
   padding-bottom: 10px;
}

#linkline a {
   text-decoration: none;
   font-size: 16px;
   cursor: pointer;
}

#linkline a:link { color: #809674; }

#linkline a:visited { color: #809674; }

#linkline a:hover { color: #324c27; }

