td, input, textarea, select, button {
	font-family: Tahoma;
	font-size: 9pt;
}
body {
	background-color: #000000;
}


form {
  padding: 0;
  margin: 0;
}

a {
  color: #009dd9;
}

#main-content {
	font-family: Tahoma;
	font-size: 9pt;
	text-align: center;
	position: absolute;
	top: 100px;
	width: 940px;
	left: 2%;
	right: 2%;
	background-color: #EAE1E9;
	border: thin solid #FCC209;
}

#centered-content {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #EAE1E9;
}

#disabler {
  display: none; 
  position: absolute; 
  border: 1px solid #404040; 
  padding: 8px; 
  background-color: #FFFFE1
}

.small {
  font-size: 8pt;
}

.error {
  font-weight: bold;
  color: #d52727;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

.plain {
  text-decoration: none;
}

.content-section {
  padding: 8px 12px 8px 12px;
}

.header {
  font-size: 16pt;
  font-weight: bold;
  padding-bottom: 5px;
}

.click {
  cursor: pointer;
}

.gallery-div {
  border-bottom: 1px solid #dcdcdc; 
  padding-bottom: 5px; 
  margin-bottom: 5px; 
  clear: both;
}
#masthead{
	position: absolute;
	top: 2px;
	width:940px;
	height: 100px;
	background: #EBE2E7;
	left: 2%;
	right: 2%;
	border-left: thin solid #FCC209;
	border-right: thin solid #FCC209;	
}
#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #6A2B64;
	margin: 0px;
	border-bottom: thin solid #FCC209;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #6A2B64;
	background-image: url(../../design/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}
