@charset "utf-8";
a:link, a:visited {
	color: #005fa9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.glink, a.glink:visited {
	color: #fff;
	font-size: x-small;
	font-weight: bold;
	margin: 0px;
	padding: 3px 5px 3px 5px;
}
a.glink:hover {
	color: #99CC99;
	text-decoration: none;
}
body {
	background: #0B1926; /* an alternative color is #322D29 */
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: x-small;
	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 */
}
fieldset {
	border: 1px solid #ccc;
	padding: 3px 3px 3px 3px;
	margin: 10px;
}
ul {
	list-style-type: square;
}
.comStyle {
	color: #C0C0C0;
}
.erraticStyle {
	color: #8080FF;
}
.impactStyle {
	color: #99CC99;
}
.legendtext {
	color: black;
	font: bold 110% Arial, Helvetica, sans-serif;
	padding: 1px 1px 1px 1px;
	font-size: xx-small;
}

.oneColFixCtrHdr #bookBox {
	position:relative;
	text-align: center;
}
.oneColFixCtrHdr #breadcrumb {
	color: #aaa;
	font: x-small Arial, Helvetica, sans-serif;
	padding: 1px 0px 1px 1px;
}
.oneColFixCtrHdr #breadcrumb a {
	color: #aaa;
}
.oneColFixCtrHdr #breadcrumb a:hover {
	color: #005fa9;
	text-decoration: underline;
}
.oneColFixCtrHdr #breadcrumb img {
	float: right;
	margin: 0px auto;
	z-index: inherit;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #3E4851; /* another color to use is #0B1926 */
	position: relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #feature {
	margin: 0 0px 0 0;
}
.oneColFixCtrHdr #header {
	background: #0B1926;
	height: 60px;
	padding: 0px 10px 0 10px; /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.oneColFixCtrHdr #header h2 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: -5px 0 10px 16px;
	padding: 0px;
	position: absolute;
	font-weight: lighter;
	font-size: x-small;
	font-variant: small-caps;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 3px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1px 0 1px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.oneColFixCtrHdr #pagename h1 {
	font-size: small;
	margin: 0px;
}
.oneColFixCtrHdr #search {
	position: absolute;
	right: 66px;
	top: 40px;
	z-index: 100;
}
.oneColFixCtrHdr #search input {
	font-size: 70%;
	margin: 0px 0px 0px 2px;
}
.oneColFixCtrHdr #siteinfo {
	background-color: #fff;
	color: #9e9e9e;
	font-size: x-small;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 0px 1px 0px;
	text-align: center;
	font: bold;
}
.textei {
	background-color: #eff3ef;
	font-size: 12px;
}
