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

/* Global Properties */


* {
	margin: 0px;
}

body {
	background-color:#f3efc6;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}


/* Link Styles */

a:link {
	text-decoration: underline;
	color:#600600;
}

a:visited {
	color:#600600;
}

a:hover {
	color:#039;
	text-decoration: underline;
}

a:active {
	color:#039;
}

/* Div Layout */

#floater {
	width:895px;
	height:0px;
	clear:both;
	margin: 0;
	padding: 0;
}

#wrapper {
	width:900px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}


#header-container {
	width:900px;
	text-align: left;
}

#header-left {
	height:91px;
	width:198px;
	margin-top:0px;
	background-image: url(../images/backgrounds/roundedcornr_121877_tl-border.png);
	background-repeat: no-repeat;
	float:left;
}

#header-right {
	height:90px;
	width:700px;
	border-right:1px;
	border-left:1px;
	border-top:1px;
	border-bottom:0;
	border-style:solid;
	border-color:#aaaaaa;
	text-align:right;
	float:right;
}

#subhead-container {
	width:900px;
 	background-color:#600600;
	clear:both;
}

#home {
	height:28px;
	width:187px;
	color: #fff;
	font-size:0.75em;
	font-weight: bold;
	padding: 12px 5px 0 5px;
	border-right:0;
	border-left:1px;
	border-top:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#aaaaaa;
	float:left;
}

#masthead {
	height:35px;
	width:680px;
	color: #fff;
	font-size:1.2em;
	font-weight: bold;
	padding: 5px 10px 0 10px;
 	background-color: #039;
	border-right:1px;
	border-left:1px;
	border-top:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#aaaaaa;
	float:right;
}

#mid-container {
	width:899px;
	background-color:#eeeeee;
	border-right:0;
	border-left:1px;
	border-top:0;
	border-bottom:0;
	border-style:solid;
	border-color:#aaaaaa;
	clear:both;
}

#navigation {
	width:190px;
	font-size:0.75em;
	font-weight: bold;
	padding: 5px 0 0 5px;
	float:left;
}

#contentbox {
	width:700px;
	background-color:#ffffff;
	border-right:1px;
	border-left:1px;
	border-top:0;
	border-bottom:0;
	border-style:solid;
	border-color:#aaaaaa;
	float:right;
}

#byline {
	color: #600600;
	font-size:0.9em;
	font-weight: bold;
	padding: 0 0 0 50px;
}

#content {
	padding:7px 15px 35px 15px;
	text-align:justify;
	font-size:.95em;
}


#footer-container {
	width:900px;
 	background-color: #600600;
	clear:both;
}


#footer-left {
	height:35px;
	width:198px;
	/* background-image: url(../images/backgrounds/roundedcornr_604542_bl.png);
	background-repeat: no-repeat; */
	border-right:0;
	border-left:0;
	border-top:1px;
	border-bottom:0;
	border-style:solid;
	border-color:#aaaaaa;
	float:left;
}

#footer-right {
	height:30px;
	width:680px;
	color:#cccccc;
	font-size:0.6em;
	font-style:italic;
	text-align:center;
	padding: 5px 10px 0 10px;
 	background-color: #039;
	border-right:1px;
	border-left:1px;
	border-top:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#aaaaaa;
	float:right;
}




/* Classes and Styles */


p {
	padding:5px;
	text-align: left;
}


ul { 
	list-style-position: outside;
	list-style-type: square;
	padding: 0 0 0 20px;
}

ol { 
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0 0 0 25px;
}


h2, h3, h4 {
	color:#600600;
}

.tdimg {
	text-align:center;
}

img.floatLeft { 
    float: left; 
    margin: 20px; 
}

img.floatRight { 
    float: right; 
    margin: 20px; 
}

.frontpageimages {
	padding:10px 1px 10px 1px;
    margin-left: auto;
    margin-right: auto;
}

.underline {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

.underbold {
	text-decoration:underline;
	font-weight:bold;
}

.center {
	text-align:center;
}


/* Fixes */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

<!--[if IE]>
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
<![endif]-->