/* generic tag formatting */
body{
	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:none;
}
#breadcrumb{
	color:black;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}
#contentbody{
	text-align:left;
	padding:10px 0 10px 0;
	margin:0;
}
#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{
	display:none;
}
/* 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{
	display:none;
}
.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;
}
.noprint{
	display:none;
}