@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bkg/bkg.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: center;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #88603B;
	font-size: 2.7em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
}
h2 {
	color: #88603B;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
}
h1 + h2 {
	margin-top: 5px;
}
h3 {
	font-size: 1.0em;
}
p {
	margin-bottom: 0;
}
ul,li {
	margin-left: 0;
}
.callout {
	float: right;
	width: 160px;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0 10px 10px;
	color: #88603B;
	border: solid 1px #88603B;
	background: #F6F2EC;
}
#header {
	position: relative;
	width: 900px;
	height: 275px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/bkg/bkg-header.png) no-repeat;
	z-index: 2;
	background-image: url(../images/bkg/bkg-header.png);
}
#nav {
	position: absolute;
	width: 560px;
	font-size: 1.1em;
	font-weight: bold;
	left: 310px;
	top: 95px;
	z-index: 100;
}
#nav a {
	color: #88603B;
	text-decoration: none;
}
#menu-home {
	position: relative;
	left: 0;
}
.menu-item {
	position: relative;
	left: 35px;
}
#footer {
	position: relative;
	top: 0;
	width: 900px;
	font-size: 0.85em;
	font-weight: normal;
	color: #6AAF42;
	margin: 0 auto;
	background: url(../images/bkg/bkg-footer.png) bottom repeat-y;
	z-index: 3;
	height: 40px;
	background-image: url(../images/bkg/bkg-footer.png);
}
#content {
	position: relative;
	width: 650px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 10px 50px 20px 200px;
	background: url(../images/bkg/bkg-wrapper.png) repeat;
	z-index: 1;
}
#content img {
	float: left;
	margin: 10px 10px 10px 0;
}
#content-main {
	position: relative;
	width: 380px;
	z-index: 10;
	float: left;
}
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #content {
	height: 1%;
}
*:first-child+html #content {
	min-height: 1px;
}
#sidebar {
	position: relative;
	top: 10px;
	width: 237px;
	float: right;
}
.copyright {
	font-size: 0.9em;
	color: #88603B;
}
.copyright a {
	color: #88603B;
	text-decoration: underline;
}
#WDMLAlogo {
	position: absolute;
	top: 45px;
	left: 305px;
}
.cell {
	position: relative;
	top: 0;
	margin-bottom: 15px;
	background: #F6F2EC;
	border: solid 1px #88603B;
	border-top-width: 6px;
	padding: 10px 15px 15px 15px;
}
.cell-2col {
	position: absolute;
	left: 335px;
	top: 132px;
	width: 483px;
	height: 115px;
}
.cell h2 {
	margin: 0;
	margin-bottom: -5px;
}
.cell img {
	float: left;
	margin: 0 10px 10px -5px;
	margin-right: 15px;
}
*:first-child+html .cell-2col h2 {
	margin-bottom: 10px;
}
*:first-child+html .cell-2col ul {
	margin-top: 0;
}
.cell-2col h2 {
	font-size: 2.0em;
}
.cell-2col p {
	font-size: 1.1em;
	margin-top: 10px;
}
.cell-2col ul {
	font-size: 1.1em;
	clear: right;
}
.cell ul {
	margin-left: -15px;
	margin-bottom: 0;
}
table {
	border: 1px solid #88603B;
	width: 100%;
	background: #F6F2EC;
}
.tableheader {
	background: #88603B;
	font-weight: bold;
	color: #F6F2EC;
}
td {
	padding: 10px;
}
hr {
	width: 100%;
	height: 1px;
	color: #88603B;
	margin: 25px 0 25px 0;
}
#calendar {
	border-width: 0;
	margin-top: 20px;
	width: 650px;
	height: 650px;
	color: #A32929;
}
.grayedout {
	color: #F1EBE2;
}
