/*
Copyright (c) 2009, Leonard A. Moore All rights reserved.
version: 1.00.01
tweaked by Lennie Moore
*/

html {
	color:#374D3C;
	background:#DADAD4;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

body {font-size:1em; text-align:center;}

p {font-size: 1em; line-height: 1.5em; margin: 0 0 1.5em 0;}

table {font-size:inherit;font:100%; border-collapse:collapse; border-spacing:0;}

img {
	border: medium solid #AFAFA8;
}

address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}

h1 {font-size: 3em; line-height: 4em; margin-top: 0px; margin-bottom: 10px;	text-align: center;}

h2 {font-size: 2em;	line-height: 3em; margin-top: 0px; margin-bottom: 10px;}

h3 {font-size: 1.5em; line-height: 2em;	margin-top: 0px; margin-bottom: 10px;}

h4 {font-size: 1.1667em; line-height: 1.286em; margin-top: 0px;	margin-bottom: 10px;}

h5 {font-size: 1em;	line-height: 1.1667em; margin-top: 0px;	margin-bottom: 10px;}

h6 {font-size: 0.8333em; line-height: 1em; margin-top: 0px;	margin-bottom: 10px;}

h1,h2,h3,h4,h5,h6 {/*bringing boldness back to headers*/
	font-weight:bold;
	color: #4A6751;
}

strong {/*bringing boldness back to the strong element*/
	font-weight:bold;}

em {/*bringing italics back to the em element*/
	font-style:italic;}

a:link {
	color: #355842;
}

a:visited {
	color: #4A6751;
}

a:hover {
	color: #F29F01;
}

a:active {
	color: #374D3C;
}

.centernote {text-align: center;}

.sidenote {font-size: 0.8333em; line-height: 1.8em; text-align: right;}

li {list-style:none;}

blockquote,ul,ol,dl {/*giving blockquotes and lists room to breath*/
	margin:1em;}

ol,ul,dl {/*bringing lists on to the page with breathing room */
	margin-left:2em;}

th,td {/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:0.5em;
}

th {/*distinguishing table headers from data cells*/
	font-weight:bold; text-align:center;}

caption {/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;}

q:before,q:after {content:'';}

abbr,acronym {border:0; font-variant:normal;}

sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}

input,textarea,select {font-family:inherit; font-size:inherit; font-weight:inherit;}

legend {
	color:#374D3C;
}

pre,code,kbd,samp,tt {font-family:monospace; *font-size:1.08em; line-height:1em;}

#footer {clear:both; text-align: center; font-size: 0.6667em;}

abbr,acronym {/*indicating to users that more info is available */
	border-bottom:1px dotted #374D3C;
	cursor:help;
} 

p,fieldset,table,pre {/*so things don't run into each other*/
	margin-bottom:1em;}

/* setting a consistent width, 160px; 
   control of type=file still not possible */

input[type=text],input[type=password],textarea {width:12.25em; *width:11.9em;}
