﻿@charset "utf-8";
/* CSS Document */
body {
	background: #B8B870;
	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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #33000;	
}


.oneColFixCtr #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B8B870; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	height: 550px;
	font-family: "Times New Roman", Times, serif;
	color: #330000;
	top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtr #container780 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FAF6DA; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #330000;
	text-align: left;
	margin-top: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #330000;
	height: 540px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 950px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #330000;
}

.oneColFixCtr #whitebackground {
	background:#FFFFFF;
	height: 925px;
}



.oneColFixCtr #apDiv1 {
	position:relative;
	left:45px;
	top:-20px;
	width:980px;
	height:90px;
	z-index:5;
}
.oneColFixCtr  #apDiv13  {
	position: relative;
	height: 50px;
	width: 780px;
	top: -50px;
	left: 40px;
}
.oneColFixCtr #apDiv22 {
	height: 20px;
	width: 300px;
	left: 570px;
	position: relative;
	visibility: visible;
	top: -10px;
}
.oneColFixCtr #apDiv14 {
	font-family: "Times New Roman", Times, serif;
	height: 50px;
	width: 500px;
	left: -50px;
	top: 0px;
	font-size: 14px;
	position: relative;
}

.oneColFixCtr   #linksContent {
	width: 120px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 85px;
	background: #FAF6DA;
	padding: 0px;
	border: thin none #660000;
	cursor: default;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	left: 585px;
	top: -100px;
	margin: 10px;
	z-index: 6;
}















.style1 {
	font-variant: normal;
	font-size: 60px;
	color: #330000;
	padding-bottom: 0px;
	padding-top: 0px;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #330000;
	position: relative;
	top: 50px;
	left: 155px;
}

 .style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #330000;
	background-color: #FAF6FD;
	} 
a:link {
	color: #330000;
}
a:visited {
	color: #330000;
}
a:hover {
	color: #663333;
}
a:active {
	color: #663333;
}
