body {
	margin: 0 auto;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: center;
	min-width: 815px;
	background: #547519 url(gfx/bckgrnd.gif) repeat-y top center;
}

		
/*typography*/
a, a:link {
	text-decoration: underline; 
	color: #547519;
}
a:visited {
	color:#547519;
}
a:hover {
	color: #547519; 
	text-decoration: none;
}
a:active {}
h1 {
	font-size: 1.1em;
	color: #00607D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2 {
	color:#547519;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 0.8em;
	font-style:oblique;
	margin-bottom:0.3em;
}
h4 {font-size: 0.9em;color:#547519;}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 1em 0em .2em 0em;
	}
td {padding: 5px 5px;}
table {font-size:100%;}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}

/*styles*/

#container {width:790px;margin:0 auto;text-align:left;padding:6px 6px;background:#fff url(gfx/blue_bar.gif) repeat-x left 56px;}
#head {font-size:1.2em;color:#fff;font-style:oblique;}
#menu {float:left;width:155px;margin-top:6px;font-size:0.8em;text-align:center;}
#right {margin-left:190px;margin-right:24px;}
.footer {color:#547519;text-align:center;}
.footer a {color:#547519;}
#copyright {font-size:0.8em;}
#copyright a {color:#547519;}
.callout-green {float:right;width:150px;margin:20px 0 5px 20px;padding:10px 10px;border:1px solid #547519;}
.callout-brown {float:right;width:150px;margin:20px 0 5px 20px;padding:10px 10px;border:1px solid #451b00;}
.callout-blue {float:right;width:150px;margin:20px 0 5px 20px;padding:10px 10px;border:1px solid #00607d;}
.callout-red {float:right;width:150px;margin:20px 0 5px 20px;padding:10px 10px;border:1px solid #a40012;}
.callout-blue h1, .callout-green h1, .callout-brown h1, .callout-red h1 {font-size:0.9em;text-align:center;display:block;color:#fff;font-weight:bold;margin:-10px -10px 0 -10px;padding:5px 0;}
.callout-blue h1 {background-color:#00607d;}
.callout-red h1 {background-color:#a40012;}
.callout-brown h1 {background-color:#451b00;}
.callout-green h1 {background-color:#547519;}
.callout-blue p, .callout-green p, .callout-brown p, .callout-red p {font-size:0.75em;}
p.testimonial {font-style:oblique;}
p.testimonial_signature {text-align:right;}
