#header {
	height: 106px;
	width: 760px;
	margin-top: 5px;
	background-image: url('../images/subheaderbkgnd.jpg');
}

#headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
/*	text-align:center;*/
	margin-top: 70px;
	margin-left:160px;
}

#navigation {
	height: 22px;
	width: 760px;
	background-color: #999999;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-position:  center;
	padding-top: 3px;
}

.row_even {
	background-color:#FFFF99;
	}

.detail_col1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	width:20%;
	text-align:left;
	padding-top: 3px;
	border-right-style:solid;
	border-right-color:#333333;
	border-right-width:1px;
}

.detail_col2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	width:60%;
	text-align:left;
	padding-top: 3px;
}

.detail_col3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	width:20%;
	text-align:center;
	padding-top: 3px;
	border-left-style:solid;
	border-left-color:#333333;
	border-left-width:1px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	background-color:#666666;
}

.title_col1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	background-color:#666666;
	width:20%;
	text-align:left;
}

.title_col2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	background-color:#666666;
	width:60%;
	text-align:left;
}

.title_col3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	background-color:#666666;
	width:20%;
	text-align:center;
}

#body {
	background-color: #CCCCCC;
	text-decoration: none;
}

#bkgnd {
	background-color: #FFFFFF;
	width: 764px;
	border: 1px double #333333;
	margin: 0px;
	top: 0px;
	padding: 1px 1px 1px 7px;
}

#bar_bkgnd {
	background-image:url(../images/bar_background.gif);
	}
	
#contentdiv {
	padding: 0px;
	width: 760px;
}

#content {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336633;
	padding: 2px;
}

#content_popup {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336633;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#336633;
	width: 500px;
	padding: 2px;
}

#footer {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 20px;
	width: 760px;
	padding-top:4px;
	border-top: thin solid #000000;
	border-right: thin #000000;
	border-bottom: thin #000000;
	border-left: thin #000000;
}

#footer_popup {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #999999;
	height: 28px;
	width: 490px;
	border-top: thin solid #000000;
	border-right: thin #000000;
	border-bottom: thin #000000;
	border-left: thin #000000;
}

#address {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #999999;
	height: 28px;
	width: 760px;
	border-top: thin solid #000000;
	border-right: thin #000000;
	border-bottom: thin #000000;
	border-left: thin #000000;
}

.headentry {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom: 2px;
	padding: 2px;
}

.lineentry {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-bottom: 2px;
	padding: 3px;
}

.listentry {
	font-weight:bold;
	text-align:left;
	list-style-position:outside;
	list-style-type:square;
}

.popupentry {
	color: #777;
	background:#FFCC33;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
}

.closeentry {
	color: #777;
	background:#FFCC33;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
}

ul {
margin: 0px;
padding: 0px;
list-style: none;
width: 150px;
border-bottom: 1px solid #ccc;
}

ul li {
position: relative;
}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	margin-bottom: 2px;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background:#FFCC33;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.wrap1, .wrap2, .wrap3 {
/*display:inline-table;*/
/* \*/display:block;/**/
}
/*.wrap1 {
float:left;
background:url(../images/shadow.gif) right »
bottom no-repeat;
}
.wrap2 {
background:url(../images/corner_bl.gif) left »
bottom no-repeat;
}
.wrap3 {
padding:0 4px 4px 0;
background:url(../images/corner_tr.gif) right »
top no-repeat;
}*/
.wrap3 img {
display:block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	background:#FF9900;
	}

li:hover ul, li.over ul { display: block; }

