body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-repeat: repeat;
	background-image: url(images/yellowtile.gif);
}
p {
	text-align: justify;
	padding: 2px;
	font-size: medium;
}


#maples {
	background-image: url(images/maples.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: fixed;
	height: 200px;
	width: 1500px;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.center {
	text-align: center;
}


#content {
	background-color: #FFFFCC;
	margin: 0px;
	height: auto;
	width: 766px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF4500;
	border-left-color: #FF4500;
	display: table;
	padding: 5px;
	clear: both;
}

#nav {
	margin: 0;
	height: .8em;
	background: url(images/nav_1.jpg);
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

#nav ul {
	margin: 0;
	padding: 0;
	background: url(images/nav_1.jpg);
	height: 26px;
}

#nav ul li {
	list-style: none;
	display: inline;
}

#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	color: #FFBF46;	
	padding: 0 27px;
	font-size: 1.7em;
	background: url(images/nav_1.jpg);
	text-decoration: none;
}
#nav ul li a:hover {
	background-image: url(images/nav_2.jpg);
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#footerlinks {
	font-size: 1em;
	padding: 0px;
	width: 780px;
	height: 100%;
	text-align: center;
	display: block;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#wrap {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 780px;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(images/bg_h_2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 776px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF4500;
	border-right-color: #FF4500;
	border-bottom-color: #FF4500;
	border-left-color: #FF4500;
}

.box {
	background-color: #FFFF97;
	display: block;
	margin: 5px;
	float: right;
	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: #FF4500;
	border-right-color: #FF4500;
	border-bottom-color: #FF4500;
	border-left-color: #FF4500;
	background-image: url(images/bottom_bar.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	-moz-border-radius: 10px 10px 0 0;
}
h1 {
	font-size: x-large;
}


.evan {
	display: block;
	float: left;
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF4300;
	text-align: center;
	background-image: url(images/evan.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}
.bottom {
	float: left;
	height: 10px;
	width: 750px;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
	left: auto;
	right: auto;
	bottom: inherit;
}


.odd {
	display: block;
	float: left;
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF4300;
	text-align: center;
	background-image: url(images/odd.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#menu {
	width: 100%;
	float: left;
	height: 30px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 8em;
float: left;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

#menu h2 {
	background-image: url(images/nav_1.jpg);
	background-repeat: repeat-x;
	color: #FFCC00;
}

#menu a {
	color: #FFCC00;
	text-decoration: none;
	background-image: url(images/nav_2.jpg);
	background-repeat: repeat-x;
}

#menu a:hover {
	color: #FF9900;
	background-repeat: repeat-x;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
