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

body {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E5E5FF;
	background-image: url(images/bgblips.gif);
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 85%;
	background-image: url(images/shadowmainblue.gif);
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header {
	padding: 1px 0 0 0;
	margin: 1px 0 0 0;
}
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 0 30px;
	font-size: 95%;
	background-image: url(images/shadowmainblue.gif);
	background-color: #EBEBEB;
	margin: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* 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: 0 32px 1px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
	padding: 2px 10px 0 20px;
	background-image: url(images/shadowfootblue.gif);
	height: 30px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 80%;
	background-color: #E5E5FF;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your 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;
}
.centerImage {
	display: block;
    margin-left: auto;
    margin-right: auto 
}
.centerText {
	margin-left: auto;
	margin-right: auto;
	width: 25em
}
.box {
	margin: 0 0 10px 0;
	padding: 0 0 4px 2px;
	font-size: 90%;
	line-height: 1.25em;
	border: 1px solid #ccccff;
}
.box h3 {
	margin: 0;
	padding: 0.5em 0.5em 0.25em 0.5em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #003366;
	text-transform: none;
	border-bottom: none;
}
.box p, .box ul {
	margin: 0;
	padding: 0 1em 0 0.6em;
}
.box ul li {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
	background: url(images/arrow990000a.gif) no-repeat 0 .2em;
}
h1 {
	font-size: 240%;
	color: #003366;
}
h2 {
	font-size: 170%;
	font-style: normal;
	border-bottom: 1px dotted #990000;
	color: #003366;
	text-transform: none;
	font-weight: bold;
	background-color: #efefef;
	border-top: 1px dotted #990000;
}
h3 {
	color: #003366;
	font-size: 130%;
}
h4 {
	color: #003366;
	font-size: 112%;
	font-style: italic;
}
h5 {
	color: #003366;
	font-size: 100%;
	font-style: italic;
}
.menubar {
	width: 722px;
	background-color: #990000;
	height: 28px;
}
.firstparagraph {
	margin-top: 0px;
	padding-top: -10px;
}
.updated {
	font-size: 85%;
	text-align: right;
	font-style: italic;
}
.media  {
	font-weight: bold;
	font-style: italic;
}
.email {
	font-size: 95%;
}
.quotes {
	font-size: 85%;
	font-style: italic;
	text-align: right;
	margin-top: 10px;
	border-top: 1px solid #ccccff;
	padding-top: 3px;
}
.highlite {
	background-color: #ccccff;
	font-size: 110%;
	font-weight: bold;
}
.highlitebox {
	background-color: #990000;
	margin: 0;
	padding: 0 .2em;
	border-top: 2px dotted #ffffff;
	border-bottom: 2px dotted #ffffff;
	font-size: 155%;
	font-weight: normal;
	color: #ffffff;
}
.alert  {
	background-color: #990000;
	font-size: 98%;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 .2em 0 .2em;
}
.textbigred {
	font-size: 190%;
	color: #990000;
	font-weight: normal;
	font-family: Impact, "Arial Black", Verdana, Arial, sans-serif;
	margin-bottom: -3px;
}
.textbigredcolor {
	color: #990000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.borderdotted {
	border-top: 2px dotted #990000;
	padding-bottom: 1em;
}
.caption {
	font-size: 90%;
	font-style: italic;
}
.footnote {
	font-size: 75%;
	font-style: italic;
}
.black175pct {
	color: #000000;
	font-size: 130%;
}
.red990000 {
	color: #990000;
	font-size: 120%;
}
.largertext {
	font-size: 115%;
}
a {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #990000;
	text-decoration: none
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: #990000;
}
a:active {
	color: #ffffff;
	background-color: #990000;
}
.navcontainer {
	margin: 0;
	padding: 0;
}
#navlist {
	padding: 4px 0px 4px 1px;
	margin-left: 30px;
	font: bold 0.9em Arial, Verdana, sans-serif;
	width: 720px;
	background-color: #003366;
	margin-top: 0px;
	letter-spacing: 0.1em;
}
#navlist li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #003366;
	display: inline;
}
#navlist li a {
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 0.5em solid #aab;
	background: #ccd;
	text-decoration: none;
	color: #990000;
}
#navlist li a:link {
	color: #990000;
}
#navlist li a:visited {
	color: #003366;
}
#navlist li a:hover {
	color: #fff;
	background-color: #990000;
}
#navlist li a:active {
	color: #990000;
}
.horizonwatch {
	text-align: center;
}
.centerdiv {
	text-align: center;
}
.button {
	border: 2px solid #990000;
	margin: 1px;
	background-color: #CCCCFF;
	font-size: 125%;
	padding: 5px 2px;
}
.twoColFixLtHdr #container #mainContent .horizonwatch a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent .horizonwatch img {
	border: 1px solid #990000;
	padding: 0 5px;
}
