html,body {
	width:100%;
	text-align: center;
	height: 100%;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	margin:0px;
	padding:0px;
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat;
}
#header {
	background-color: #006699;
	color: #CCCCCC;
	font-weight: bold;
	padding: 8px;
	border: 3px double #333333;
	background-image: url(images/headerBG.gif);
	background-repeat: repeat;
}
#maincontent {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
p {
	text-align: justify;
	padding-right: 80px;
	padding-left: 80px;
	font-weight: normal;
}
h2 {
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-size: 14px;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #006699;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	padding: 2px;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #006699;
	text-decoration: none;
	padding: 2px;
	background-color: #CCCCCC;
}
ul {
	text-align: left;
	padding-right: 80px;
	padding-left: 80px;
	font-weight: normal;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #006699;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
a.headlinks:link {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 14px;
	padding: 2px;
	font-weight: bold;
}
a.headlinks:visited {
	text-decoration: none;
	padding: 2px;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
a.headlinks:hover {
	color: #006699;
	text-decoration: none;
	padding: 2px;
	background-color: #CCCCCC;
}
a.headlinks:active {
	color: #CCCC99;
	text-decoration: none;
	padding: 2px;
	background-color: #FFFFFF;
}
a.AP14nav:link {
	text-decoration: none;
	color: #006699;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
}
a.AP14nav:visited {
	text-decoration: none;
	padding: 2px;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}
a.AP14nav:hover {
	color: #000000;
	text-decoration: none;
	padding: 2px;
	background-color: #CCCC99;
}
a.AP14nav:active {
	color: #CCCC99;
	text-decoration: none;
	padding: 2px;
	background-color: #FFFFFF;
}
#body {
	position:absolute;
	width:80%;
	margin-top:10px;
	padding:15px;
	top: -3px;
	left: 10%;
	right: 10%;
}
.floatleft {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}
.floatright {
	float: right;
	padding-right: 20px;
	padding-left: 8px;
}
form {
	text-align:center;
}
.paypal {
}

#AP14nav {
	font-weight: bold;
	color: #006699;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}
hr {
	width: 50%;
	margin-top: 15px;
	margin-bottom: 15px;
}

