html {
	height: 100%;
}
body {
	margin: 0px;
	background: #FCF0D6;
	min-width:780px;
	max-width:1280px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	color: black;
	font-size: 100%;
}

h1 {
	font-family: 'Gill Sans MT', Arial, Helvetica, sans-serif;
	font-size: 130%;
}
h2 {
	font-family: 'Gill Sans MT', Arial, Helvetica, sans-serif;
	font-size: 120%;
}
h3 {
	font-family: 'Gill Sans MT', Arial, Helvetica, sans-serif;
	font-size: 110%;
}

hr {
	background: #ECB52E;
	border: 0;
	height:1px;
	color: #ECB52E;
}

.breadcrumbs {
	font-size: 80%;
	color: #C08000;
}

.header {
	height: 100px;
	background-color: #ECB52E;
	width: expression(document.body.clientWidth > 1280? "1280px": (document.body.clientWidth < 780 ? "780px":"100%"));
	min-width:780px;
	max-width:1280px;
	color: black;
	text-align: left;
	vertical-align: middle;
	font-size: 225%;
	font-weight: bold;
	font-family: 'Gill Sans MT', Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 20px;
	height: 100px;
	line-height: 85%;
}
.lessheader {
	font-weight: normal;
	font-size: 65%;
}

.footer {
	font-size: 60%;
	font-weight: bold;
	height: 15px;
	padding: 2px;
	background-color: black;
	color: #C08000;
}

.fullwidth {
	width: 100%;
}
.fullheight {
	height: 100%;
}
.pane {

	text-align: left;
	vertical-align: top;
}
.content td {
	padding: 2px;
}
.content th {
	font-weight: bold;
	text-align: left;
	background-color: #ECB52E;
	color: white;
}
.content {
	background: white;
	padding: 10px;
	font-size: 80%;
	color: black;
}
.leftsidebar {
	background: #ECB52E;
	padding-left: 6px;
	padding-right: 6px;
	width: 170px;
}
.rightsidebar {
	background: #ECB52E;
	padding-left: 6px;
	padding-right: 6px;
	width: 170px;
}
.linksbar {
	background: #ECB52E;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	color: black;
}
.buttonbar {
	padding: 5px;
	text-align: center;
	border: 0.5pt solid black;
	background-color: #ECB52E;
}
.homeitem {
	background: white url(images/home.gif) no-repeat !important;
}

.menuitem {
	background-color: #FCF0D6;
	background: url(images/arrowup.gif) no-repeat;
	padding: 2px 0px 2px 16px;
	font-size: 95%;
	font-weight: normal;
	margin: 2px 0px;
	border: 0.5pt solid #37664B;
}

.menuitem div.menuitem {
	font-size: 100% !important;
}

.selected {
	background: #FCF0D6 url(images/arrowright.gif) no-repeat;
	padding: 2px 0px 2px 16px;
	font-weight: bold;
	margin: 2px 0px;
	border: 0.5pt solid #37664B;
}

.menucontainer {
	background: none;
	padding: 0px 0px 0px 16px;
	margin: 0px;
}

.hide {
	display: none;
}

.newscontainer {
	background: #FCF0D6;
	padding: 2px;
	margin-bottom: 10px;
	font-size: 85%;
}
.newshead {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}
.newspreview {
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	color: #C08000;
	text-decoration: dotted;
}
a:hover {
	text-decoration: none;
}

.linksbar a {
	color: #333333;
}

.menuitem a {
	text-decoration: none;
}
.menuitem a:hover {
	text-decoration: underline;
}

.notvisible a {
	color: #CC0000 !important;
	text-decoration: none;
}

.newshead a {
	text-decoration: none;
}
.newshead a:hover {
	text-decoration: underline;
}
.newspreview a {
	text-decoration: none;
}
.newspreview a:hover {
	text-decoration: underline;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.posting {
	margin: 10px 0px 5px 5px;
	padding: 5px;
	text-align: center;
	float: right;
	clear: right;
	font-size: 80%;
}
.pdflink {
	margin: 5px;
	padding: 5px;
	border: 0.5pt solid #37664B;
	text-align: center;
	float: right;
	font-size: 80%;
}
.pdflink a {
	text-decoration: none;
}
.pdflink a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
a img {
	border: solid #F8DB9E 1px;
}
a:hover img {
	border: dotted black 1px;
}
.notice {
	color: #CC0000 !important;
	font-weight: bold !important;
}
label {
	background-color: #FCF0D6;
	color: #C08000;
}
.mover {
	font-size: 110% !important;
	font-weight: bold !important;
	padding: 0px 1px 0px 1px;
}
.searchblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
	padding: 0px;
}
.button {
	font-weight: bold;
	border:solid 1px #FCF0D6;
	background-color: #C08000;
	color: #FCF0D6;
	text-align: center;
	margin: 1px;
}
.inputbox {
	font-weight: normal;
	color: black;
	background: #FCF0D6;
	border: 1px solid #C08000;
	margin: 1px;
	padding: 1px;
}