.s3 { color:#ffffff; }
.form1 { background:#005500; color:#FFFFFF; border-top:solid 2 #008800; border-right:solid 2 #000000; border-bottom:solid 2 #000000; border-left:solid 2 #008800; }
.form2 { background:#D6E4CD; color:#000000; border-top:solid 2 #008800; border-right:solid 2 #000000; border-bottom:solid 2 #000000; border-left:solid 2 #008800; }

.text { width:150px; border:solid 2px #004000; background:#D6E4CD; }
input.numb { width:117px; border:solid 2px #004000; background:#D6E4CD; }
input.code { width:25px; border:solid 2px #004000; background:#D6E4CD; }
textarea.text { width:355px; height:75; border:solid 2 #004000; background:#D6E4CD; font-family:Arial; }

body{
	  font-family: arial, helvetica, impact, sans-serif;
	  font-size: 10pt;
	  margin: 0;
	  color: #000000;
	  background-color:#97a780;
	  
	  height: 100%;
}

#container {
	margin: 0 auto;
	width: 726px;
	border-left:thick #000000 solid;
	border-right:thick #000000 solid;
	background-color:#EEEEEE;
	background-color:#ffffff;
	padding: 20px;
	
}


a:link {
	  font-family: arial, helvetica, impact, sans-serif;
      text-decoration: none;
	  color: #0000FF;
	  font-size: 10pt;
}

a:active {
	  font-family: arial, helvetica, impact, sans-serif;
	  text-decoration: none;
	  color: #FF0000;
	  font-size: 10pt;
}

a:visited {
	  font-family: arial, helvetica, impact, sans-serif;
	  text-decoration: none;
	  color: #0000FF;
	  font-size: 10pt;
}

a:hover {
	  font-family: arial, helvetica, impact, sans-serif;
	  text-decoration: underline;
	  color: #FF0000;
	  font-size: 10pt;
}

.agent-profile {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: dashed 1px #6a8647;
}

.agent-profile div {
	margin-left: 140px;
}
.agent-profile div.clear { margin: 0; }

.agent-profile div.agent-image {
	float: left;
	margin-left: 0;
	margin-right: 1em;
}

.agent-image img {
	border: solid 0px;
}

.agent-name {
	padding: .2em 0;
	color: #800000;
	font-size: 1.7em;
}

.agent-title {
	font-weight: bold;
	color: #004e80;
}

.agent-location {
	font-style: italic
}

.agent-description {
	margin-top: 1em;
}

.agent-email {
	margin-top: 1em;
}

.clear { clear:both; }

h4 {
	color: #800000;
	font-size: 1.7em;
	font-weight: 100;
}

#footer {
	margin-top: 1px;
	padding: 5px 0;
	text-align: center;
	font-size: .8em;
}

#footer, #footer * {
	color: #83816f;
}

/* OTHER STUFF */
/* ##################################################### */

#copyright { display: inline; }
#design { display: inline; }
#design a { color: #2c76a6; }