@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999999;
	height: auto;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: auto;
}
.oneColFixCtr #mainContent {
	padding-right: 25px;
	padding-left: 25px;

}
#MainMenuItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
.MainMenuItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #666666;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}

a.MainMenuItems:hover {
	font-weight: bold;
	color: #333333;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
}


#TopBanner {
	background-color: #FFFFFF;
	background-image: url(../Images/BannerBg.jpg);
	height: 205px;
	background-repeat: no-repeat;
	background-position: center;
	clear: left;
}
.MainContentHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	font-weight: bold;
}

.BannerText {
	font-family: "Bradley Hand ITC", "Book Antiqua";
	font-size: 30px;
	font-weight: bolder;
	color: #000000;
	margin-left: 30px;
}
.BannerSubText {
	font-family: "Bradley Hand ITC", "Book Antiqua";
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	margin-left: 55px;
}
#FlashObj {
	float: right;
	height: 200px;
	width: 300px;
	margin-right: 15%;
}
.MainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	overflow: visible;
	height: auto;
}
#SamplesBg1 {
	background-color: #66cc33;
	float: left;
	height: 260px;
	width: 365px;
	padding-left: 10px;
	padding-top: 0px;
}
#SamplesBg2 {
	background-color: #ccff66;
	float: right;
	height: 260px;
	width: 365px;
}
#apDiv3 {
	position:absolute;
	left:55%;
	top:30px;
	width:305px;
	height:210px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	width:155px;
	height:104px;
	z-index:2;
	overflow: visible;
	left: 15%;
	top: 522px;
}
.ExampleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
img.floatLeft {
	float: left;
	margin: 10px;
}
img.floatRight {
	float: right;
	margin: 10px;
}
.ExampleText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Footer {
	background-image: url(../Images/FooterBg.jpg);
	background-position: center;
	height: 18px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}
.MainMenuItemSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #006633;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
