body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D0CC44;
	color: #493D1B;
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* Sitewide Links
--------------------------------*/
a:link, a:visited {
	color: #996633;
	text-decoration: none;
}

a:hover, a:active {
	color: #669900;
	text-decoration: underline;
}

/* All Headings
--------------------------------*/

h1,h2,h3,h4,h5,h6 {
	line-height: normal;
	font-weight: normal;
	color: #939128;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	background-image: url(../images/leaf-design.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}
#header {
	float: left;
	width: 910px;
	height: 180px;
	background-image: url(../images/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#language {
	width: 200px;
	float: right;
	position: relative;
	top: 15px;
	right: 30px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}



#mainContent {
	float: right;
	width: 640px;
	margin-right: 30px;
	padding-bottom: 40px;
	min-height: 450px;
	display: inline;
}
#mainContent p {
	line-height: 1.5;
}
#mainContent h1 {
	font-size: 24px;
	padding-top: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDD90;
}
#mainContent h2 {
	font-size: 16px;
}

#mainContent table {
	border: 1px solid #C7E09F;
	font-size: 12px;
	font-weight: bold;
	background-color: #DCDB89;
}
#mainContent td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F5F7EA;
}
#mainContent ul {
	line-height: 1.5;
}
#mainContent blockquote {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DFDD90;
	padding-left: 10px;
	font-size: 14px;
}



/* navigation with suckerfish dropdowns
--------------------------------*/

#navigation {
	width: 180px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DFDD90;
	float: left;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
#navigation a {
	color: #6D5926;
	text-decoration: none;
	width: 170px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	color: #959E41;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	}
	
#navigation ul li {
	position: relative;
	text-align: left;
	}
	
#navigation li ul {
	position: absolute;
	left: 180px; /* Set 1px less than menu width */
	top: -1px;
	display: none;
	background-color: #DFDD90;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	}

#navigation ul li a {
	display: block;
	text-decoration: none;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDD90;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
#navigation img {
	margin-top: 20px;
}

#navigation object {
	margin-top: 20px;
}

	
/* Holly Hack. Stupid IE Requirement \*/
* html ul li {
	height: 1%;
	float: left;
}

* html ul li a {
	height: 1%;
}
/* End */


/* Dropdown menus */
#navigation li:hover ul, #navigation li.over ul {
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #EFEEC7;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D9D77B;
	border-right-color: #D9D77B;
	border-left-color: #D9D77B;
	font-size: 12px;
}


#footer {
	clear: both;
	width: 850px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	background-image: url(../images/footerBg.jpg);
	background-color: #D0CC44;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#footer ul li {
	display: inline;
	padding-right: 5px;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C7E09F;
	padding-left: 5px;
}
#footer p {
	text-align: center;
	font-size: 11px;
	line-height: 3em;
	color: #996633;
}
#footer p a {
	color: #666600;
	text-decoration: underline;
}

.right {
	clear: right;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
.left {
	clear: left;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}
img.padded {
	padding-right: 10px;
	padding-left: 10px;
}
