body { 
	margin: 0;
	padding: 0;
	background-color: #F7F7F7;
	background-image: url('images/bodyback.jpg');
	background-repeat: repeat;
	}
body,p,div,td,li { font-family: Arial, sans-serif; font-size: 12pt; }

h2 { margin: 10px 0; font-family: 'Graduate', cursive; font-size: 26pt; text-transform: uppercase; color: rgb(229,197,36); text-shadow: 2px 2px 0px rgb(0,0,0); }
h3 { margin: 20px 0 -10px 0; font-family: 'Graduate', cursive; font-size: 18pt; color: #1E1104; font-weight: normal; }
h3 span.bfta { font-family: 'Bevan', cursive; font-size: 18pt; }
h4 { }
h5 { }
h6 { }

h1 {
	position: absolute;
	top: 75px;
	left: 27px;
	margin: 0;
	font-family: 'Bevan', cursive;
	font-size: 36pt;
	color: rgb(229,197,36);
	text-shadow: 4px 4px 1px rgb(0,0,0);
	}
h1 a span  { color: rgb(229,197,36); }
p.headersub { 
	position: absolute;
	top: 135px;
	left: 30px;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #1E1104;
	}


div.footer p { margin: 0; text-align: center; padding-top: 100px; font: 9pt Arial,sans-serif; color: #CCCCCC; }
a,a:visited,a:active { text-decoration: none; color: #333; }
a:hover { color: #DDD; }

div.container {
	margin: 0;
	padding: 0;
	background: url('images/layerback.jpg') repeat-x left top;
	}

div.header {
	position: relative;
	width: 849px;
	height: 217px;
	margin: 0 auto;
	padding: 0;
	background: url('images/header.jpg') no-repeat left top;
	}

div.mainbody {
	position: relative;
	width: 849px;
	margin: 0 auto;
	padding: 0;
	background-color: white;
	}

div.content {
	float: left;
	width: 559px;
	padding: 30px;
	}

div.sidebar {
	float: right;
	width: 230px;
	padding: 0;
	}

div.footer {
	position: relative;
	clear: both;
	width: 849px;
	height: 256px;
	margin: 0 auto;
	padding: 0px;
	background: url('images/footer.jpg') no-repeat left top;
	}


/* MAIN MENU */

div.mainmenu {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 35px;
	padding: 0;
	margin: 0;
	}

div.mainmenu ul { float: right; margin: 0; padding: 0px 15px 0px 0px; list-style: none; line-height: normal; }
div.mainmenu li { float: left; }

div.mainmenu a {
	display: block;
	width: 100px;
	height: 30px;
	margin-left: 10px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 16pt;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	background: rgb(96,87,63); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNTczZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjExMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(96,87,63,1) 0%, rgba(22,17,8,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,87,63,1)), color-stop(100%,rgba(22,17,8,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(96,87,63,1) 0%,rgba(22,17,8,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(96,87,63,1) 0%,rgba(22,17,8,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(96,87,63,1) 0%,rgba(22,17,8,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(96,87,63,1) 0%,rgba(22,17,8,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60573f', endColorstr='#161108',GradientType=0 ); /* IE6-8 */
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	}

div.mainmenu a:hover, div.mainmenu .current a { text-decoration: none; }
div.mainmenu .current a { background: #FFF; padding-left: 0; color: #493E2B; }
div.mainmenu a:hover, div.mainmenu .current_page_item a { text-decoration: none; }
div.mainmenu .current_page_item a { background: #FFF; padding-left: 0; color: #493E2B; }


/* SIDEBAR ELEMENTS */

div.sidebar h3 {
	width: 100%;
	margin:0 0 5px -15px;
	padding:5px 0 7px 15px;
	font-family: 'Graduate', cursive;
	font-weight:100;
	color:#171a5a;
	font-size:16pt;
	line-height:16pt;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	text-transform:uppercase;
	background: rgb(241,231,103); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjFlNzY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYjY0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	border-top:1px solid rgb(255,255,255);
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-khtml-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	}
	
div.sidebar p {
	font-size: 10pt;
	text-align: left;
	}



img.logo { margin: 0 auto; padding: 30px 0; }