﻿/*======================Style ID = herstory.css=================*/
body {
	margin: 0;
	background-color: #ffffff;
	color: #333333;
	font-size: 80%;
	min-width: 850px;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 850px;
}
#globalnav {
	background-color: #233d2d;
	height: 2em;
}
#globalnav ul {
	margin: 0;
	list-style-type: none;
	height: 2em;
}
#globalnav li {
	margin: 0 0 0 20px;
	padding: 3px 4px 0 0;
	list-style-type: none;
	display: inline;
	float: right;
}
#globalnav a:link {
	padding: 0;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}
#globalnav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#globalnav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#globalnav a:active {
	color: #ffffff;
	text-decoration: none;
}
#banner {
	background-image: url('../images/banner-pic-green.jpg');
	background-repeat: no-repeat;
	height: 225px;
	margin-top: 1px;
	padding-bottom: 1px;
	border-right: 1px dashed #663300;
	border-bottom: 1px solid #663300;
}
/*--------------Navigation---------*/
#leftcol {
	margin: 8px 0 auto 0;
	text-align: left;
	width: 190px;
	float: left;
}
.navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 190px;
	float: left;
}
.navlist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 90%;
	float: left;
}
.navlist a {
	padding-left: 4px;
	display: block;
	color: #233d2d;
	text-decoration: none;
	text-align: left;
	line-height: 2.5;
}
.navlist a:hover {
	background: #233d2d;
	color: #ffffff;
	text-decoration: none;
}
.navlist .last a {
	margin-bottom: 40px;
}
/*======================Main Content Areas=================*/
#bodyAside {
	margin-top: 4px;
	margin-bottom: 40px;
	width: 540px;
	color: #333333;
	padding-left: 5px;
	border-left: 1px dashed #663300;
	float: left;
}
#bodyNavList {
	margin-top: 4px;
	margin-bottom: 40px;
	width: 640px;
	color: #333333;
	padding: 0 2px 0 0;
	float: right;
}
/*--------------------Sidebar on Right--------------*/
#aside {
	margin: 4px 0 6px 0;
	width: 270px;
	padding: 4px;
	font-size: .9em;
	color: #333333;
	float: right;
}

/*===========================Block Level Text Formatting====================*/
h1 {
	margin-top: 0;
	margin-bottom: .25em;
	font-size: 2em;
	font-family: "Century Schoolbook", Georgia, Garamond, serif;
	line-height: normal;
	color: #233d2d;
	font-weight: 500;
	text-align: left;
}
h2 {
	font-size: 1.6em;
	font-family: "Century Schoolbook", Georgia, Garamond, serif;
	font-weight: 500;
	margin-bottom: .15em;
	color: #233d2d;
	text-align: left;
}
h3 {
	font-size: 1.5em;
	font-family: "Century Schoolbook", Georgia, Garamond, serif;
	line-height: normal;
	border-bottom: 1px #233d2d ridge;
	color: #233d2d;
	text-align: center;
}
h4 {
	font-size: 1.15em;
	color: #233d2d;
	margin-bottom: .2em;
	text-align: left;
}
h5 {
	font-size: .9em;
	text-transform: uppercase;
	color: #233d2d;
	margin-bottom: 0;
}
p {
	margin-top: .25em;
	margin-bottom: .5em;
	line-height: 1.5em;
	text-align: justify;
}
blockquote {
	color: #333333;
	font-size: 1.1em;
	font-family: "Century Schoolbook", Georgia, Garamond, serif;
	line-height: 1.8em;
	width: 85%;
	border-top: 1px dashed #224966;
	border-bottom: 1px dashed #224966;
}
dt {
	font-weight: bold;
	margin-top: 1em;
}
dd {
	line-height: 1.5em;
	padding-bottom: .5em;
}
q {
	font-weight: bolder;
	font-style: italic;
}
dfn {
	color: #663300;
	font-weight: bold;
}
li {
	margin-top: .15em;
	margin-bottom: .5em;
	line-height: 1.5em;
}
/*---------------Span Classes-----------*/
.title {
	color: #233d2d;
	font-style: italic;
	font-weight: 600;
}
.callout {
	padding: .7em;
	color: #330066;
	border-top: 1px #330066 dashed;
	border-bottom: 1px #330066 dashed;
	width: 60%;
}
.center {
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
}
.image {
	border: 1px solid #224966;
	width: 150px;
}
.imageleft {
	margin: 4px 6px 0 0;
	width: 225px;
	border: 2px solid #224966;
	float: left;
}
.imageright {
	margin: 0 4px 0 6px;
	width: 225px;
	border: 2px solid #224966;
	float: right;
}
.last {
	padding-bottom: 0;
}

.reference {
	font-size: .95em;
	font-style: italic;
}
.shortdesc {
	color: #233d2d;
	padding-bottom: 1.2em;
}
.strong {
	font-weight: bold;
	color: #330066;
}
.revise-this {
	font-family: inherit;
	color: fuchsia;
}
/*------------------Footer(s) Divs & Classes------------------*/
#footer {
	margin-top: 20px;
	background-color: #233d2d;
	text-align: center;
	font-size: .9em;
	padding: .7em 0 0 0;
	color: #ffffff;
	height: 25px;
	clear: both;
}
#footer-txt {
	margin-top: 2px;
	height: 15px;
	color: #333333;
	font-size: .8em;
	text-align: center;
	padding: .5em 0 0 0;
	clear: both;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:active {
	color: #ffffff;
}
/*------------------Default Link Classes-----------------*/
a:link {
	color: #1144aa;
	text-decoration: none;
}
a:hover {
	color: #1144aa;
	text-decoration: underline;
}
a:active {
	color: #1144aa;
	text-decoration: none;
}
a:visited {
	color: #330066;
	text-decoration: none;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #224966;
	height: 1px;
	width: 75%;
}
/*======================Forms===================*/
#form {
	margin: 5px 2px 0 0;
	padding: 0;
	width: 540px;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.forminput {
	color: #333333;
	border: 1px solid #C0C0C0;
	width: 95%;
	padding: 4px;
	margin: 2px 0;
}
.formlabel {
	width: 230px;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}
.fieldinput {
	width: 230px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}
.submitbutton {
	text-align: center;
	margin: 5px 0 0 170px;
}
input.button-big {
	font-weight: bold;
	padding: .7em 1.5em;
	font-size: 1.1em;
	vertical-align: bottom;
}
input.button-small {
	font-weight: normal;
	padding: .4em 1em;
	font-size: .8em;
	vertical-align: bottom;
}
.clear {
	margin-bottom: .2em;
	padding-top: .75em;
	clear: both;
}
.none {
	display: none;
}
/*==================ACTIVE PAGES===========================
.TreeView {
	border-bottom: 1px dotted #bda37f !important;
}
.TreeView div {
	margin-left: 5px;
}
.TreeView table {
	border-top: 1px dotted #bda37f !important;
}
.TreeView div table {
	border-bottom: none !important;
	border-top: none !important;
}
.TreeView table td {
	padding: 2px 0;
}
.LeafNodesStyle {
}
.RootNodeStyle {
}
.NodeStyle {
}
.ParentNodeStyle {
	background: yellow;
}
a.SelectedNodeStyle {
	background: #bda37f;
	display: block;
	padding: 2px 0 2px 3px;
	
}
*/
/*=================== EOF =============================*/
