#welcometojethro {
	text-align: center;
}

body {
	background-color: #ffffe0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
	padding-left: 2.5em;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

/*a {
	color: #3366CC;
	text-decoration: none;
}*/

form {
	background-color: #CCCC99;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

img {
	padding: 1em;
}
.image {
	text-align:center
	}

h1 {text-align:center}
/*This is where the navbar starts, hopefully there will not be conflicts.*/
#navbar{
	margin: 1em 2em;
	width: 10em;
	padding: 5px;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	text-align: center;
	color: #002152;
}
#navbar ul li {
	margin-left: 0;
	padding: 3px 5px;
	list-style: none;
	display: inline;
	background-color: #ffdead;
	width: 6em;
}
#navbar ul li a{
	text-decoration: none;
	color: #002152;
}
#navbar ul li a span {display: none;}

#navbar ul li a:hover span {
	text-align:center;
	display: block;
	position: absolute; 
	top: 100px;
	width: 34%;
	left: 33%;
	right:33%;
	padding: 3px; 
	margin: 10px; 
	z-index: 100;
	color: #8b795e; 
	font: 10px Verdana, sans-serif; 
}

#legal {
	padding-top:10em;
}
