body {
	font-family: Verdana ;
	color: black ;
	background: white ;
	margin: 0 ;
	padding: 0 ;
	}

h1 {
	font-size: 2.5em ;
	}

h2 {
	font-size: 1.25em ;
	}

h3 {
	font-size: 1.05em ;
	}

h6 {
	font-size: 2.0em ;
	}

.border1 {
	border: solid black 1px ;
	}

a {
	color: black ;
	}

#footer p {
	padding-top: 10px ;
	font-size: 0.8em ;
	text-align: center ;
	}

a.navlink {
	color: white ;
	font-size: 10pt ;
	}

a:visited.navlink {
	color: white ;
	font-size: 10pt ;
	}

a:hover.navlink {
	color: gold ;
	font-size: 10pt ;
	}

form select {
	background: white ;
	color: #1E264D ;
	}

form input {
	background: white ;
	color: #1E264D ;
	}

.ads {
	font-size: 0.8em ;
	text-align: center ;
	}

#crumb {
	font-size: 0.8em ;
	font-style: italic ;
	text-align: left ;
	}

.nav {
	color: white ;
	background: #0033FF ;
	}

.tdback2 {
	color: black ;
	background: white ;
	}

.tdback2 a {
	color: black ;
	background: white ;
	}

.tdback2green {
	color: #1E264D ;
	background: #66FF00 ;
	}

.tdback2yellow {
	color: #1E264D ;
	background: yellow ;
	}

.tdback2red {
	color: #1E264D ;
	background: #FF3300 ;
	}

.fact {
	background: #1E264D ;
	color: white ;
	font-weight: bold ;
	padding-right: 5px ;
	}

.goldbox {
	font-size: 0.9em ;
	background: white ;
	color: #1E264D ;
	text-align: center ;
	padding: 5px 0px ;
	}

.goldbox a {
	background: white ;
	color: #1E264D ;
	}

.goldbox2 {
	background: white ;
	color: #1E264D ;
	padding: 10px 10px ;
	}

.hilite {
	background: #1E264D ;
}

.hilite .reverse {
	color: white ;
	background: #1E264D ;
	}

.welcome {
	color: white ;
	background: #1E264D ;
	padding: 5px 5px ;
	}

.bluebox {
	color: white ;
	background: #1E264D ;
	padding: 5px 5px ;
	font-size: 1.1em ;
	}

.smallerfont {
	font-size: 0.9em ;
	}

.smallerfont2 {
	font-size: 0.9em ;
	color: #1E264D ;
	background: white ;
	}

.qmark {
	font-weight: bold ;
	color: white ;
	background: #1E264D ;
	}

.largebutton {
	font-size: 1.5em ;
	}

.mediumbutton {
	font-size: 1.25em ;
	}

.standardbutton {
	font-size: 1.0em ;
	}

.list_ul {
  float: left;
  width: 50em; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.list_li {
  float: left;
  width: 15em;
  margin: 0;
  background-image: url(images/smileybullet.jpg);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
} 

.desc_size {
	font-size: 10pt ;
}