﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 1024px;
	height:100%;
	margin: 0 auto;
	background-color:#fff;
}
#masthead {
	text-align: right;
	margin-right: 12px;
	margin-left: 12px;
	width: 1000px;
	padding: 0;
	background: #fff url(../images/BannerBackPurple.gif) top;
	background-repeat:repeat-x;
}
#navigation {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 5px;
	background-color: #eee;
	overflow: hidden;
}
#column_l {
	width: 778px;
	height:100%;
	margin-left: 12px;
	padding: 10px 10px 10px 10px;
	border-right: thin #eee dashed;
}
#column_l_biog {
	margin: 0px 12px 0px 12px;
	padding: 10px 0px 10px 0px;
}
#column_l_map {
	margin: 0px 12px 0px 12px;
	padding: 10px 0px 10px 0px;
}
#column_r {
	width: 190px;
	height:100%;
	border-left: thin #eee dashed;
	float: right;
	position: relative;
	right: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
#divtext {
	width: 590px;
	margin: 0 0 0 0;
	float: right;
	position: relative;
	right: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color:#eee;
	color:#000;
	margin-right: 12px;
	margin-left: 12px;
	margin-top:20px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #fff;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigationActive {
	background-image:url('../images/NavHighlight.gif');
	background-repeat:repeat-x;
	text-align:center;
	padding: 0 15px 0 15px;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0 15px 0 15px;
	display: block;
}
#navigation a:hover {
	color:#000;
	background-image:url('../images/BannerBackLowSel.gif');
	background-color: #f2f2f2;
}
#navigation a:active {
	color:#000;
	background-image:url('../images/BannerBackLowSel.gif');
	background-color: #f2f2f2;
}


/* Styles for Content */
h1 {
	color: #595094;
	font-size: 2.0em;
}
h2 {
	color: #595094;
	font-size: 1.75em;
}
h3 {
	color: #595094;
	font-size: 1.5em;
}
h4 {
	color: #595094;
	font-size: 1.25em;
}
h5 {
	color: #595094;
	font-size: 1.0em;
}
h6 {
	color: #595094;
	font-size: x-small;
	margin-bottom:0px;
	padding-bottom:0px;
}
big {
	color: #595094;
	font-size: medium;
}
#column_l p {
	text-align:left;
	margin:5px;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin: 0 0 10px 5px;
	padding: 0 0 10px 10px;
	color: #595094;
	list-style-type:circle;
	list-style-position:inside;
}
#column_r ul li {
	font-size: small;
	display: list-item;
	margin-bottom: 5px;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #595094;
	text-decoration: underline;
}
a:hover {
	color: #456;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}