/* Global Styles */
/** {margin: 0;
	padding: 0;}*/

body {background: url(../images/backPat.gif) 50% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0;
	margin: 0;}
	
p {line-height: 18px;}

h1 {font-size: 22px;
	font-weight: normal;
	color: #3f3f3f;}
	
.quote {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e2e3d1;
	background: #a9ac71;
	padding: 10px;
	border: 1px solid #8b8d66;}
	
.quoteRight {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e2e3d1;
	background: #a9ac71;
	padding: 10px;
	border: 1px solid #8b8d66;
	float: right; 
	width: 225px; 
	margin-left: 15px; 
	margin-bottom: 8px;
	text-align: center;}
	
.quoteLeft {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e2e3d1;
	background: #a9ac71;
	padding: 10px;
	border: 1px solid #8b8d66;
	float: left; 
	width: 190px; 
	margin-right: 15px; 
	margin-bottom: 8px;
	text-align: center;}
	
h2 {font-size: 17px;
	background-color: #e2e3d1;
	padding: 4px;}
	
h3 {font-size: 12px;}
	
h3 span {font-weight: normal;
	font-size: 11px;}
	
h1 span {font-size: 12px;
	font-weight: bold;}
	
p span {font-size: 14px;
	color: #C00;
	font-weight: bold;}
	
a:link, a:visited {color: #adb63e;}

a:hover, a:active {color: #000;}


/* Layout Styles */

#container {width: 800px;
	margin-left: auto;
	margin-right: auto;}
	
#logo {float: left;
	width: 180px;
	height: 170px;
	padding: 30px 5px 0 15px;}
	
#headPhoto {padding: 10px;
	float: left;
	width: 580px;}
	
#nav {height: 30px;
	width: 800px;
	background: #a6ae44 url(../images/navBg.gif) repeat-x;
	text-align: right;
	font-size: 11px;}
	
#nav a:link, #nav a:visited {text-decoration: none;
	padding: 8px;
	color: #000;}

#nav a:hover, #nav a:active {background: #677222 url(../images/navBgHover.gif) repeat-x;
	color: #fff;
	padding: 8px;}

#nav ul {list-style: none;
	padding-top: 8px;
	margin-bottom: 8px;
	margin-right: 25px;}

#nav li {display: inline;
	font-weight: bold;}
	
#leftCol {width: 200px;
	float: left;}

#leftCol p {margin: 6px;
	padding: 0;
	font-size: 11px;}
	
#leftCol img {padding-top: 50px;}

#content {float: left;
	width: 540px;
	color: #3f3f3f;
	padding: 30px;}
	
#footer {border-top: 1px solid #e2e3d1;
	height: 100%;}
	
#footer p {text-align: right;
	color: #c2c4a5;
	padding-right: 20px;}
	
dt {font-weight: bold;
	margin-bottom: 3px;}

dd {padding-bottom: 8px;}

#form p {padding: 6px;
	margin: 0;}
	
#form td {border-bottom: 1px solid #ccc;}
	
.even {background: #e2e3d1;}

input, textarea {border: 1px solid #ccc;}

textarea {margin: 5px 0;}

#admin li {list-style: none;
	padding: 5px;
	margin: 0;}
	
#admin ul {padding: 0;
	margin: 0;}
	
.systemMessage {color: #CC0000;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;}
	
#leftCol li {line-height: 18px;
	padding-bottom: 8px;
	margin-left: -12px;
	padding: 3px;
	font-style: italic;}
	
input, textarea {border: 1px solid #ccc;}
 
