html{ font-size:16px; } /* Make sure the default is always 16px */
body{
	font-size:62.5%; /* 16px * 62.5% = 10px : 1em now = 10px */
	background-color: #133801;
	background-image:url(../images/bg_body.png);
	background-repeat: no-repeat;
	background-position: top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	min-width: 950px;
	margin: 0;
	padding-top: 1em;
}
img {
	border: 0;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
th {text-align: center;}
td {vertical-align: top;}
td p {
	padding: 0 1em;
	font-size: 1em;
	text-align: left;
}
#calendar td p {
	padding: 0 1em;
	font-size: 1.4em;
	text-align: left;
}
#calendar li {
	padding: 0 3em 0 0;
	font-size: 1.4em;
	text-align: left;
	margin-top: .6em;
	list-style:none;
}
p {
	padding: 0 1em;
	font-size: 1.4em;
	text-align: left;
}
li {
	font-size: 1.2em;
	padding: 0 1em;
}
dt, dd {font-size: 1.4em;}
dt {font-weight:bold; font-variant:small-caps; margin-top: .7em;}
dd {font-style:italic;}
dd a {font-style: normal;}
h1 {
	font-size: 2.4em;
	font-variant: small-caps;
	color: #000;
	font-style:italic;
}
h2 {
	font-size: 1.7em;
	font-variant: small-caps;
	color: #000;
}
h3 {
	font-size: 1.4em;
	color: #000;
}
h4 {
	font-size: 1em;
}
input {
	text-align: left;
}
#head h5 a{
	text-align: left;
	display:block; /* Required */
	width:948px; /* Width of image in question */
	height:140px; /* Height of image in question */
	position:relative; /* Required */
}
#head h5 a span{
	position:absolute; /* Required */
	width:100%; /* Stretch full width of parent */
	height:100%; /* Stretch full height of parent */
	background:url(../images/logo_2010.png); /* Image */
	background-position:center;
	background-repeat: no-repeat;
	cursor:pointer; /* Required for links to appear like links in IE */
}
#wrapper {
	min-height:425px;
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
/*	background-image: url(../images/wrap_top.png);
	height: 10em;
*/}
#content {
	background-color: #B58A44;
	border: ridge .5em #006600;
	min-height: 35em;
}
#main {
	text-align: left;
}
#main h1 {
	text-align: center;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
}
#contact {
	text-align: center;
}
#contact h2 {
	text-align:center;
	font-style: italic;
	font-variant:normal;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}#app {
	padding: .5em 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
#app th {
	font-size: 1.4em;
	text-align: center;
}
#app td {
	font-size: 1.4em;
}
#bene {}
#bene li {
	font-size: 1.4em;
	text-align:left;
}
#members {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#members table{
	border-collapse: collapse;
	width: 98%;
	padding: 1.5em 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#members th {
	font-size: 1.5em;
	padding-top: 1.5em;
	padding-bottom: .75em;
}
#members th.sub {
	font-size: 1.5em;
	padding-top: .5em;
	padding-bottom: .5em;
	font-style:italic;
	border-top: #003300 solid .2em;
}
#members td {
	font-size: 1.2em;
	padding: .2em .2em .2em 1em;
	text-align: left;
}
#members td a:link, #members td a:visited {
	text-decoration: none;
	color: #ffffff;
}
#members td a:hover {
	text-decoration: underline;
}
.author {font-size: .8em;}
.calendar {
	text-align:left;
	list-style: none;
	margin-left: -3em;
}
.cal_hr {
	width: 80%;
	color: #ffcc00;
}
.even {
	background-color:#58894b;
}
.floatleft {
	float: left;
	padding-right: .5em;
	padding-left: .25em;
}
.floatright {
	float: right;
	padding-left: .5em;
	padding-right:.25em;
}
.center {
	text-align: center;
}
.q {
	font-weight: bold;
	text-align: right;
}
.a {
	text-align: left;
}
