body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14pt;
	color: #5581B0;
}

p {
	margin: 0 0 10px 0;
}

a:link {
	color: #5581B0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5581B0;
}
a:hover {
	text-decoration: underline;
	color: #5581B0;
}
a:active {
	text-decoration: none;
	color: #5581B0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
.style1 {
	color: #5581B0;
	font-weight: bold;
}

#content {
	padding: 5px 20px 20px 20px;
}

#introimg {
	border: solid #5581B0 1px;
	margin: 0 0 10px 0;
}

#signup {
	background: #5581B0 url(../images/bkgd-blue.gif);
	text-align: left;
	position: relative;
	width: 624px;
	border: solid #5581B0 1px;
	margin: 0 auto 10px auto;
	background-color: #A5C8ED;
}
#signup-top {
	text-align: left;
	margin: 0;
	width: 500px;
}
#emailform { 
	margin: 0;
	padding: 0;
}

#email {
	position: absolute;
	top: 9px;
	left: 408px;
	width: 156px;
	color: #5581B0;
	padding-left: 5px;
}

#go {
	position: absolute;
	top: 8px;
	left: 572px;
	color: #fff;
}

form {
	margin: 0;
}

#nav {
	margin-top: 5px;
	background: #F2E9E0;
	width: 168px;
}
/*#FrontImages td{
	padding-bottom: 8px;
}*/
#subnav { 
	width: 100%;
	float: left;
	clear: both;
}
#subnav ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	clear: both;
}
#subnav li {
	float: left;
	padding: 5px 15px;
}
#subnav ul a {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#subnav li ul { /* second-level lists */
	position: absolute;
	background: #5581b0;
	width: 152px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid #5581b0 1px;
}

#subnav li ul li{
	width: 152px;
	padding: 0;
}

#subnav li ul a{
	display: block;
	font: normal 12px Arial, sans-serif;
	width: 150px;
	padding: 3px 0px 3px 2px;
	border-bottom: solid #fff 1px;
}

#subnav li ul a:link, #subnav li ul a:visited{
	color: #fff;
}

#subnav li ul a:hover{
	color: #000;
	background: #dbebf8;
}

#subnav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
	left: -999em;
}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
