@charset "utf-8";
/* CSS Document */
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, 
menu, ol, p, pre, td, th, tr, ul {font-family : Georgia, Palatino, serif;
color : black; background : transparent}

a:link {color : blue;
background : transparent;
text-decoration: none}

a:visited {color : maroon;
background : transparent;
text-decoration : none}

a:active {color : white;
background : red;
text-decoration : none}

a:hover {color : white;
background : #006633;
text-decoration : none}

address {font-style : normal;
font-weight : bold}

blockquote {font-style : italic}

body {margin-left : 205px;
margin-right: 8%;
background-color : #FFFFFF;
background-image : url("images/weblogo.png");
background-repeat : no-repeat;
background-attachment: fixed}

cite {font-style : italic}

code, kbd, samp {font-family: monospace}

dt {font-weight : bold}

h1, h2, h3, h4, h5, h6 {color : #006633; background: transparent;
font-family : Verdana, sans-serif}

p, ul {line-height : 1.3}

p.nav {line-height : normal; font-family : Verdana, sans-serif}

p.roman {font-weight : normal;
line-height : normal;
font-family : Georgia, Palatino, serif;
color : #006633;
background : transparent}

span.hilite {color : red;
background : transparent}

div.nav {line-height : normal;
 font-family : Verdana, sans-serif}
 
div.smaller {font-size : smaller}


#emailer {
	margin: 0px;
	width: 90%;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
}
#emailer label {
	font-weight: bold;
	color: #1D5A38;
	text-align: left;
	margin: 0px;
	float: left;
	clear:both;
	width: 175px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#emailer h4 {
	font-size: 16px;
	color: #1A5734;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#emailer p {
	text-align: center;
	margin: 0px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
