/* generic tag formatting */
body{
	margin:15px;
	background-color: #535353;
	background-image: url(../images/bgtile.jpg);
	background-repeat: repeat-x;
	line-height:1.6em;
}
body,input,select,textarea,pre{
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
h1{
	font-weight:normal;
	color:#E7962D;
	font-size:18px;
}
h2{
	font-weight:normal;
	color:#999;
	font-size:14px;
	border-bottom:1px dotted #CCC;
	margin-top:0;
	padding-top:0.4em;
}
h3{
	font-size:12px;
	font-weight:bold;
}
a{
	color:#CC9966;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
blockquote{
	padding-left:1.6em;
	margin-left:0;
}
/* basic structural divs */
#header{
}
.bgtile{
	background:url(../images/frame_tile.gif) repeat-y #FFF;
}
#breadcrumb{
	color:#999;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}
#contentbody{
	text-align:left;
	padding:10px 32px 60px 32px;
	margin:0;
	background:url(../images/footerpic.jpg) bottom center no-repeat;
}
#footer{
	color:#999;
	font-size:11px;
	padding:10px 0 20px 0;
}
#footer a{
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*floating div above flash header*/
#headertext{
	color:white;
	position:absolute;
	width:408px;
	text-align:left;
	left: 319px;
	top: 138px;
	height: 95px;
}
.headertitle{
	font-weight:bold;
	color:#d37e32;
	font-size:14px;
	border-bottom:1px solid #666;
	padding-bottom:0.6em;
	margin-bottom:0.3em;
}
.title{
	height:80%;
	vertical-align:bottom;
}
/* nav styles */
#topnav{
}
.navholder{
	position:relative;
	z-index:1;
}
.navdiv{
	visibility:hidden;/**/
	position:absolute;
}
.navdiv table{
	background:#ccc;
	border:1px solid #B7B7B7;
	border-collapse:collapse;
}
.navdiv td{
	text-align:left;
	white-space:nowrap;
	border:0;
	padding:0;
}
.navdiv tr:hover{
	background:#E1E1E1;
}
.navdiv a{
	/*border-top:2px groove #E5E5E5;*/
	color:#333;
	text-decoration:none;
	display:block;
	width:80%;
	padding:6px 20px 6px 6px;
	border-bottom:1px solid #BABABA;
}
.navdiv a:hover{
	color:#FF6600;
}
.flyout{
	background: url(../images/navarrow.gif) 93% no-repeat #D9D9D9;
}
.flyout div{
	position:absolute;
	left:95%;
	margin-top:-25px;
	visibility:hidden;
}
/* body image formatting */
.pictable_left{
	float:left;
	margin-right:10px;
	margin-bottom:12px;
}
.pictable_left td{
	color:#999;
	padding-right:15px;
	line-height:1.5em;
	vertical-align:top;
}
.pictable_center{
	margin-bottom:12px;
}
.pictable_center td{
	color:#999;
	padding-right:6px;
	line-height:1.5em;
	vertical-align:top;
}
.pictable_right{
	float:right;
	color:#666;
}
.pictable_left img, .pictable_center img, .pictable_right img{
	margin-bottom:3px;
}
/* show / hide buttons for long content */
.morelessbutton{
	cursor:pointer;
}
.morelessbody{
	display:none;/**/
}
/* formatting of data tables*/
.datatable thead td{
	font-weight:bold;
	background:#f5e38d;
}
.datatable{
	background:#f3f3f3;
	border:1px solid #ccc;
}
.datatable td{
	padding:4px;
}
.datatable .oddrow{
	background:#ebeaea;
}
