@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColElsCtr #container {
	width: 765px; /* the auto margins (in conjunction with a width) center the page */
	border: thick ridge #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-color: #ede7ce;
}
.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 765px;
	background-image: none;
	height: 600px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36;
	font-style: italic;
	line-height: none;
	font-weight: normal;
	font-variant: none;
	text-transform: capitalize;
	color: #ff0700;
	text-decoration: none;

}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}


style1 {
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}
body {
	background-image: url(images/fadedbackgroundfive.jpg);
	background-repeat: repeat;
	background-position: center center;
	top: auto;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
head {
	background-image: url(images/headerpiccolortwelve.jpg);
}

style2 {
	font-size: 24px;
	font-family: Tahoma;
	font-style: normal;
	color: #FF0000;
}

#apDiv1 {
	position:absolute;
	width:435px;
	height:28px;
	z-index:1;
	left: 400px;
	top: 79px;
}
.style1 {color: #FFFFFF}
#apDiv2 {
	
}
.style2 {color: #FFFF00}
.style3 {color: #FF0000; }
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #00FFFF;
}
.style4 {
	color: #FFFFFF;
	font-size: xx-large;
}
footer {
	background-image: url(images/headerpictwo.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-repeat: no-repeat;
	padding: 20px;
	margin: 10px;
}
</style>
