@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;	
	margin: 0 0 11px 0;
}


/* ------   END CSS RESET      ----------- */




body {
	background: #70220c url(../images/bg-noise.gif) left repeat;
	font-family: "Comic Sans MS","Comic Sans","Trebuchet MS", "lucida grande", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #006600;
	line-height:18px;
}
p {
	margin: 0 0 16px 0;
}
h1 {
	margin:0 0 13px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	line-height: 38px;
	font-weight: normal;
}
h2 {
	margin:0 0 10px 0;
	padding:0;
	font-family: "Comic Sans MS","Comic Sans","Trebuchet MS", "lucida grande", Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
}
h3 {
	font-family: "Comic Sans MS","Comic Sans","Trebuchet MS", "lucida grande", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	color: #80220c;
	margin:14px 0 9px 0;
}
table {
	margin:3px 0 12px 2px;
	color: #222;
	background-color:#F1ECE7;
}
tr {
	border: 1px solid #DDD4C9;
}
th {
	text-align: left;
	border: 1px solid #DDD4C9;
	padding: 2px 4px;
	background-color:#EDDCC8;
	color: #000;
}
td {
	border-left: 1px solid #ddd;
	padding-left: 4px;
}
#container {
	background: url(../images/bg-maple3.jpg) left repeat-y;
	margin:0;
	padding:0;
	width:100%;
}
#header {
	background: url(../images/bg-grad-noise-header.gif) top left repeat-x;
	margin:0;
	padding:0;
	width:100%;
	height: 276px;
}
#header-flash {
	margin:0;
	padding:0;
	height: 276px;
}
#no-flash-content {
	color: #440000;
	height: 276px;
	display: block;
	margin:0;
	padding:0;
	background-image: url(../images/bg-maple-header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#no-flash-content h1, #no-flash-content h3 {
	margin: 0 0 10px 150px;
}
#no-flash-content h1 {
	padding-top: 85px;
}
#no-flash-content ul {
	margin: 45px 0 0 150px;
	height: 30px;
	display:block;
}
#no-flash-content li {
	float: left;
	margin: 0 15px 0 0;
}
#no-flash-content ul li a:link, #header-flash ul li a:visited {
	color: #000;
}
#content {
	width:425px;
	margin:0 0 0 150px;
	padding:0 0 30px 0;
	overflow: hidden;
}
#footer-outer {
	margin:0;
	padding:0;
	clear: both;
	background: #70220c url(../images/bg-noise.gif) left repeat;
}
#footer {
	margin:0;
	padding:0 0 10px 0;
	height: 127px;
	display:block;
	background-image: url(../images/bg-maple-footer2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer-content {
	position: relative;
	padding: 0;
}
#footer-content a:link, #footer-content a:visited {
	color: #FFFFCC;
}
#admin {
	position:absolute;
	top: 30px;
	text-align: center;
	width: 725px;
}
#admin a:link, #admin a:visited {
	color:#7F4D1B;
	text-decoration: none;
}
#admin a:hover {
	color:#000;
	text-decoration: none;
}
#credits {
	position:absolute;
	top: 100px;
	text-align: center;
	width: 725px;
}
#credits a:link, #credits a:visited {
	text-decoration: none;
}
#credits a:hover {
	text-decoration: underline;
}
.titleCaps {
	text-transform: capitalize;
}
b, strong {
	color: #000;
}


