@charset "utf-8";
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: #000000;
	background-color: #E7D5B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	background-image: url(../image-files/papers.gif);
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 3px;
	font-size: 18pt;
}
h2 {
	background-image: url(../image-files/envelope.gif);
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 5px;
	font-size: 15pt;
}
h3 {
	font-size: 13pt;
}

p {
	margin: 0px;
	padding: 0px;
}



.DecorativeUnderline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #784C29;
}
.NarrowerDecorativeUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1A078;
}
.thrColFixHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F4EEDF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../image-files/right-deco.jpg);
	background-repeat: no-repeat;
	background-position: 93px 130px;
} 


.thrColFixHdr #header {
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 130px;
	background-color: #A69636;
} 
.bottom-rounded-box {
	position: relative;
	right: 30px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* padding keeps the content of the div away from the edges */
	background-color: #E4D2AA;
	background-repeat: no-repeat;
	padding-top: 15px;
	background-image: url(../image-files/left-deco.jpg);
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* padding keeps the content of the div away from the edges */
	background-color: #E4D2AA;
	padding-top: 15px;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
} 
a:link {
	color: #3D3D18;
}

.thrColFixHdr #footer {
	background-color: #BB9935;
	background-image: url(../image-files/footer.jpg);
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 85px;
	color: #FFFFCC;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #sidebar1 li a {
	color: #7D5031;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent ul {
	list-style-type: disc;
}
.thrColFixHdr #container #sidebar1 ul {
	list-style-type: none;
	position: relative;
	margin-left: 15px;
	width: 150px;
}

.thrColFixHdr #container #sidebar1 a:hover {
	color: #F96130;
	background-position: -7px;
}
.printonly {
	display: none;
}
#sidebar2Contents {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#mainContentContents {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
