body {
	margin: 0;  padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

div#masthead {
	position: absolute;
	top: 0;  left: 0;
	width: auto;  height: auto;
	margin: 0;  padding: 0;
	border: 0;
}
	div#masthead p { display: block; }
	div#masthead + p { font-weight: bold; }
	div#masthead a { display: none; }
	#home div#masthead { margin-top: -28em; }

div#navtop, div#menu, .nav {
	display: none;
}

div#container {
	display: block;
	position: absolute;
	top: 160px;  left: 0;
	margin: 0;  padding: 0;
}

div#content {
	display: block;
	position: relative;
	top: 0;  left: 0;
	width: auto;  height: auto;
	margin: 0;  padding: 0;
	font-size: 90%;
	line-height: 180%;
	color: #000000;
}
	div#content-top {
		position: relative;
		top: 0;  left: 0;
		width: auto;  height: auto;
		margin: 0;  padding: 0;
	}
	
	p#content-bottom { display: none; }

div#footer {
	display: block;
	position: relative;
	left: -50px;
}
	div#footer span { display: none; }

h2, h2 span, h2 > span, h2 + span {
	display: block;
	top: 0;  left: 0;
	width: auto;  height: auto;
	margin: 0;  padding: 0;
	margin-bottom: 2em;
	text-indent: 0;
	color: #000000;
}
	h2 a { display: none; }

h3 {
	margin-bottom: -1em;
	font-size: 120%;
	color: #000000;
}

input, textarea {
	padding: 2px;
	width:300px;
	font: 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5a7a99;
}

#content ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 15px;
}
	#content-top > ul { margin-right: 54px; }

#copyright {
	margin-left: 50px;
	font-size: 9px;
	color: #819db4;
}

.feature {
	display: block;
	margin-left: -5px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #cedbe8;
}

.formlabel {
	margin-top: 2em;
	line-height: 240%;
}

.dont li, .do li { margin-bottom: 1em; }
	.dont li {list-style-image: url(images/dont.gif); }
	.do li {list-style-image: url(images/do.gif); }
	ul.dont > li, ul.do > li { margin-left: 1em; }

.nowrap { white-space: nowrap; }

.nav li {
	display: inline;
	padding: 2em 0 0 1em;
	font-size: 90%;
	font-weight: 700;
	line-height: 200%;
	overrflow: visible;
}
	.nav li:hover		{ background: url(images/star-hover.gif) no-repeat -4px 6px; }
	.nav a				{ color: #ffde11; }
	.nav a:hover		{ color: #fff9b2; }
		.nav > li a:hover		{ color: #ffde11; }
	li#active			{ background: url(images/star-hover.gif) no-repeat -2px -1px; }
	li#active a 		{ color: #f1f0e1; }

	#footer a, #menu a, #content-top a			{ font-weight: normal; color: #375c80; }
	#footer a:hover, #menu a:hover, #content-top a:hover, .nav2 a:hover	{ font-weight: normal; color: #4b92d8; }
		#footer .nav li:hover					{ background-image: none; }
	#copyright a 								{ color: #819db4; }

.nav2				{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
					  font-size: 90%; font-weight: normal; text-align: center; }
	.nav2 a 		{ padding: 0 6px; color: #ffffff; }
	.nav2 a:hover	{ color: #e0e4f1; }

a:link, a:visited {
	text-decoration: none;
}
	#content-top a:link, #content-top a:visited {
	text-decoration: underline;
}
