body {
	
		background-color: #fff;
	}
	#masthead {
	}
	
	#title{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
	}

#sidebar-a {
		display: none;
	}

	#navcontainer ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}

	#navcontainer li { margin: 0 0 3px 0; }

	#navcontainer a
	{
		display: block;
		padding: 2px 2px 2px 24px;
		border: 1px solid #333;
		width: 120px;
		background-color: #fff;
		background-image: url(../images/li.down.gif);
	}

		#navcontainer a:link, #navlist a:visited
	{
		color: #EEE;
		text-decoration: none;
	}

		#navcontainer a:hover
	{
		border: 1px solid #333;
		background-color: #FFF;
		background-image: url(../images/li.over.gif);
		color: #333;
	}

		#active a:link, #active a:visited, #active a:hover
	{
		border: 1px solid #333;
		background-color: #FFBD00;
		background-image: url(../images/li.over.gif);
		color: #333;
	}
	
#content {
		padding: 5px;
		background-color: #fff;
		color: #000;
	}
	
#content h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		margin: 0;
		color: #040;
}

#content h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		margin: 0;
		color: #040;
}

p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
}

#content ul {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
}

th, dt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		font-weight: bold;
}

td, dd {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		font-weight: normal;
}

input, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		font-weight: normal;
}

.site {
		background-color: #d1d1d1;
}

.mom {
		background-color: #c6c6c6;
}

.dad { 
		background-color: #c0c0c0;
}
	
	#footer {
		clear: both;
		padding: 5px;
		margin-top: 5px;
		background-color: #000;
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		
	}
	
#footer p {
	color: #fff;
	text-align: center;
}
	
	#footer a:link, #footer a:visited, #footer a:hover {
		color: #fff;
		text-decoration: underline;
		
	}
	.breadcrumb {
		color: #909090;
	}
	
.breadcrumb	a:link, .breadcrumb a:visited, .breadcrumb a:hover {
		color: #909090;
		text-decoration: none;
	}
span.whiteHL{ background: #ffffff none; }
span.grayHL{ background: #e1e1e1 none; }
span.yellowHL{ background: #ffffcc none; }
span.orangeHL{ background: #ffcc66 none; }
span.pinkHL{ background: #ffcccc none; }
span.greenHL{ background: #ccffcc none; }
span.blueHL{ background: #ccffff none; }

.sponsors {
	display: none;
}