/* BASIC */
body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}

/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px black;
}


/* BANNER */
#banner {
	background: url(images09/header.jpg) no-repeat left bottom;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	margin-left: 10px;
}
#banner li a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font: 1.1em "Trebuchet MS";
}
.seperator {
	border-right: 1px solid #666;
	padding-right:10px;
}

/* NAV BAR */

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/bg_nav.png) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#mainNav li a:hover {
	background: url(images/bg_nav_h.png);
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }


/* MAIN CONTENT */

#main h1 {
	color: #663900;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.3em Georgia, "Times New Roman", Times, serif;
}

#main h2 {
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

#main p {
	font-size: 1.4em;
	margin-bottom: 10px;
}

/* SIDEBAR */
#sidebar {
	background-color: #E1EFDE;
}

#sidebar h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 7px 8px 0;
	margin-bottom: 10px;
	border-top: 3px solid #CC6600;
	background: url(images/bg_nav_h.png) repeat-x left bottom;
	margin-top: 0px;
}
#sidebar p {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #666666;
}
#sidebar h3 {
	font-size: 1.1em;
	margin-right: 5px;
	margin-left: 5px;
	color: #663900;
	margin-bottom: 3px;
}
#sidebar h3 a {
	color: #663900;
}

#sidebar a:hover {
	color: #CC3300;
}

/* ADVERTISING */
#adverts p {
	margin-bottom: 15px;
	text-align: center;
}

/* COPYRIGHT INFO */
#copyright {
	padding: 5px;
	border-top: 1px solid #000000;
	background-color: #E1EFDE;
	font-weight: bold;
	color: #000000;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
body {
	background-color: #91AF97;
	margin: 40px 0px 20px;
	padding: 0;
}

#banner {
	position: relative;
	z-index: 2;
	height: 249px;
}

/* fix IE 6: improperly positioning 
'subscribe' and 'about us' links in banner */
* html #banner {
}

#banner #badge {
	position: absolute;
	left: -40px;
	top: -40px;
	z-index: 1;
}

#banner #logo {
	margin-left: 0px;
}

#banner ul {
	position: absolute;
	right: 50px;
	bottom: 65px;
}

#main .figure {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
}

#main .figure p {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 168px;
	background-color: #FFF;
	border: 1px dashed #666666;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0;
}

#main .figure img {
	display: block;
}

#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
}

#sidebar {
	position: absolute;
	top: 15px;
	left: 0;
	width: 170px;
}

#adverts {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 125px;
}


#main {
	margin-left: 170px;
	margin-right: 135px;
	padding: 0 15px 15px 20px;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;
}
#wrapperleft {
	background: url(images09/sideback1.jpg) repeat-y left top;
}
#figure {
	width: 320px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	border: 1px none #CCCB9B;
	margin-top: 15px;
	margin-right: 10px;
	float: left;
}
#figure p {
	left: 10px;
	bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin: 0px 0 0;
	height: 1.5em;
}
#figure img {
	padding: 10px;
	border: 1px solid #CCCB9B;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
*html .clear {
	height: 1px;
}
#figureNews {
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	border: 1px none #CCCB9B;
	margin-top: 15px;
	margin-right: 10px;
	float: left;
	width: 400px;
}
#figureNews p {

	left: 10px;
	bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin: 0px 0 0;
	height: 3em;
}
#figureNews img {

	padding: 10px;
	border: 1px solid #CCCB9B;
}
#figureR {

	width: 200px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	border: 1px none #CCCB9B;
	margin-top: 15px;
	margin-right: 10px;
	float: right;
}
#figureR p {

	left: 10px;
	bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin: 0px 0 0;
	height: 5em;
}
#figureR img {
	padding: 10px;
	border: 1px solid #CCCB9B;
}
.spacer {
	float: right;
	clear: both;
}
.clear {
	clear: both;
	width: 100%;
}
.300 {
	position: relative;
	width: 300px;
}
.Table {
	font-size: 1.2em;
	color: #000033;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
}
a:link {
	color: #054C52;
}
a:visited {
	color: #996600;
}
a:hover {
	color: #993300;
}
a:active {
	color: #CC6600;
}
#main h3 {

	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px none #106A9B;
	margin-bottom: 5px;
	color: #054C52;
}
