// OlneyWeb CSS
// September 2006.
// Copyright 2006. Red Letter Design.


a {outline: none;}  /* get rid of Firefox link boxes */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bodybkgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	min-height: 101%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
	behavior: url("/behavior/csshover.htc"); /* Win IE behavior call */	
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #525DB7;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	color: #8A9D58;
	font-weight: bold;
	border-bottom: 1px solid #8A9D58;
	margin: 0;
	padding: 10px 0 0 0;
}
p {
	margin: 0;
	padding: 5px 0 10px 0;
}
th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #525DB7;
}
td {
	text-align: left;
	font-weight: normal;
	background-color: #eeeeee;
}

div#wrapper {
	width: 473px;
	position: relative;
	margin: 0 auto !important;
	margin: 0;
	text-align: left;
	background-color: transparent;
	background-image:url(images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 120px 0px 0px 227px;
}	

div#leftNav {
	position:absolute;
	top: 100px;
	left: 0px;
	width: 200px;
	margin: 0;
	padding: 0;
	background-image:url(images/navbkgd.jpg);
	background-repeat: repeat-y;
}
div#leftNavFoot {
	background-image:url(images/navBottom.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	height: 45px;	
	margin: 0;
	padding: 0;
}
div#leftNav p {
	margin: 0;
	padding: 0 31px 10px 29px;
	text-align: center;
}
div#leftNav ul {
	margin: 0;
	padding: 0 23px 0px 27px;
	list-style: none;
}
div#leftNav li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	display: block;
	width: 150px;
	background-image:url(images/buttonBottom.jpg);
	background-position: bottom left;

}
div#leftNav li a {
	margin: 0 0 0 0;
	padding: 7px 10px 7px 12px;
	width: 128px !important; /* for most browsers */
	width /**/:150px; /* for IE5.5's bad box model */	;
	display: block;
	background-image:url(/images/buttonTop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}
div#leftNav li a:hover {
	background-position: top center;
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}
div#leftNav li:hover {
	background-position: bottom center;
}
div#leftNav li#currentButton {
	background-position: bottom right;
}
div#leftNav li#currentButton:hover {
	background-position: bottom right;
}
div#leftNav li#currentButton a {
	background-position: top right;
}
div#leftNav li#currentButton a:hover {
	background-position: top right;
	text-decoration: none;
}
div#footer {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	border-top: 1px solid #525DB7;
}
div#footer p {
	margin: 5px 0 0 0;
	padding: 0;
	color: #525DB7;
}
.warning {
	color: #CC0000;
	font-weight: bold;
}
div#wrapper table.contactFormTbl th {
	font-weight: bold;
	text-align: right;
	border: none;
	vertical-align: top;
}
div#wrapper table.contactFormTbl td {
	font-weight: normal;
	text-align: left;
	border: none;
	background-color: white;
	vertical-align: top;
}
div#wrapper table.infoTable th {
	font-weight: bold;
	text-align: right;
	border: none;
	vertical-align: top;
}
div#wrapper table.infoTable td {
	font-weight: normal;
	text-align: left;
	border: none;
	background-color: #eeeeee;
	vertical-align: top;
}
.instruct {
	font-weight: bold;
	color: #990000;
}
.instructImageBox {
	position: relative;
	overflow: visible;
}
.instructImage {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}
.instructEntry {
	position: absolute;
	color: red;
	font-weight: normal;
	font-size: 12px;
	z-index: 10;
}

