body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/bkgradient.png);
}

td {
}

form {
  padding: 0;
  margin: 0;
}

input, textarea, select {
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif;
  /*border: 1px solid #009dd9;*/
}

a {
  color: CCCCFF;
}

#main-content {
	margin: 0px 20px 0px 20px;
	font-size: 10pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.text_topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 6px;
}

#centered-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 675px;
}

.url {
  color: #CCCCCC;
  font-size: 9px;
}

.small {
  font-size: 9px;
}

.grey {
  color: #666;
}

.error {
  font-weight: bold;
  color: #FFFF00;
  padding: 4px;
  padding-left: 10px;
  background-color: #0099FF;
}

.notice {
  font-weight: bold;
  color: #FFFFFF;
  padding: 4px;
  padding-left: 10px;
  background-color: #181818;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

a.category {
  color: CCCCFF;
}

a.link {
  color: #CCCCFF;
}

.plain {
  text-decoration: none;
}

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

/* tabs */ 
#tab-container {
	text-align: center;
}

#tabs {
	text-align: center;
	margin: 0;
	padding-left: 15px;
	height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.tab-l {
  background: url('../images/tab-left-off.gif') no-repeat bottom;
  width: 7px;
  height: 29px;
  float: left;
  display: inline;
  margin-left: 6px;
} 

.tab-l.on-l {
  background: url('../images/tab-left-on.gif') no-repeat bottom;
  width: 7px;
  height: 29px;
  float: left;
  display: inline;
} 

.tab-r {
  background: url('../images/tab-right-off.gif') no-repeat bottom right;
  width: auto;
  float: left;
  display: inline;
  padding: 0 13px 0 6px;
  height: 29px;
} 

.tab-r.on-r {
  background: url('../images/tab-right-on.gif') no-repeat bottom right;
  width: auto;
}

.tab-r a {
  position: relative;
  top: 13px;
  color: #FFF;
  text-decoration: none;
}

.tab-r.on-r a {
  color:#FFFF00;
}

/* Search bar */
#search-bar {
	text-align: center;
	padding: 4px 0 12px 0;
	background-position: left top;
	background-image: url(../images/bk_search.png);
}

#search-button {
  position: relative; 
  top: 3px;
  border: 0;
}

/* Header bars */
.bar {
  background: url('../images/header-bar-middle.gif') repeat-x top left;
  height: 29px;
}

.bar-left {
  background: url('../images/header-bar-left.gif') no-repeat top left;
  height: 29px;
  float: left;
  display: inline;
}

.bar-right {
  background: url('../images/header-bar-right.gif') no-repeat bottom right;
  height: 29px;
  text-align: right;
}

.bar-text-left {
  position: relative;
  top: 4px;
  left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  display: inline;
}

.bar-text-right {
  position: relative;
  top: 5px;
  right: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9pt;
  display: inline;  
}

.bar-text-right a {
  text-decoration: none;
}

/* Footer */
#non-footer {
  position: relative;
  min-height: 100%;
}

* html #non-footer {
  height: 100%;
}

#footer {
	height: 45px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
}

#footer-spacer {
  height: 50px;
}

#footer-text {
  position: relative;
  top: 10px;
  left: 10px;
  width: 200px;
}

#footer-text a {
  text-decoration: none;
}

/*body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  margin-top: 15px;
}

input, select, textarea, button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  margin: 0px;
}

a.category {
  color: #0066CC;
}

a.link {
  color: #1979B5;
}

form {
  padding: 0px;
  margin: 0px;
}

.centered {
  text-align: center;
}

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

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

.searchbar {
  background-color: #ececec;
}

.infobar {
  background-color: #ececec;
  font-weight: bold;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  padding: 3px 0px 3px 5px;
}

.url {
  color: green;
  font-size: 8px;
}

.small {
  font-size: 8px;
}

a.tab {
  font-size: 8px;
  font-weight: bold;
  color: #ffff00;
  background-color: #ececec;
  border: 1px solid #afafaf;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}

a.tab:hover {
  color: #555;
}

.border-left {
  border-left: 1px solid #afafaf;
}

.border-right {
  border-right: 1px solid #afafaf;
}

.border-top {
  border-top: 1px solid #afafaf;
}

.border-bottom {
  border-bottom: 1px solid #afafaf;
}

.plain {
  text-decoration: none;
}

.grey {
  color: #666;
}

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

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

.jmbfoot {
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.jmblink {
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1979B5;
}
*/
.formnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	background-color: #B9E0FF;
	margin: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 6px;
	white-space: nowrap;
}
.bannercontent {
	display: none;
}
