/* General Elements
   ---------------- */
html, body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	background-color: #EDE4C9;
}
img {
	border: 0;
}
p, h1, h2, h3, h4, table {
	margin: 0 0 1em 0;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
}
p, li, address {
	font-size: 0.9em;
	line-height: 1.3em;
}
li li {
	font-size: 1em;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
}
h3, h4 {
	margin-bottom: 0.8em;
}
a {
	color: #000;
}
a:hover {
	color: #0000A5;
	text-decoration: none;
}
span.dropCap {
	float: left;
	padding: 2px 2px 0 0;
	font-size: 3.6em;
	line-height: 80%;
	font-weight: normal;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
table {
	border-collapse: collapse;
	background-color: #F5F4F1;
}
caption {
	font-size: 0.95em;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}
tr {
	vertical-align: top;
}
th, td {
	font-size: 0.95em;
	padding: 3px 5px;
	border: 1px solid #030;
}
form {
	color: #030;
	padding: 5px;
	border: 1px solid #030;
	background-color: #E7E4D9;
	margin-bottom: 0.8em;
}
form fieldset {
	margin-bottom: 0;
	border: 0;
}
form legend {
	font-size: 0.85em;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.3em;
}
form label {
	float: left;
	clear: both;
	width: 140px; /* Default label width */
	font-size: 0.95em;
	text-align: left;
	margin: 0.5em 0.3em 0 0;
}
form input, form textarea {
	float: left;
}
form input {
	margin-top: 0.7em;
	margin-bottom: 0.5em;
}
form input.field, form textarea {
	margin-top: 0.7em;
	margin-bottom: 0;
	background-color: #FAF9F8;
	border: 1px solid #AEA486;
	vertical-align: middle;
	overflow: auto;
}
form input.lm {
	margin-left: 15px;
}
form span.req {
	color: #F00;
}

/* Classes
   ------- */
.fleft {
	float: left;
	margin-bottom: 10px;
}
.fright {
	float: right;
	margin-left: 10px;
}
.right {
	text-align: right;
}
.clear {
	clear: left;
}
.small {
	font-size: 0.95em;
}
.indent {
	margin-left: 2em;
}
.error {
	color: #C00;
	font-weight: bold;
}
.ok {
	color: #008000;
}
.inlineHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Page
   ---- */
div#page {
	width: 686px;
	margin: auto;
	text-align: left;
	background-image: url(../images/misc/page_back.gif);
	background-repeat: repeat-y;
}

/* Header
   ------ */
div#header {
	width: 680px;
	text-align: center;
	margin: 0 3px;
	padding: 2px 0 8px 0;
	background-color: #E7E4D9;
	border-top: 10px solid #030;
	border-bottom: 10px solid #CEC7B5;
}
div#header h1 {
	font-size: 1.6em;
	margin-bottom: 0;
}
div#header h2 {
	font-size: 1.3em;
	margin-bottom: 0;
}
div#header h3 {
	font-size: 1.3em;
	margin-bottom: 0;
	padding-top: 0.1em;
}

/* Content
   ------- */
div#content {
	float: right;
	width: 480px;
	margin-right: 3px;
	display: inline; /* Fix for IE 5.5 / 6 Double Float-Margin Bug */
}

/* Main
   ---- */
div#main {
	padding: 19px 15px 10px 15px;
}
div#main a {
	color: #007A00;
}
div#hilite {
	float: right;
	width: 195px; /* This value is 435px - Width of Central Image, leaves a 15px margin */
	margin: 0;
	font-weight: bold;
	font-size: 1.15em;
}
div#hilite h3 {
	font-size: 1.1em;
}
div#hilite img {
	margin-bottom: 1em;
}
div#hilite ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div.fw180 {
	float: left;
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
}
p#footLinks {
	text-align: center;
}

/* Navigation
   ---------- */
div#nav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	margin-left: 3px;
	text-align: left;
	display: inline;
	background-repeat: no-repeat;
	background-image: url(../images/nav_back_david_kinsey.jpg);
	/*height: 440px;*/
}

div#nav div#logos2 {
	width: 190px;
	margin-top: 250px;
	border-top: 0;
	text-align: center;
}
div#nav div#logos p {
	font-size: 0.7em;
}
div#nav div {
	width: 170px;
	margin-top: 250px;
	margin-left: 15px;
	border-top: 1px solid #A6B6A4;
}

div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#nav ul li {
	font-size: 0.9em;
}
div#nav ul li li, div#nav ul li li li {
	font-size: 1em;
}
* html div#nav ul li { /* Fix for IE 5.5 / 6 adding space between LI items */
	vertical-align: bottom;
}
div#nav ul li a {
	text-decoration: none;
	color: #030;
	display: block;
	padding: 5px 7px 6px 7px;
	border-bottom: 1px solid #A6B6A4;
}
* html div#nav ul li a { /* Expand a block for IE 5.5 / 6 to allow click anywhere */
	height: 100%;
}
div#nav ul li li a {
	padding-left: 20px;
}
div#nav ul li li li a {
	padding-left: 40px;
}
/* The following code is used to hilight Navigation */
div#nav ul li.sel a {
	background-color: #EDE4C9;
}
div#nav ul li.sel li a {
	background-color: transparent;
}
div#nav ul li a:hover {
	background-color: #E7E4D9;
}
div#nav ul li li a:hover {
	background-color: #E7E4D9;
}

/* Footer
   ------ */
div#footer { 
	clear: both;
	color: #030;
	background-color: #E7E4D9;
	text-align: center;
	width: 680px;
	margin-left: 3px;
	border-top: 10px solid #030;
	border-bottom: 3px solid #CEC7B5;
}
div#footer div {
	width: 640px;
	margin: auto;
	padding-top: 4px;
	text-align: center;
}
div#footer h3 {
	float: left;
	text-align: left;
}
div#footer h3 span {
	font-size: 0.8em;
	font-weight: normal;
}
div#footer p {
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 140%;
}
div#footer p#links {
	font-family: Arial, Helvetica, sans-serif;
}