@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: small;
	line-height: 1.5em;
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

#header {
	height: 143px;
	min-width: 950px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header_wrapper {
	min-width: 950px;
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#name {
	float: right;
	position: relative;
	top: 50px;
	left: -305px;
}

#container {
	width: 100%;
	float: left;
	margin-right: -250px;
}

#wrapper {
	min-width: 950px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-image: url(images/wrapper_background.gif);
	background-repeat: repeat-y;
}
#content_container {
	margin-right: 250px;
	position: relative;
	padding: 0px;
}
#content {
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
}

#sidebar {
	width: 210px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}
#sidebar_bottom {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
.sidebar_callout {
	background-color: #161C34;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #CCCCCC;
}

#sidebar_bottom  a:link {
	color: #687DA6;
	text-decoration: none;
}

#sidebar_bottom a:hover {
	color: #687da6;
	text-decoration: underline;
}
#sidebar_bottom a:visited {
	color: #687DA6;
	text-decoration: underline;
}
#sidebar_bottom a:active {
	color: #C6D4D8;
}
#news_ticker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	vertical-align: middle;
	height: 1.5em;
	background-image: url(images/ticker_background.png);
	background-repeat: repeat-x;
	padding-bottom: 4px;
	overflow: hidden;
}

#alert_ticker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	vertical-align: middle;
	height: 1.5em;
	background-image: url(images/alert_ticker_background.png);
	background-repeat: repeat-x;
	padding-bottom: 4px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
}

#news_ticker_title {
	height: 1.5em;
	background-image: url(images/ticker_title_background.png);
	background-color: #273549;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	padding-left: 30px;
	width: 105px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#alert_ticker_title {
	padding-left: 30px;
	height: 1.5em;
	background-image: url(images/alert_ticker_title_background.png);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: absolute;
	width: 105px;
}


#ticker_news {
	background-image: url(images/ticker_curve.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	padding-bottom: 2px;
}


#footer {
	clear: both;
	min-width: 890px;
	margin: 0px;
	font-size: smaller;
	background-color: #000000;
	color: #C6D4D8;
	padding: 30px;
	background-image: url(images/ticker_background.png);
	background-repeat: repeat-x;
}
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #677DA6;
	font-size: 150%;
	font-weight: bold;
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
	font-variant: small-caps;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #990000;
	font-size: 120%;
	font-weight: lighter;
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #687DA6;
	border-right-color: #687DA6;
	border-bottom-color: #687DA6;
	border-left-color: #687DA6;
	border-left-style: solid;
	border-top-style: solid;
	padding: 3px;
	clear: both;
}
h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #2D2A6C;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: -1em;
}
h4 {
	margin-top: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #569ABC;
	font-size: 108%;
	font-weight: normal;
}
h5 {
	margin-top: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #5F1F1F;
	font-size: 99%;
	font-weight: bolder;
}

.last {
	margin-bottom: 0;
}

.clearing {
  height: 0;
  clear: both;
}

#logo {

}
#banner {
	float: right;
	margin-top: 33px;
	margin-right: 20px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer a:active {
	color: #C6D4D8;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#nav {
	font-size: 80%;
}


#nav li {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

#nav a {
	background-color: #687da6;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;

}#nav a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/rollover_curve.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#google {
	padding: 0px;
	margin: 0px;
}
#google_search {
	width: 188px;
	color: #687DA6;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #D2D9E3;
	height: 18px;
	vertical-align: middle;
	margin: 0px;
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #687DA6;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #687DA6;
}

.ticker a:link {
	color: #569ABC;
	text-decoration: none;
}
.ticker a:hover {
	color: #687DA6;
	text-decoration: underline;
}
.ticker a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ticker a:active {
	color: #C6D4D8;
}
a:link {
	color: #2D2A6C;
}
a:visited {
	color: #852b2b;
}
a:hover {
	color: #569abc;
}

a:active {
	color: #CCCCCC;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.picture_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
}

.picture_left {
	float: left;
	padding-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.table_title {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}
.table_row {
	background-color: #D9DEE8;
}
.table_subhead {
	background-color: #687DA6;
	color: #FFFFFF;
}

OL.alpha {
	list-style-type: lower-alpha;
}

#recall {
	width: 250px;
}

