body {
	font-family: Tahoma, Verdana, Arial, Geneva, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: none;
	background-color: #fff;
	margin: 2em;
	display: block;
}

/*** Hyperlink properties ***/
a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

h1,h2,h3 {
	color: #000;
}

#topbanner {
	text-align: center;
}

#bannerimg {
	clear: both;	
}

#hdrlinks {
	display: none;
}

#menu {
	display:none;
}

#breadcrumb {
	text-decoration:none; 
	font-weight:bold;
}

#crumbtext {
	float: left;
	text-align: left;
	margin-left: 10px;
}

#curdate {
	font-weight: bold;
	text-align: right;
	margin-right:10px;
}

#contentblock {
	/* deliberately blank */
}

#leftcontent {
	display: none;
}

#leftcontentfixedgrad {
	display: none;
}

#centrecontent {
	padding: 10px 10px 5px 10px;
	margin:0px;
	width: auto;
	line-height:125%;
}

#rightcontent {
	display: none;
}

#basebanner {
	border-top: 1px solid #FC8A25;
	border-bottom: 1px solid #FC8A25;
	background-image: url(/css/images/footerbg.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 35px;
	font-size: 9px;
	padding-left: 10px;
	clear: both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}
.floatright {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#formpad {
	padding: 10px 20px 10px 20px;
}