@charset "UTF-8";
#nav {
	position: absolute;
	height: 155px;
	width: 100px;
	left: 20px;
	top: 55px;
	right: auto;
	font-family: "Courier New", Courier, monospace;
	background-color: #CCFF66;
	border: medium solid #999999;
}
#header {
	height: 55px;
	width: 700px;
	left: 20px;
	top: 0px;
	position: absolute;
	background-color: #CCFF66;
	border: medium solid #999999;
}
#otherNav {
	position: absolute;
	width: 80px;
	right: 20px;
	border: medium solid #999999;
}
#otherNav p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}
#content {
	position: absolute;
	height: auto;
	width: 600px;
	left: 120px;
	top: 55px;
	font-family: "Courier New", Courier, monospace;
	background-color: #CCFF66;
	border: medium solid #999999;
}
#nav p {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	border: medium none #CCFFCC;
}
#content h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000000;
}
#content p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-style: normal;
}
