#nav {
	margin: 0; padding-top: 2px;
	width: 150px;
	background-color: white;
	/*border-bottom: 2px solid #CCC;*/
}
#nav p {
	background: white;
	color: #000;
	font: bold 75% arial, sans-serif;
	letter-spacing: 1;
	padding: 3px 2px 2px 3px;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#nav p.extend {
	background: white
}
#nav p a {
	text-decoration: none; color: #CC0000; display: block; width: 150px; font-weight: bold; 
}
#nav p a:hover {
	text-decoration: underline; color: #CC0000; font-weight: bold;
}
#nav p.search {
	background: white
}
#nav p.search:link
}
#nav ul {
	display: none;
	list-style: none;
	margin: 0; padding: 0;
	background: white;
}
#nav ul li {
	background: white;
	color: black;
	font: 70% arial, sans-serif;
	letter-spacing: -0.333;
	margin: 0 0 0 10px;
	padding: 1px;
	border-bottom: 1px solid #fff;
}
#nav ul li a {
	text-decoration: none; color: black; display: block; font-weight: bold;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: black;
}
#nav ul li ul {
	display: none;
	list-style: none;
	margin: 0; padding: 0;
}
#nav ul li ul li {
	border: none;
}
#content {
	padding: 5 5 10 5px;
	font: 80% arial, sans-serif;
	line-height: 1.25em;
	border-left: 1px solid #CCC
}
#content a{
	text-decoration: none; color: #CC0000;
}
#content a:hover{
	text-decoration: underline;
}
#footer {
	padding: 5 5 2 5px;
	font: 60% arial, sans-serif; color: #999;
	text-align: center;
	border-top: 1px solid #CCC;
}
#footer a{
	text-decoration: none; color: #CC0000;
}
#footer a:hover{
	text-decoration: underline;
}
#title {
	padding: 3px 2px 2px 3px;
	font: 110% arial, sans-serif; color: white;
}
.space {
	size: 9;
	margin: 0px; 
	padding: 2px;
}
.skip {
	display: none;
	}

