﻿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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-image: url('backgrounds/background_light.jpg');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#CSSmenu {
	background-color: #FBF3EA;
	margin-left: 10px;
	position: absolute;
	width: 580px;
	float: left;
	height: 20px;
	top: 175px;
	left: 0px;
}
#CSSmenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FBF3EA;
	border: 1px solid #FF9900;
	margin-right: 4px;
	position: relative;
	width: 110px;
	height: 20px;
	display: inline;
	float: left;
	list-style-type: none;
}
#CSSmenu li:hover ul {
	visibility: visible;
}
#CSSmenu li a {
	color: #000066;
	text-decoration: none;
	line-height: 20px;
	background-color: #FBF3EA;
	padding-left: 5px;
	width: 105px;
	height: 20px;
	display: block;
	float: left;
}
#CSSmenu li ul {
	position: relative;
	width: 110px;
	height: auto;
	top: 1px;
	left: 0px;
	visibility: hidden;
}
#CSSmenu li ul li {
	border-style: none;
}
#CSSmenu li ul li a {
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #FF9933;
	margin-top: 3px;
	width: 102px;
}
#menuBox {
	position: absolute;
	top: 45px;
}
#header {
	display: block;
	position: relative;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#Cssmenu li a:hover {
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #CC3300;
	padding-left: 2px;
}
#CSSmenu li ul li a:hover {
	color: #333333;
	padding-left: 5px;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #CC3300;
}
#header img {
	margin: 1px;
	position: fixed;
	left: 650px;
}
#content {
	padding: 10px 20px 10px 20px;
}
#content h1 {
	color: #800000;
	font-weight: bold;
	font-size: 2.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: center;
}
#content img {
	padding: 0px;
	margin: 10px;
}
#content p {
	margin-bottom: 10px;
}
.alignCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.alignLeft {
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: left;
}
.alignRight {
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: right;
}
#content h2 {
	color: #800000;
	font-weight: bold;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
}
#footer {
	font-size: 0.8em;
	padding: 10px 20px 10px 20px;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
}
#header img {
	position: absolute;
}
#content h3 {
	color: #800000;
	font-weight: bold;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
#HomePageContent {
}
#HomePageContent h3 {
	text-align: center;
}
.footerBox {
	padding: 10px 20px 10px 20px;
	border: 1px solid #000000;
}
.footerLinks {
	margin: 10px 10px 20px 10px;
	padding-bottom: 20px;
}
.catagory_box {
	padding: 2px;
}
.catagory_box:hover {
	border: 2px solid #FF9900;
	padding: 0px;
}
.CenterImage {
	text-align: center;
}
