/* CSS Document */

body { background:#F9F9F9; text-align: center; padding: 0px; margin: 0px; font-family: Georgia, "Times New Roman", Times, serif}
table { border-collapse: collapse; }
#container	{ background: #ffffff; width: 800px; border-left: 1px solid #999999; border-right: 1px solid #999999; 
	text-align: left; margin-top: 20px; }
#header { height: 80px;  }
#navigation { height: 30px; background: #004800;   }

#content { margin: 15px; min-height: 300px; }
#footer { width: 800px; height: 30px; background:#F9F9F9; border-top: 1px solid #999999; color: #666666; font-size: small;}

.navigationlink { height: 27px; vertical-align: middle; 	font-variant: small-caps;	font-size: 14pt; padding-top: 3px;}
.navigationlink:hover {
	background-color: #016F00;
}

.navigationlink a {
	color: #ffffff;

	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}
.navigationlink a:hover { color: #ffffff; text-decoration: none;}

.emphasize {color:#016F00; }
.button { background: #004800; border: 2px solid #016F00; padding: 4px; padding-left: 10px; padding-right: 10px; color: #ffffff; text-decoration: none; font-size: small; font-variant:small-caps;}
.button:hover { background: #016F00; border: 2px solid #004800; color: #ffffff; text-decoration: none; }
.serviceheading { color: #ffffff; background: #004800; padding: 2px; padding-left: 8px; font-size: 16px;}
.servicetext { font-size: 11px; }


h1 { font-variant:small-caps; color: #004800; margin: 0px; margin-bottom: 10px; font-weight: bold; }
h2 { font-variant:small-caps; color: #016F00; margin: 0px; margin-bottom: 6px; font-weight: bold;}
h3 { color: #004800; font-weight: bold; font-family: Georgia, Impact, "Gill Sans"; font-size: 24px;}
p { margin: 0px; margin-bottom: 10px;} 
a { color: #004800; text-decoration: none; }
a:hover { color: #016F00; text-decoration: underline;}

