html{ font-size:16px; } /* Make sure the default is always 16px */
html { min-height: 100%; margin-bottom: 1px; }
body{
	font-size:62.5%; /* 16px * 62.5% = 10px : 1em now = 10px */
	background-color: #A8D9AD;
	background-image: url(../images/bg_body.png);
	background-repeat:repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 950px;
	margin: 0;
	padding-top: 1em;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
}
dt {font-weight: bold;}
dd {padding-bottom: .6em;}
td {vertical-align:top;}
h1, h2, h3, h4, h5 {text-align:center; font-variant:small-caps; font-style:italic;}
h1 {color: #003300;}
a:link, a:visited {
	font-size: 1.1em;
	color: #003300;
	text-decoration:none;
	font-style:italic;
}
a:hover {
	color:#df4408;
	text-decoration:underline;
}
#wrapper {
	min-height:600px;
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: #000000 1px solid;
}
.head {
	padding-bottom: 1em;
	padding-left: 1em;
}
.head h1 {font-size: 2.5em; font-style: italic; font-variant: small-caps; color: #000000;}
#slideshow1 {
	background-image:url(../images/bg_slideshow.png);
	background-repeat:no-repeat;
	height: 304px;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}
.slideshow {
	margin-top:2.25em;
}
#content_index {
	font-size: 1.3em;
	padding: 1.1em;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}
#leftnav {
	vertical-align:top;
	height: 100%;
	border-right: solid #000 .1em;
}
#rightcontent {
	padding: 1em;
}
#list td {
	padding: .3em 0;
}
.odd {
	background-color: #70c779;
}
.floatleft {
	float: left;
	padding-right: .5em;
}
.floatright {
	float: right;
	padding-left: .5em;
}
