@charset "UTF-8";
/* CSS Document */

body {
	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: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	line-height: 18px;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
p, ul {
	font-size: 70%;
}
#container {
	width: 950px;

	margin: 0 auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
h1,h2,h3,h4,h5,h6 {
	font-family: Garamond, Century, "Times New Roman", serif;
	line-height: 14px;
	color: #8E6129;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8E6129;
	font-size: 140%;
	font-weight: normal;
}
#apDiv1 {
	position:relative;width: 600px;
	right: 5px;
	top:55px;
}
#apDiv2 {
	position:absolute;
	left:50%;
	margin-left: -420px;
	top:82px;
}
#apDiv3 {
	position:relative;
	left:24px;
	top:0px;
	width:896px;
	height:308px;
	margin-bottom: 100px;
padding-bottom: 100px;
	z-index:3;
	text-align: left;
}
#apDiv4 {
	position:relative;
	float: left;
	left:50%;
	margin-left: -200px;
	top:260px;
	width:900px;
}
a {
	font-family: Garamond, Century, Times New Roman, serif;
	font-size: 14px;
	color: #750000;
}
a:link {
	text-decoration: none;
	color: #956A34;
}
a:visited {
	text-decoration: none;
	color: #956A34;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #A70101;
}
.style1 {
	padding: 0px 50px 0px 10px;
	margin: 18px 0px 0px 0px;
	font-size: 160%;
	font-variant: small-caps;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8E6129;
	line-height: 25px;
}
#apDiv5 {
	position:fixed;
	bottom:0px;
	width:100%;
	height:30px;
	z-index:4;
	background-image: url(images/bottom.gif);
}
#small {
	margin: 0px 50px 0px 50px;
}
