@charset "utf-8";

/*------------------------------------
GLOBALS
------------------------------------*/

body {
	background-image: url(/images/bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: top left;
	background-color:navy;
	margin:0px;
	font-family:arial;
	font-size:12px;
	color:black;
	}

.pngfix {
	behavior: url(/js/iepngfix.htc)
	}

.borderless {
	border:0px;
	}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}

.pic {
	border:1px solid #1B4869;
	padding:2px;
	}

ul, ol {
	/*list-style:inside;*/
	list-style-image:url("/images/bullet3.png");
	behavior: url(/js/iepngfix.htc);
	}

a:link, a:visited {
	text-decoration:none; 
	color: #FA982C;
	font-weight:bold;
	}
a:hover {
	text-decoration: none;
	color: navy;
	font-weight:bold;
	}

.formbutton {
	background-color: #F1CEA9;
	font-size:10px;
	font-weight:bold;
	color: navy;
	border: 2px;
	padding: 3px;
	}

/*------------------------------------
DIVS AND LAYOUT
------------------------------------*/

.div_container {
	width:950px;
	background-color:white;
	background-image: url(/images/bg-container.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	margin:0 auto 0 auto;
	border:0px;
	text-align:left;
	}

.div_topnav {
	width:950px;
	height:420px;
	margin:0 auto 0 auto;
	border:0px;
	text-align:right;
	}

.div_content {
	width:555px;
	float:left;
	margin:0 0 0 30px;
	border:0px;
	padding:10px 0 10px 0;
	text-align:left;
	display:inline;
	}

.div_sidebar {
	width:325px;
	float:right;
	margin:0 30px 0 0;
	border:0px;
	padding:10px 0 10px 0;
	text-align:left;
	display:inline;
	}

.div_footer {
	width:950;
	background-image: url(/images/bg-footer.png);
	background-repeat:no-repeat;
	background-position: top center;
	margin:0 auto 0 auto;
	border:0px;
	padding:10px;
	padding-top:20px;
	text-align:center;
	}
.footer {
	font-size:10px;
	}


.report-header {
	font-weight:bold;
	font-size:14px;
	color:#4073AA;
	}

.table_schedule {
	background-color:white;
	border:1px solid #391013;
	}
	
.table_schedule td {
	text-align:center;
	border-right:1px solid #AA8689;
	border-bottom:1px solid #AA8689;
	}