@charset "utf-8";

/* charcteristics outside of "page" area" */
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;
	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: #FFFFFF;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
}

/* Begining of "page" area */
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
} 

/* Header Content */
.twoColFixLtHdr #header {
	height: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	width: 800px;
	background-repeat: no-repeat;
	margin: 0px;
	background-image: url(../Images/headBkg.jpg);
} 

/* Top Nav */
#header ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: left;
}
#header li{
	float: left;
	display: inline;
	list-style: none;
	text-align: center;
	vertical-align: bottom;
	margin-top: 3px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#header a:link {
	float: left;
	display: inline;
	list-style: none;
	text-align: center;
	vertical-align: bottom;
	background-color: #CCCCCC;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 4px;
	margin-top: 3px;
	padding-left: 4px;
	margin-left: 4px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #666666;
}

#header a:visited {
	float: left;
	display: inline;
	list-style: none;
	text-align: center;
	vertical-align: bottom;
	background-color: #CCCCCC;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 4px;
	margin-top: 3px;
	padding-left: 4px;
	margin-left: 4px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #666666;
}

#header a:hover {
	float: left;
	display: inline;
	list-style: none;
	text-align: center;
	vertical-align: bottom;
	background-color: #A4896C;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 4px;
	margin-top: 3px;
	padding-left: 4px;
	margin-left: 4px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #CCCCCC;
}

#mainContent img {
	padding-right: 10px;
	background-color: #FFFFFF;
}


.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: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
/* End of Top Nav */
/* End of Header area */


#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 182px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 12px;
	text-align: left;
	text-indent: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar ul {
	padding: 0px;
	margin: 0px;	
}

#sidebar   li  {
	text-align: center;
	list-style-type: none;
	line-height: normal;
	text-decoration: none;
	background-color: #CC6600;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: middle;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-bottom: 4px;
}

#sidebar a:link {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover {
	color: #000000;
	text-decoration:none;
	font-size: 1.1em;
}
#sidebar a:visited {
	color:#333333;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
} 
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	line-height: 1.2em;
	color: #346633;
}

#header li a.active,#header li a.active:hover,#header li a.active:visited{
	color: #346633;
	background-color: #FFFFFF;
	cursor: default;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding-right: 50px;
	padding-left: 25px;
	line-height: 1.1em;
	text-align: justify;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
	color: #666666;
}
.twoColFixLtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #C7B8A5;
	text-align: center;
	letter-spacing: .15em;
	text-decoration: none;
	margin: 0px;
} 
.twoColFixLtHdr    #footer    p, a:link  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-decoration: none;
	color: #666666;
	text-align: center;
}
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}
.author {
	font-size: small;
	font-style: italic;
}
h3 {
	color: #333333;
}
#mainContent a {
	text-align: left;
	color: #CC6600;
}
.bborder {
	border-bottom-color:#346633;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	}

