@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

/* RESETS AND BASIC PAGE SETUP */
	* { margin: 0; padding: 0; }

	body {
	font-size: 62.5%;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

	ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	font-family: "Times New Roman", Times, serif;
}
		
	p {
	font-size: 1.5em;
	line-height: 1.6em;
	color: #333333;
	margin-bottom: 18px;
	margin-top: 0px;
	padding: 0px;
}
li {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
	
	a { outline: none; }
	
	a img { border: none; }

	hr { height: 1px; width: 100%; border: 0; background-color: rgb(242,242,242); margin: 20px 0; clear: left; }
/* END RESETS */



/* TOOLBOX */
	.floatleft { float: left; }
	
	.floatright { float: right; }
	
	.clear { clear: both; }
/* END TOOLBOX */



/* PAGE-WRAP SECTION */
	div#page-wrap {
	margin: 0 auto;
	width: 800px;
}
/* END PAGE-WRAP SECTION */



/* HEADER SECTION */
	div#header {
	height: 426px;
	background-color: #990000;
	background-image: url(images/homeimage.jpg);
}

	div#banner { height: 15.0em; width: 100.0em; background-color: #990000; }
/* END HEADER SECTION */



/* NAVIGATION SECTION */
	ul#nav {
	height: 30px;
	margin-left: 315px;
}
#nav {
	top: 153px;
	position: relative;
	color: #5D2611;
	font-size: 17px;
}
#left-col li {
	color: #762723;
	line-height: 22px;
}
#left-col ul {
	text-indent: 25px;
	margin-top: -10px;
	margin-bottom: 20px;
}

		ul#nav li {	list-style-type: none; }

		ul#nav li a {
	display: block;
	color: #012B6F;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}
	
		ul#nav li a:hover {
	color: #8B0E06;
}
/* END NAVIGATION SECTION */



/* MAIN-CONTENT SECTION */
	div#main-content {
	padding-bottom: 0px;
	padding-right: 20px;
}
strong {
	font-weight: bold;
}

	div#left-col {
	width: 550px;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#foot-left p {
	font-size: 11px;
}

	div#right-col {
	width: 200px;
	float: right;
	padding-top: 0px;
}
#left-col a {
	color: #7B3526;
	text-decoration: none;
}
#left-col a:hover {
	color: #012A67;
}
#titlecontainer {
}
		
		div#right-col p { text-align: left; }
/* END MAIN-CONTENT SECTION */



/* FOOTER SECTION */
	div#footer-wrap {
}

	div#footer {
	width: 800px;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 0px -20px;
}

	div#footer div#foot-left {
	float: left;
	width: 600px;
	margin-top: 15px;
}

	div#footer div#foot-right {
	float: right;
	text-align: right;
	width: 350px;
	height: 20px;
}
/* END FOOTER SECTION */
#nav a {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	text-decoration: none;
	color: #5D2611;
}
#nav a:hover {
	color: #002C6D;
}
