/*****************  
GLOBAL
*****************/

body {
	margin: 0;
	padding: 0;
	font: small "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	color: #3A2D1B;
	background: #ffeea9;
	}
	
form {
	padding-bottom: 15px;
	}

.textfield {
	background-color:#FFFFCC;
	border: #663333 dotted 1px;
	margin: 2px;
	padding: 2px;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	padding: 0;
	margin: 0;
	}
	
h1 {
	text-indent: -9999px;
	width: 775px;
	height: 128px;
	margin: 0 auto;
	background: url(images/header.gif) top left no-repeat;
	}

h2 {
	color: #8E5018;
	margin-bottom: 30px;
	}

h2 span {
	font-size: 80%;
	}

h3 {
	color: #53652C;
	font-size: 130%;
	margin-bottom: 2px;
	}
	
h4 {
	text-align: left;
	font-size: 110%;
	color: #4D3117;
	margin-bottom: 10px;
	}
	
p {
	margin: 0 0 1.7em 0;
	line-height: 1.7em
	}
	
ul, li {
	list-style: none
	}

a:link, a:visited {
	color: #8E5018;
	font-weight: bold;
	}
	
a:hover {
	color: #62360D
	}
	
	
/*****************  
HEADER
*****************/

#header {
	border-top: 5px solid #5f8096;
	background-image: url(images/header_bg.gif);
	height: 128px;
	}


/*****************  
NAVIGATION
*****************/

#nav {
	background: #A7C572 url(images/nav.gif) top left repeat-x;
	border-bottom: 2px solid #89B95A;
	}
	
#nav ul {
	background: #A7C572 url(images/nav.gif) top left repeat-x;
	padding: 6px 0;
	text-align: left;
	font-size: 85%;
	width: 775px;
	margin: 0 auto;
	}

#nav ul li {
	display: inline;
	padding: 9px 0 7px 0;
	}

#nav ul li a {
	color: #425122;
	text-decoration: none;
	font-weight: bold;
	margin-right: 22px;
	text-shadow: #93AD62 1px 2px 1px;
	}

#nav ul li a:hover {
	color: #E8F9C3;
	}
	
	
/*****************  
STRUCTURE
*****************/

#wrapper {
	background: #ffeea9 url(images/bg.gif) top left repeat-x;
	text-align: left;
	}
	
#container {
	width: 775px;
	margin: 0 auto;
	padding-top: 30px;
	}
	
	
/*****************  
RIGHT COLUMN
*****************/

#rightCol {
	width: 258px;
	float: left;
	font-size: 85%;
	}

.rightblock {
	background: url(images/round_top.gif) top left no-repeat;
	padding-top: 10px;
	margin-bottom: 30px;
	}

.rightblockInner {
	background: url(images/round_bottom.gif) bottom left no-repeat;
	padding-bottom: 10px;
	}

.rightblockInnerMost {
	background-color: #f3d976;
	padding: 0 15px;
	overflow : hidden; _height : 1%;
	}

.rightblock p {
	margin: 0;
	}
	
	
/*****************  
LEFT COLUMN
*****************/

#leftCol {
	width: 475px;
	margin-right: 42px;
	float: left;
	font-size: 90%;
	}
	
	
/*****************  
FOOTER
*****************/

#footer {
	clear: left;
	font-size: 85%;
	text-align: left;
	color: #55452E;
	border-top: 2px solid #D9C06F;
	padding-top: 1.7em;
	}
