@charset "utf-8";
/* CSS Document */

#categories-frame {
	
}

#categories {
	background-image: url(../images/categories-bg.png);
	background-repeat: repeat-x;
	padding: 5px 0px 0px 10px;
}

#categories ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../../spacer.gif);
}

#categories ul li a {
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #99ccff;
	display: block;
	text-decoration: none;
}

#categories ul li a:hover {
	background-color: #cce9ff;
	color: #003366;
}

#go {
	 color: #0066CC;
	 border: 2px solid #0066CC;
}

#go:hover {
	background-color: #aaeeFF;
}

.head {
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

label {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	margin-right: 10px;
}

.listing {
	border-bottom: 1px solid #0066cc;
	padding: 5px;
}

.listing:hover {
	background-color: #e9f6ff;
}

.listing a:hover {
	color: #003366;
}

#splash, #content {
	color: #003366;
}

#splash {
	background-image: url(../images/splash-bg.jpg);
	background-repeat: repeat-x;
	padding: 0px 55px;
	width: 460px;
}

#splash h1, #content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #003366;
}

#splash h2, #content h2 {
	font-size: 18px;
	font-weight: normal;
}

#splash p {
	margin: 9px auto 0px;
}