body {
	margin: 0 auto;
	background: #e1e4c9 url(images/spacer.gif) repeat-y 50% 0;
	font: 62.5%/1.4em Verdana, Arial Helvetica, sans-serif;
	text-align: center;
	}

div, ul, h1, h2, h3, h4, h5, h6, ol, dl, dd, dt, li, td, blockquote, address {
	margin: 0;
	padding: 0;
	}

#box_callout {
	font-size: 12px;
	width: 170px;
	text-align: center;
	padding: 10px;
	margin: 10px;
	color: #333399;
	border-style:double;
	vertical-align: top;
	top: 300px;
	position: absolute;
	}

h1 {
	font-size: 18px;
	margin: 0 10px 10px 0;
	color: #006699;
	}
	
h2 {
	font-size: 15px;
	margin: 1em 10px 0 0;
	color: #009933;
	}
	
h3 {
	font-size: 12px;
	margin: 0 10px 0 0;
	color:#666666;
	}
	
h4 {
	font-size: 12px;
	margin: 0 10px 0 0;
	color: #FF9900;
	}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	color: #333333;
	}
	
label {
	font-size: .9em;
	}
	
ul {list-style: none outside; margin:0; padding: 0 0 1em 0;}
ul.square {list-style: square outside; margin: .5em 0 0 16px; padding: 0 0 1em 0;}
ul.circle {
	margin: .5em 0 0 16px;
	padding: 0 0 1em 0;
	list-style-position: outside;
	list-style-type: disc;
}
ul.subnav {list-style: url(images/subnav_bullet.gif) outside; color:#ffffff; margin: 0 0 10px 16px; padding: 10px 0 0 0;}
ol {list-style: decimal; margin: 0 0 0 2.8em; padding: 0 0 1em 0;}
li {padding-bottom: .3em;}

/* footer trickery setup */
html, body {
	height: 100%;
	}
#body_content {
	padding:  0 15px 15px;
	font-size: 12px;
	}


/* Home */
#wrapper {
	position: relative;
/*
	min-height: 100%;
	height: 100%;
*/
	voice-family: "\"}\"";
	voice-family: inherit;
	}

html>body #wrapper {
	height: auto;
	}

#wrapper {
	border: 1px solid #7c9221;
	margin: 0 auto;
	text-align: left;
	width: 810px;
	background: url(images/img_background.gif) repeat-y 0 0;
	}

div#nav {
	font: 10px/14px Verdana,Arial, Helvetica,sans-serif;
	font-weight: bold;
	}

#subnav {
	font: 11px/12px Verdana, Arial, Helvetica,sans-serif;
	color: #ffffff;
	}
	
#subnav a {
	font: 11px/12px Arial,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 10px;
	}

#subnav a:hover {
	text-decoration: underline;
}


#footer_bar {
	background: #006699;
	border: 1px solid #006699;
	width: 800px;
	}

#footer {
	font: 9px/10px Verdana,Arial, Helvetica,sans-serif;
	clear: both;
	float: center;
	}

#footer, #footer a {
	color: #5D5C16;
	text-decoration: none;
	}

#logo {
	top: 30px;
	right: -130px;
	position:relative
	}

#logo2 {
	top: 10px;
	left: 1px;
	position:relative
	}

#img_home {
	top: 70px;
	right: 45px;
	margin-bottom: 50px;
	position:relative
	}

#img_subpages {
	top: 50px;
	right: -200px;
	margin-bottom: 50px;
	position:relative
	}

#left_content {
	padding-top: 30px;
	font: 11px/13px Arial,Verdana,Helvetica,sans-serif;
	}

#left_content_bullets {
	font: 10px/12px Arial,Verdana,Helvetica,sans-serif;
	padding: 0 10px 0;
	}

#quotes {
	padding: 150px 10px 0;
	margin: 0 0 0 0;
	color: #993300;
	font-style: italic;
}

#quotesby {
	color: #666666;
	padding:10px 10px 0;
	float: left;
}

#bg_logo_watermark {
	height: 194;
	width: 161;
	background: url(images/img_logosymbol.gif) no-repeat;
	}


/* links */
a:link, a:visited {
	color: #3399FF;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #333399;
	text-decoration: underline;
	}

/* tables */

table {
	border-collapse: collapse;
	}

table tr {
	}
		
table td {
	vertical-align: middle;
	padding: 0 0 0 0;
	}
	
	
form {
	margin: 0 20px 2em 20px;
	padding: 1em;
	border: 0px solid #7c9221;
	}
