body {
	margin: 0 auto;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	text-align: center;
	height:100%;
	min-width: 750px;
	background-color: #A9C8ED;
}

/*typography*/
a, a:link {
	text-decoration: underline; 
	color: #8F1E22;
}
a:visited {
	color: #8F1E22;
}
a:hover {
	color: #8F1E22; 
	text-decoration:overline underline;
}
a:active {}
h1 {
	font-size: 1.5em;
	color: #8F1E22;
}
h2 {
	font-size: 1.1em;
	color:#8F1E22;
}
img {
	border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0.3em 0 0.2em 1em;
	text-align:left;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1em 0em .2em 0em;
}
td {
	padding: 2px 2px;
}
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;
}
blockquote {
	font-style:oblique;
	margin: 20px 10px -5px 20px;
}

/*styles*/
div#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 750px;
	text-align: left;
	border: 1px solid #000;
	background-color:#fff;
	background-image:url(gfx/right_bckgnd.jpg);
	background-position: 100% 119px;
	background-repeat:no-repeat;
}
div#header {
}
div#content {
	margin:0 158px 10px 179px;
}
div#nav_col {
	float: left;
	background-image:url(gfx/menu_bckgnd.jpg);
	background-position:top left; 
	background-repeat:no-repeat;
	width:169px;
}
div#main-nav {
	font-size: 12px;
	font-weight:bold;
	text-align:right;
	color:#8F1E22;
	padding-right:31px;
	padding-top:10px;
}
div#main-nav a {
	text-decoration:none;
	color:#8F1E22;
}
div#main-nav a:hover {
	text-decoration:none;
	border-top: 1px solid #8F1E22;
	border-bottom: 1px solid #8F1E22;
	background-color:#FFFFFF;
}
div#bottom-nav {
	font-size: 11px;
	text-align:center;
}
.contact_info {
	text-align:left;
	margin-top:-3px;
	padding-left:15px;
	font-size: 13px;
	font-weight:bold;
	color:#8F1E22;
}
.nav_heading {
	font-size:13px;
	background-color:#FFF;
	border-bottom: 1px solid #8F1E22;
}
.home_copy {
	font-size:13px;
	line-height:140%;
}
.page_title {
	font-size: 1.7em;
	color: #8F1E22;
	font-weight:normal;
}
.breadcrumb {
	font-size: .8em;
	color: #8F1E22;

}