@charset "UTF-8";
body {
	background: #F5F7F4; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	margin: 15px 0px 0px;
}
a:link {
	color: #036;
	text-decoration:underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	color: #990000;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #header {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}
.headshow {
}
#sidebar1 img {
	margin: 0px;
	padding: 0px;
	border-width: 0;
}
#mainContent .slides {
}
#mainContent p {
	line-height: 1.5em;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #333366;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#sidebar1 h3 {
	margin-left: 10px;
	background-image: url(images/09_h3_om.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 2em;
	font-size: 100%;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #E7EDF6;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px dotted #333366;
	margin-top: 0px;
	height: auto;
	padding: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}
.content holder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BBC6DF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #646A77;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #676F89;
	margin: 0px;
	letter-spacing: 0.1em;
}
.h2bg {
	background-image: url(images/010_h2_bg_blue.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	height: 30px;
	display: block;
	padding-top: 2px;
	margin-left: -5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #596172;
	margin: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#navmenu {
	margin-bottom: 20px;
}
.imgright {
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
}
#mainContent ul {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 0.9em;
	color: #666699;
}
#mainContent li {
	padding-bottom: 10px;
}
.photocredit {
	font-size: 70%;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #424B61;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.photoheader {
	font-size: 70%;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #424B61;
	text-align: right;
	padding: 10px 10px 0px 0px;
	display: block;
	float: right;
	clear: both;
	margin: 0px;
}
.form div {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	border: thin dotted #728F7F;
}
#mainContent ul {
	list-style-type: circle;
	color: #336666;
}
.highlight {
	color: #900;
	font-weight: bold;
}
div.highblue {
	color: #900;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #mainContent #Form1 {
	background-color: #EBF1F8;
	margin-top: 15px;
	border: 1px dotted #333;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 95%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#Form1 table tr td p {
	margin: 0px;
	padding: 2px;
}
