body {
	background: #666666;
	text-align: center;
	padding: 0px;
}
p {
	font-size: 75%;
	line-height: 16px;
	text-align: justify;
}
#wrapper {
	background: #f3f0db;
	text-align: left;
	margin: 0px auto;
	width: 800px;
}
#header {
	background: #95ACFD;
	float: left;
}
#nav {
	float: left;
	font: 13px "Times New Roman", Times, serif;
	color: #990000;
	letter-spacing: 1px;
	padding-top: 10px;
}
#nav ul {
    margin: 0;
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;

}
#nav li {
    margin: 0;
}
#nav a {
	display: block;
	width: 114px;
	padding: 0px 30px 0px 0px;
	line-height: 40px;
	height: 40px;
	text-align: right;
}
#nav a:link, #nav a:visited {
	color: #990000;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #993333;
	background: #F2E9CC url(images/nav-bgd.gif) no-repeat
}
.selected {
	color: #990000;
	text-decoration: none;
	color: #993333;
	width: 114px;
	padding: 0px 30px 0px 0px;
	line-height: 40px;
	height: 40px;
	text-align: right;
	background: #F2E9CC url(images/nav-bgd.gif) no-repeat
}

#content {
	width: 590px;
	float: right;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
}
h1 {
	font: lighter normal 1.4em/1.3em "Times New Roman", Times, serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px
}
.subheading {
	font: normal 1.4em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
#content p {
	font: normal 0.9em/1.6em "Times New Roman", Times, serif;
	color: #666666;
	text-align: left;
	letter-spacing: .5px;
}
#content a:link {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	width: 800px;
	clear: both;
	height: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#footer a {
	color: #663366;
	text-decoration: none;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding-left: 180px;
}#content a:link {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}
#content a:visited {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #993333;
	text-decoration: underline;
}
.floatrightl30 {
	float: right;
	margin-left: 30px;
}
.top20 {
	margin-top: 20px;
}
