body {
	font-family : 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: .9em;
	background-color: #dddddd; 
	color: #000;
}
#left {
  position: absolute;
  width: 190px;
  top: 10px;
  left: 10px;
  font-size: 0.9em;
  border: 0px;
  padding: 10px;
  z-index: 2;
}
#right {
  position: absolute;
  width: auto;
  top: 10px;
  right: 10px;
  left: 230px;
  border: 0px;
  padding: 0px;
  z-index: 1;
  height: 100%;
}
hr.topdivider {
	border-color: #9F0000 #525252 #525252 #000;	
	background-color: #9F0000; 
	border-width: 1px;
	border-style:outset;
}
#navbox {
	color: #000;
	font-size: 1em;		
	/* background: #B4B4B4 url(/images/brushed-metal-texture.jpg) repeat; */
        background-color: #B4B4B4;
	border: 4px #ccc groove;
	font-weight: bold;
}
#navbox h3, #goto h3 {
	margin:0;
	padding:2px;
	text-align:center;
}
#navbox p {
	margin:0;
	padding:2px;
}
#goto {
	color: #000;
	font-size: 1em;		
	/* background: #B4B4B4 url(/images/brushed-metal-texture.jpg) repeat; */
        background-color: #B4B4B4;
	border: 4px #ccc groove;
	font-weight: bold;
	margin-top: 10px;
}
#goto p {
	text-align:right;
	margin:0;
	padding:2px;
}
table.textbox {
	font-size : 1.2em;
	font-family: Georgia, Palatino,'Times New Roman',serif;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
table {
	font-size : 1.1em;
}
td.menu {
	font-size: 1.1em;
	color: #9F0000;
}
td.pageLabel {
	font-size: 1.2em;
	font-weight: bold;
	color: #9F0000;
}
table.frame {
}
td.frame {
	font-size : 1.2em;
	background-color: #909090;
	border : thin solid #CCCCCC;
}
.copyright {
	font-size: .8em;
}
td.creditLabel {
	font-style: italic;
}
td.creditName {
	font-weight: bold;
}
a.nav {
	color: #0032AA;
	font-size: 1em;
	text-decoration: none;
}
a.nav:visited {
	color: #0032AA;
}
a.nav:hover{
	color: #fff;
	background-color: #9F0000;
}
a.listing {
	color: #0032AA;
	text-decoration: none;
}
a.listing:hover{
	color: #FFF;
	text-decoration: underline;
}
a.listing:visited {
	color: #d4d4d4;
}
td.small {
	font-size: .9em;
}
select.smallSel {
	font-size: .9em;
	width : 170px;
	margin: 0px;
}
.searchField {
	font-size: .9em;
	height: 20px;
	margin: 0px;
	width : 140px;
}
.smallField {
	font-size: .9em;
	height: 20px;
	margin: 0px;
	width : 40px;
}
table.thumbnail {
	border : none;
}
td.thumbnail {
	font-size: .8em;
}
fieldset.credits {
	margin: 20px;
}
fieldset.credits ul {
	font-family: "Monoco", "Courier New", Monospace;
	font-size: 1.1em;
}
fieldset.credits li {
	list-style-type: none;
}