body {
	margin: 0 auto;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	text-align: center;
	min-width: 700px;
	background-color: #fff;
	background: #fff url(gfx/bkgd-bar.gif) 0 0 repeat-x;
	}
		
/*typography*/
a, a:link {
	text-decoration: underline; 
	color: #3B6959;
}
a:visited {
	color: #6C8E82;
}
a:hover {
	color: #0A432F; 
	text-decoration: none;
}
a:active {}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #3B6959;
	margin-top: .5em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}
h3 {
	font-size: .9em;
	margin: 0 0;
	padding: 5px 0 0 6px;
}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1em 0em .2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

/*styles*/

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
}
div#head {
	width: 457px;
	padding: 0 0 0 15px;
	margin: 0;
	text-align:right;
}
table#head {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: .9em;
	font-weight:bold;
}
table#head a {
	color: #fff;
}
td.homeintro {
	padding: 15px 15px;
	vertical-align: top;
	width: 457px;
	background: url(gfx/bkgd-home2.jpg) bottom right no-repeat;
	height: 450px;
	border-right: 1px solid #0A432F;
}
table.content {
	width: 680px;
}
td.content {
	padding: 15px 15px;
	vertical-align: top;
	border-right: 1px solid #0A432F;
}
td.left {
	width: 201px;
	vertical-align: bottom;

}
td.title {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: bottom;
}
div#bottom_bar {
	width: 100%;
	height: 27px;
	background-color: #0A432F;
	margin-bottom: 5px;
	padding-top: 10px;
	text-align:center;
	font-weight:bold;
	font-size: 1em;
	color: #6C8E82;
}
.small {
	font-size: .9em;
}
.picture {
	float:left;
	padding: 0 10px 5px 0;
}

