




html,
body{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
	color: #666;
	margin: 0;
}

a,
a:link,
a:visited,
a:active,
a:hover{
	color: #0072bb;
}

td{
	vertical-align: top;
}
#tophead{
	height: 26px;
	margin-bottom: 0px
}

ul#menu{ 
	width: 100%;
	height: 43px;
	background: #FFF url("../images/menu-bg-blue.gif") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	horizontal-align: center;
	}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
	}
ul#menu li a:hover { 
	color: #333; 
	}
ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("../images/current-bg-blue.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	}

.footer{
	background-color: #ffffff;
	height: 38px;
	font-size: 11px;
	color: #5b5b5b;
	margin: 0 auto;
	line-height: 38px;
	position:relative
}

* html .footer{
	margin-top: 10px;
}

.main{
	padding: 0;
	margin: 20px auto;
	width: 765px;
	position: relative
}


#container{
	background: url('../images/content_top.gif') no-repeat top center;
	padding-top: 10px;
	margin-bottom: 15px;
	/*          need this part for nav z overlaying?  */
	position: relative;
	z-index: 100
}
#container_container{
	padding-bottom: 10px;
	background: url('../images/content_bot.gif') no-repeat bottom center;
}
#container_container_container{
	background: url('../images/content_mid.gif') repeat-y top center;
	color: #666;
	padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
}
#main{
	border-left: 1px solid #cdcccd;
	float: left;
	padding: 10px;
	margin-left: 10px;
	width: 487px;
}

.drop{
	width: 765px;
	margin: 0 auto;
}
.drop_heading{
	background: url('../images/drop_heading.gif') no-repeat bottom left;
	height: 34px;
	line-height: 29px;
	color: #807f7f;
	padding-left: 20px
}
.drop_heading:hover{
	color: #333;
	cursor: pointer;
}
.selected_drop_heading{
	color: #fff;
	background-position: top left;
}
.selected_drop_heading:hover{
	color: #eee;
}
.drop_details{
	padding-left: 5px;
	margin-bottom: 10px;
	display: none;
}
.drop_details .table_container{
	border: 1px solid #949494;
	border-top: 0 none;
	width: 747px; /**/
	overflow: hidden;
}
.drop_details table{
	display: block;
	border-collapse: collapse;
}
.drop_details th,
.drop_details td{
	background-color: #fff;
}
.drop_details th{
	text-align: right;
	color: #807f7f;
	font-weight: normal;
	font-size: 12px;
	/*width: 135px;*/
	vertical-align: baseline;
	padding: 3px 15px 3px 0;
}
.drop_details td{
	border-left: 1px solid #949494;
	color: #333;
	/*width: 170px;*/
	font-size: 11px;
	text-align: center;
	padding: 3px 15px;
}
.drop_details td.double{
	/*width: 395px;*/
}
.drop_details td.triple{
	/*width: 570px;*/
}
.drop_details td.evenSplit{
	/*width: 306px;*/
}

.drop_details .odd th,
.drop_details .odd td{
	background-color: #e5e5e5;
}

.drop_details .odd th {
	text-align: right;
	color: #807f7f;
	font-weight: normal;
	font-size: 12px;
	/*width: 135px;*/
	vertical-align: baseline;
	padding: 3px 15px 3px 0;
}
.drop_details .odd td {
	border-left: 1px solid #949494;
	color: #333;
	/*width: 170px;*/
	font-size: 11px;
	text-align: center;
	padding: 3px 15px;
}

.drop_details .th_cell {width:128px;}
.drop_details .td_cell {width:120px;}
.drop_details .td_cell_2col {width:271px;}


.note{
	font-size: 11px;
	margin: 5px 0;
}

#drops{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	line-height: 9px;
	padding: 0px;
	margin: 0 0 20px 70px;
}
.cell_l{
	margin: 0;
	padding: 5px 0 5px 0;
	border-width: 1px;
	border-left-style: solid;
	border-color: #989898;
	text-align: center;
}
.cell_lr{
	margin: 0;
	padding: 5px 0 5px 0;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #989898;
	text-align: center;
}
.cell_tlr {
	margin: 0;
	padding: 5px 0 5px 0;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #989898;
	text-align: center;
}
.cell_tl {
	margin: 0;
	padding: 5px 0 5px 0;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-color: #989898;
	text-align: center;
}
.cell_tlrb {
	margin: 0;
	padding: 5px 0 5px 0;
	border-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #989898;
	text-align: center;
}
.cell_tlb {
	margin: 0;
	padding: 5px 0 5px 0;
	border-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #989898;
	text-align: center;
}
.row_label {
	padding: 5px 5px 5px 20px;
	border-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-color: #989898;
	font-weight: bold;
}
.row_label_top {
	padding: 5px 5px 5px 20px;
	border-width: 1px;
	border-left-style: solid;
	border-color: #989898;
	font-weight: bold;
}
.row_label_bottom {
	padding: 5px 5px 5px 20px;
	border-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: #989898;
	font-weight: bold;
}
.bdrfull {
	border: solid 1px #989898;
}
.noborder {
	border: none;
}

.bdr_l {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
}
.bdr_lr {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #989898;
}
.bdr_tb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #989898;
	border-right-color: #989898;
	border-bottom-color: #989898;
	border-left-color: #989898;
}


.center{
    margin-left:auto;
    margin-right:auto;
}