@charset "UTF-8";
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	font-weight: normal;
}
.headerimage {
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-color: #000000;
	outline-color: #000000;
}
.mainheader {
	font-family: "Century Gothic", Verdana, Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: right;
	vertical-align: top;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #99FE67;
	font-weight: normal;
	font-family: "Century Gothic", Verdana, Arial;
	color: #E6E6E6;
}
h1 {
	font-family: "Century Gothic", Verdana, Arial;
	color: #cc0033;
	font-style: normal;
	font-weight: normal;
	font-size: x-large;
}
h2 {
	color: #CC0033;
	font-family: "Century Gothic", Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	font-size: large;
}
h3 {
	font-family: Palatino, Times, "Times New Roman";
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #cc0033;
	text-decoration: none;
	padding: 0;
}
.twoColFixLtHdr #container {
	width: 90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #210f06;
	font-size: medium;
	font-weight: normal;
	padding: 6px;
} 
.twoColFixLtHdr #header {
	padding: 0;
	font-weight: normal;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	font-size: small;
	font-style: normal;
	font-family: "Century Gothic", Verdana, Arial;
	color: #CCFF66;
	font-weight: normal;
}
.twoColFixLtHdr #sidebar1 {
	padding: 0;
	background-color: #99ff66;
	border-top-color: #CC0033;
	border-right-color: #CC0033;
	border-bottom-color: #CC0033;
	border-left-color: #CC0033;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	vertical-align: top;
	color: #CC0033;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: large;
	font-weight: normal;
	width: 150px;
	float: none;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
	top: 3px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-weight: normal;
	font-size: small;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #000000;
	color: #CCFF66;
	font-size: small;
	font-family: "Century Gothic", Verdana, Arial;
	font-style: normal;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	font-weight: normal;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	font-weight: normal;
}
body,td,th {
	color: #FFFFFF;
	font-family: Century Gothic, Verdana, Arial;
	font-weight: normal;
}
.twoColFixLtHdr #container #header td {
	font-size: medium;
}
.twoColFixLtHdr #container #header table {
}
.style1 {
	color: #99FF66;
	font-weight: normal;
	font-size: small;
}
.twoColFixLtHdr #mainContent {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	background-color: #BFEB64;
	vertical-align: top;
	padding: 6px;
	margin: 3px;
} 
p {
	font-family: "Century Gothic", Verdana, Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: large;
	color: #000000;
}
img {
	background-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
blockquote {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.style2 {
	font-size: small;
	color: #FFFFFF;
}
#apDiv1 {
	position:relative;
	width:200px;
	height:115px;
	z-index:1;
}
.style3 {color: #000000}
a:link {
	color: #cc0033;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #0000FF;
}
a:visited {
}
.style5 {font-size: small}
