@charset "utf-8";
header   {
	color: #004990;
	size: 18px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
table.table_v {
	font-size:11px;
	width:70%;
	padding-right:30px;
	border-color:#CCC;
}
table.table_v th {
	height:20px;
	font-size:10px;
	font-weight:bold;
	background-color:#999;
	border-color:#CCC;
}
table.table_v td {
	text-align:left;
	border-color:#CCC;
}
table.table_3day {
	background-color: #CCCCCC;
}
table.table_3day {
	font-weight: bold;
}
table.table_3day td {
	font-size:12px;	
}
body  {
	background: #666666;
	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;
	size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link  { color: #004990; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
a:visited { color: #004990; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
a:hover { color: #b32317; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
a:active  {
	color: #004990;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	padding: 0px;
}
* html .twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	clip: rect(-34px,auto,auto,auto);
	clear: both;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: inline;
	background-color: #FFFFFF;
}
* + html .twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	clip: rect(-34px,auto,auto,auto);
	clear: both;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: inline;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFFFFF;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	clear: both;
	height: auto;
}
.twoColFixLtHdr #sidebar1 .contact {
	font-family:Verdana, Geneva, sans-serif;
	width: 145px;
	height: auto;
	padding: 10px 5px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 .contact a:link {
	color:#b32317;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 .contact a:hover {
	color:#004990;
}
.twoColFixLtHdr #sidebar1 .contact a:visited {
	color:#b32317;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 .contact h2 {
	color:#b32317;
	font-weight:bold;
	margin: 0 5px;
	font-size:19px;
}
.twoColFixLtHdr #sidebar1 .contact p {
	color:#b32317;
	line-height:11px;
	font-size:11px;
	padding:0;
	margin: 0 5px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContentReport {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #mainContent .red {
	color:#b32317;
	font-size:9px;
	text-decoration:none;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFFFFF;
}
.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;
}
/* lists */
.list {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	line-height: 17px;
}
/* Misc */
.radio_info {
	font-size:10px;
	color:#333;
	padding:5px 25px;
	margin-top:1px;
}
.radio_info2 {
	font-size:10px;
	color:#333;
	padding:5px 25px;
	margin-top:2px;
}
.indicates {
	color:#b32317;
	font-size:10px;
}
.indicates img {
	padding:0 1px;
}
.chooseone {
	font-size:12px;
	color:#b32317;
	text-decoration:underline;
	font-weight:bolder;
	font-style:oblique;
}
.print {
	color: #333399;
	font-weight:bold;
	text-decoration:underline;
}
