@charset "utf-8";
html {
	overflow-y: scroll;
	height:100%;
}
body {
	background-color:#003300;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style:italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	height:100%;
}
#container {
	background-image: url(greyback.jpg);
	background-repeat: repeat;
	width: 1000px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
    position:relative;
	min-height:90%;
}
#header {
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px;
}
a.sidebar_a:link {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
}
a.sidebar_a:visited {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
}
a.sidebar_a:hover {
	color:#FF0000;
	font-family: "Times New Roman", Times, serif;
}
a.sidebar_a:active {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
}
#mainContent {
	margin: 0 0 0 264px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#subContent {
	margin: 0px 20px 0px 20px;
	padding: 1px 10px 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	font-size: 1.2em;
}
#subContent a {
	color:#006600;
	text-decoration:none;
	text-align:left;
}
#subContent a:hover {
	color:#006600;
	text-decoration:underline;
	text-align:left;
}
.fltrt { /* this class can be used to float an element right in the 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 the 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;
}
#title-brush {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	text-align:left;
	display:inline;
}
.logo {
	display: inline;
}
a.logo_a:link {
	color: #008080;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}
a.logo_a:visited {
	color: #008080;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}
a.logo_a:hover {
	color:#006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: bolder;
	text-decoration:underline;
}
a.logo_a:active {
	color: #008080;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}
#sublogo {
	display: block;
	padding-left:140px;
	margin:0;
}
a.sublogo_a:link {
	color: #008080;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bolder;
	text-decoration: none;
}
a.sublogo_a:visited {
	color: #008080;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bolder;
	text-decoration: none;
}
a.sublogo_a:hover {
	color:#006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bolder;
	text-decoration:underline;
}
a.sublogo_a:active {
	color: #008080;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bolder;
	text-decoration: none;
}
#crumbs {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	padding-left:140px;
	clear:both;	
	line-height: 1.5em;
}
#crumbs a {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
}
#crumbs a:hover {
	text-decoration:underline;
}
h2 {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align:center;
}
h3 {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align:center;
}
#nav {
	margin:0;
	padding:0px 0px 0px 140px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.2em;
	font-style: normal;
	z-index:100;
}
#nav ul {
	margin:0;
	padding:0px 6px 0px 0px;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.2em;
	background-color:#FFF;
}
#nav a {
	display:block;
	padding:0px 5px;
	border:1px solid #333;
	color:#fff;
	text-decoration:none;
	background-color:#006600;
	text-align:left;
}
#nav a:hover {
	background-color:#006600;
	text-align:left;
	color:#fff;
	text-decoration:underline;
}
#nav li {
	float:left;
	position:relative;
	padding:0px 6px 0px 0px;
}
#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.2em;
}
#nav li ul a {
	width:16em;
	height:auto;
	float:left;
	background-color:#00BF55;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin:0px 0px 0px 10px;
}
#nav li ul ul a {
	left:12em;
	margin:0px 0px 0px 0px;
	background-color:#2A9F55;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
#footer {
	position:absolute;
	bottom:-2px;
	text-align:center;
	margin_left: auto;
	margin_right: auto;
	width:100%;
	left: -2px;
}
#last {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

