html {
	font-family: Arial, Verdana, Helvetica, san-serif, Times, serif;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #F1F1F1 url(../images/back.jpg) 50% 0px no-repeat;
}

a { color: #7FC66B; text-decoration: none; }
a:hover, a:focus { color: #333333; }

h1 {
	color: #7FC66B;
	font-size: 13pt;
	font-weight: normal;
	margin: 0;
	padding: 1em 20px 0.5em 20px;
}
h2 { color: #7FC66B; font-size: 10pt; font-weight: normal; margin: 0; padding: 0.5em 20px 0.5em 20px; }
h3, p { color: white; font-size: 10pt; margin: 0; padding: 0.5em 20px 0.5em 20px; }
ul, ol {
	color: white;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0.5em 20px 0.5em 20px;
	padding: 0 0 0 20px;
}
b, strong { color: #7FC66B; }

label { color: white; font-size: 10pt; }
input, select, textarea {
	font-family: Arial, Verdana, Helvetica, san-serif, Times, serif;
	font-size: 10pt;	
}

.left { float: left; margin: 0 20px 0 10px; }
.right { float: right; margin: 0 10px 0 20px; }
html>body .left { margin: 0 20px 0 20px; }
html>body .right { margin: 0 20px 0 20px; }
.clear { height: 0px; clear: both; overflow: hidden; }
.border { border: 1px solid #616161; }

/* 1 is darkest, 4 is lightest */
.grey-1 { color: #333333; }
.grey-2 { color: #474747; }
.grey-3 { color: #505050; }
.grey-4 { color: #616161; }
.blue { color: #92CC96; }

#site-border {
	text-align: justify;
	width: 750px;
	margin: 60px auto 0px auto;
}

#site-head { width: 100%; height: 148px; border-bottom: 2px solid #616161; }

#site-foot	{ display:block; width:100%; height:15px; margin:-3px 0 0 0; padding:0; background:url(../images/footer_band.gif) 0 bottom no-repeat; }

#site-links { width: 100%; position:relative; padding-top:10px; border-bottom: 4px solid #616161; background:#474747 url(../images/header_band.gif) 0 top no-repeat; }
#site-links ul { margin: 0; padding: 10px 0 10px 10px; list-style: none; }
#site-links li { display: inline; margin: 0 10px 0 10px; }

#site-links a { color: #F1F1F1; }
#site-links a:hover, #site-links a:focus { color: #7FC66B; }
#site-links #current { color: #7FC66B; }

#site-body { 
	width: 100%;
	background: url(../images/watermark.gif) no-repeat 100% 100%;
	background-color: #505050; 
	padding: 0 0 50px 0;
}
#site-body .contact { padding: 2em 20px 0.5em 125px;  }


/* Contact Form */
#contactform { width: 50%; margin: 0.5em 20px 1em 20px; padding: 0;	}
#contactform div {  }
#contactform label {
	font-weight: bold;
	width: 100px;
	line-height: 20pt;
	float: left;
}
#contactform input, #contactform textarea, #contactform select {
	color: white;
	width: 200px;
	border: 1px solid #616161;
	background-color: #333333;
	padding: 4px;
	margin: 0;
}
html>body #contactform input, #contactform textarea, #contactform select { margin: 0px 0px 1px 0px; }
#contactform #submit { width: auto; margin: 0px 0px 0px 100px; padding: 1px; cursor:pointer; }
#contactform #submit:hover	{ color:#7FC66B; border: 1px solid #7FC66B; }

#netbop { color: #474747;; font-size: 8pt; text-align: right; }
#netbop a { color: #474747;; }
#netbop a:hover, #netbop a:focus { color: #92CC96; }