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

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-color: #CCCC9A;
}
.oneColFixCtr #container {
	width: 819px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #900;
	text-align: left;
	margin-left: 190px;
	padding: 0px;
	left: 204px;
	margin-top: 20px;
}
body {
	background-color: #CCCC9A;
	background-image: url(lr_images/body_bg.jpg);
	background-repeat: no-repeat;
}
#footer {
	color: #004040;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -229px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(lr_images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 128px;
	position: relative;
	bottom: 0px;
	width: 809px;
	vertical-align: middle;
	background-position: left;
} 
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(lr_images/content_bg.jpg);
	background-repeat: repeat;
	border-left-width: 4px;
	border-left-style: none;
	border-left-color: #900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#left {
	float: left;
	width: 218px;
	background-image: url(lr_images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
	background-color: #809A43;
	height: 572px;
}
#lowerleft {
	background-color: #900;
	width: 200px;
	top: 484px;
	color: #FFF;
	margin-top: 10px;
}

#banner {
	height: 97px;
	margin-left: 218px;
	background-image: url(lr_images/banner2_bg.jpg);
	background-repeat: repeat-x;
}
#text {
	background-repeat: repeat;
	background-image: url(lr_images/subcontent_bg.png);
	clear: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	margin: 10px;
}
#hometext {
	background-repeat: repeat;
	background-image: url(lr_images/subcontent_bg.png);
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	left: 229px;
	padding-bottom: 5px;
	color: #1E2433;
	padding-left: 229px;
	padding-top: 0px;
}
.title {
	font-family: "Monotype Corsiva";
	font-size: 24pt;
	color: #36415C;
	padding-left: 10px;
	padding-top: 0px;
}
.subtitle {
	font-family: "Monotype Corsiva";
	font-size: 16pt;
	color: #36415C;
	font-weight: bold;
}
.topsubtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #36415C;
	padding-left: 10px;
	font-weight: normal;
}
#nav {
	margin-top: 100px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #155a46;
	padding-top: 20px;
	line-height: 13pt;
}
a:link {
	color: #748D39;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000;
}

#nav a:link {
	023F5Bcolor: #023F5B;
	text-decoration: none;
	color: #023F5B;
}
#nav a:hover {
	text-decoration: none;
	font-style: italic;
	background-color: #FBFBD7;
	width: 200px;
}
#nav a:visited {
	text-decoration: none;
}



li {
	padding-bottom: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #2C3F60;
}
</style>
