/* CSS Document */

body {
	background: url(../images/inkspots.jpg) no-repeat top right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: lucida grande, verdana, arial, sanf-serif;
	font-size: 9pt;		
	background-color: #ffffff;
}

.banner {
	display: block;
	float: left;
}

#title {
	padding: 3px 0px 3px 15px;
	text-align: left;
	font-weight: bold;
}

#navcontainer ul
{
background-color: #eeeeee;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
border-top: 1px solid #000000;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #000000;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #000;
}

.smallsample {
	float: left;
	width: 200px;
	height: 200px;
	background-color: #333333;
	padding: 15px;
	margin: 10px;	
	font-size: 9pt;
	text-align: center;
}

.smallsample:hover {
	background-color: #993300;
}

.smallsample img {
	border: none;
}

.smallsample a {
	text-decoration: none;
	color: #000000;
}

.infobox {
	float: right;
	width: 300px;
	background-color: #99CC99;
	padding: 5px;
	margin: 10px;	
	font-size: 9pt;
	text-align: left;
}