@charset "UTF-8";
body {
	background-image: url(../images/bg.png);
	background-position: center top;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-repeat: repeat-x;
}
#apDiv1 {
	width:900px;
	z-index:1;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.mainbody {
	background-image: url(../images/bgdiv.png);
	margin-top: -21px;
}
.content {
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #3DBDB6;
	text-decoration: underline;
}
a:active {
	color: #3DBDB6;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-weight: lighter;
	font-variant: small-caps;
	color: #000;
	text-decoration: blink;
	text-transform: capitalize;
	background-image: url(../images/h1.png);
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
	background-repeat: no-repeat;
	font-size: 30px;
}
.graphics {
	border: 7px solid #0B2980;
	margin: 11px;
}
.flash {
	border: 13px solid #FFF;
	padding: 5px;
	text-align: center;
}
.footer {
	font-size: 12px;
	color: #333;
	text-align: center;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
