
div#header {
	width: 100%;
	color: black;
	background-color: #ffa500;
	margin: 0em 0em 0em 0em;
}

div#titleTextArea {
	float: left;
	width: 70%;
	z-index: 5;
}

span.bigChar {
	font-size: 140%;
	line-height: 100%;
}

div#mainTitle {
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 300%;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	margin: 10px;
	z-index: 10;
}

div#subTitle {
	position: relative;
	font-family: "Times New Roman", serif;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	margin: 10px;
	z-index: 10;
}

div#headerImage {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
}

div#updateNotice ,
div#siteAccess ,
div#updateNotice td {
	float: right;
	text-align: right;
	font-size: small;
	font-weight: bold;
	margin: 3px 12px 3px 3px;
	line-height: 120%;
	z-index: 10;
}

.updateNoticeLabel {
	text-decoration: underline;	
}

table.bar {
	color: black;
	background-color: #00c300;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.overlapText {
	position: relative;
	z-index: 30;
}

table.bartab {
	color: black;
	background-color: #00c300;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

table.bar a, table.bar a:visited {
	color: black;
}

table.bar a:active, table.bar a:hover {
	color: #00c300;
	background-color: black;
}

td.barSelected {
}

td.barSelected a, td.barSelected a:visited {
	color: #006600;
	background-color: #00c300;
	font-weight: bold;
	text-decoration: none;
}

td.barSelected a:active, td.barSelected a:hover {
	color: black;
	background-color: #00c300;
	font-weight: bold;
	text-decoration: none;
}

img.icon {
  padding: 2px;
  margin: 5px;
  border: solid 1px #ddd0c0;
}

.smallIcon {
  border: solid 1px #ddd0c0;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  padding: 1px;
  margin: 0px;
  background-color: white;
}

h1 img.icon {
  float: none;
  padding: 2px;
  margin: 5px;
  border: solid 1px #ddd0c0;
  vertical-align: bottom;
}

.floatLeft {
  float: left;
}
