/* CSS Document */

/*

dark gray background: #2C2A2A

*/

body {
	background: #2C2A2A;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

#body_padding {
	padding: 50px;
}

#main_container_1 {
	position: relative;
	width: 906px;
	height: 100%;
	background: #FEFEF6 url(../images/bg1.jpg) top left repeat-x;
}

#main_container_2 {
	width: 100%;
	height: 100%;
	background: url(../images/bg2.jpg) top right repeat-y;
}

#main_container_3 {
	width: 100%;
	height: 100%;
	background: url(../images/bg3.jpg) bottom left repeat-x;
}

#main_container_4 {
	width: 100%;
	height: 100%;
	background: url(../images/bg4.jpg) top left repeat-y;
}

#main_container_5 {
	width: 100%;
	height: 100%;
	background: url(../images/bg5.jpg) top left no-repeat;
}

#main_container_6 {
	width: 100%;
	height: 100%;
	background: url(../images/bg6.jpg) top right no-repeat;
}

#main_container_7 {
	width: 100%;
	height: 100%;
	background: url(../images/bg7.jpg) top left no-repeat;
}

#main_container_8 {
	width: 100%;
	height: 100%;
	background: url(../images/bg8.jpg) top right no-repeat;
}

#main_container_9 {
	width: 100%;
	height: 100%;
	background: url(../images/bg9.jpg) bottom right no-repeat;
}

#main_container_10 {
	width: 100%;
	height: 100%;
	background: url(../images/bg10.jpg) bottom left no-repeat;
}

#main_container_11 {
	padding: 18px 19px 19px 18px;
}

#header_top {
	position: relative;
	height: 101px;
}

#menu {
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
}

* html #menu {
	margin-bottom: -1px;
}

#menu .menu_item {
	margin-right: 1px;
}

#logo {
	position: absolute;
	top: 18px;
	left: 25px;
}

#tagline {
	position: absolute;
	top: 26px;
	left: 408px;
}

#header_bottom {
	/*border-bottom: 8px solid #566E88;*/
}

#header_bottom_border {
	height: 5px;
	font-size: 1px;
	background: url(../images/hdr_bottom_border.gif) top left repeat-x;
}

#main_content {
	position: relative;
	background: #FFFFFF url(../images/bg_content.jpg) top left repeat-x;
	text-align: left;
	margin: 0; 
	padding: 0;
}

#col_wrapper {
	width: 869px;
	position: relative;
	margin: 0;
	padding: 0;
}

#main_col {
	float: left;
	width: 580px;
	margin: 0;
	padding: 0;
}

#main_col .content {
	padding: 20px 0 10px 35px;
	margin: 0;
}

#rh_col {
	/*position: absolute;
	top: 0;
	left: 580px;*/
	float: right;
	width: 289px;
}

.clear_float {
	width: 1px;
	height: 1px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

#rh_col .content {
	padding: 20px 30px 20px 30px;
	padding-top: 65px;
}

#xml_news_feed_container {
	margin-bottom: 20px;
}

#xml_news_feed {
	width: 180px;
	text-align: left;
}

.news_links {
	margin: 0; 
	padding: 0;
	margin-top: 5px;
}

.news_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000200;
	line-height: 16px;
	text-decoration: underline;
}

.news_links a:hover {
	text-decoration: none;
}

#inner_footer_wrapper {
	display: block;
	padding: 20px 25px 20px 25px;
	clear: both;
}

#inner_footer {
	border-top: 1px solid #BCBBBB;
}

#inner_footer .content {
	text-align: center;
	padding: 7px 0 0 0;
}

#footer {
}

#footer .content {
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 11px;
	color: #BCBBBB;
}

#footer .menu_item_divider {
	margin-right: 10px;
	margin-left: 10px;
}

#footer a {
	color: #BCBBBB;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.header {
	margin-bottom: 15px;
}

.header2 {
	font-weight: bold;
	color: #2E5881;
}

h1 {
	color: #2E5881;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.nostyle {
	border: 0;
}

/* table styles */
.report_table {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
}

.report_table td.h {
	background-color: #004D91;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	margin: 4px;
}

.report_table td.h a {
	color: #FFFFFF;
	text-decoration: none;
}

.report_table td.h a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.report_table td.subh, .report_table th {
	background-color:  #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	font-size: 11px;
}

.report_table td {
	border: 1px solid #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
}

.report_table tr:hover, .report_table tr.row_highlight {
	background-color: #FFFFCC;
	color: #003366;
}

.cal_header {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

.calendar {
	border: 1px solid #999999;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #999999;
	vertical-align: top; 
}

.calendar td.today {
	background-color: #FFFFDD;
}

.dayofweek {

}

.empty_day {
	background-color: #CCCCCC;
}

.highlight {
	background-color: #FFFF00;
}

.textarea {
	width: 400px;
	height: 200px;
}

ul {
	list-style-type: square;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dotted #CCCCCC;
}

@media print {
	#main_col {
		width: 100%;
	}
}