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

<style type="text/css"> 
 
body  {
	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 */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1E3320;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	background-attachment: fixed;
}
.twoColFixLtHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #EAE7ED;
	background-image: url(images/content-bkgrd.jpg);
	width: 900px;
	border: 1px solid #000000;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	width: 900px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	vertical-align: top;
	padding: 0;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: transparent;
} 
.twoColFixLtHdr #footer {
	background-color: transparent;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.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;
}
a:link {
	color: #3B1150;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	color: #3B1150;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #1E3420;
	text-decoration: underline;
	font-size: 14px;
}
a:active {
	color: #3B1150;
	text-decoration: none;
	font-size: 14px;
}
#shadow {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.bottomnav  a:link {
	color: #3B1150;
	text-decoration: none;
	font-size: 12px;
}
.bottomnav  a:visited {
	color: #3B1150;
	text-decoration: none;
	font-size: 12px;
}
.bottomnav  a:hover {
	color: #1E3420;
	text-decoration: underline;
	font-size: 12px;
}
.bottomnav  a:active {
	color: #3B1150;
	text-decoration: none;
	font-size: 12px;
}
.fscottlindsey  a:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
.fscottlindsey  a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
.fscottlindsey  a:hover {
	color: #CC99CC;
	text-decoration: underline;
	font-size: 10px;
	background-color: #000033;
}
.fscottlindsey  a:active {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	
	
	
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
