@charset "utf-8";
body {
	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-image: url(../Images/images/browser_jpg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../Images/container.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #Nav {
	font-family: "Lithos Pro Regular";
	font-weight: bold;
	background-color: #FFF;
	text-align: center;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #006;
	border-bottom-color: #006;
}
.oneColFixCtrHdr #footer {
	font-family: "Lithos Pro Regular";
	position: relative;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #F7EB50;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #024B8F;
}


.oneColFixCtrHdr #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 */
}
#apDiv1 {
	position:relative;
	width:auto;
	z-index:1;
	text-align: left;
	padding: 3px;
}

a:link {
	color: #006;
	text-decoration: none;
}

a:visited {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #006;
	text-decoration: none;
}
.webimage {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-repeat: no-repeat;
	margin: 1px;
	padding: 5px;
	border: 1px inset #EAF51D;
	background-color: #FFF;
}
h3 {
	font-family: "Lithos Pro Regular";
	font-weight: normal;
	color: #F7EB50;

}
h2 {
	font-weight: bolder;
	color: #FFF003;
	font-family: Papyrus;
	font-size: xx-large;
}
