body {
	background: url(images/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #fff;
	color: #222;
}

#bigbox {
	width: 800px;
	background: #fff;
	color: #222;
	border: 1px solid black;
	margin: 20px auto auto auto;
}

#head {
	height:100px;
	background:url(images/topgrad.png);
	margin:0px;
}

#head p {
	font-family: 'Trebuchet MS', Verdana, helvetica, arial, sans-serif;
	font-size: 150%;
	color: #fff;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 1em;
}

#head p a {
	color:#fff;
	text-decoration: none;
}

#head strong {
	font-size:150%;
}

#contentbox {
	width: 700px;
	padding: 35px 50px 35px 50px;
	line-height: 1.1em;
}

#contentbox p, #contentbox ul li {
	text-align: justify;
	font-size: 90%;
	font-family:Verdana, helvetica, arial, sans-serif;
}

#contentbox h1 {
	font-family: helvetica, Verdana, sans-serif;
	font-size: 180%;
}

#contentbox h2 {
	font-family:'Trebuchet MS', helvetica, helvetica, arial, sans-serif;
	font-size:125%;
	color:#888;
}

#contentbox a {
	color:#3879ff;
	background-color:transparent;
	text-decoration:none;
}

#contentbox a:hover {
	color:#33cc33;
	background-color:transparent;
	text-decoration:underline;
}

#fineprint {
	width:400px;
	margin: 20px auto 40px auto;
	text-align:center;
	font-family:'Trebuchet MS', Verdana, helvetica, arial, sans-serif;
	color:#383838;
	background-color:transparent;
	padding-top:5px;
	text-decoration:none;
	font-size:70%;
	border-top:1px dotted #383838;
}

#fineprint a {
	text-decoration:none;
	color:#383838;
}

#fineprint a:hover {
	text-decoration:underline;
}

/* Stuff for the top navbar
This makes the unordered list appear like a
menu bar, and not as a real list.*/

#nav {
	margin-top: 0px;
	border-bottom: 2px solid #3879ff;
	height: 26px;
	background-color: #000944;
}

#nav ul {
	list-style: none;
	background-color: #000944;
	margin: 0px;
}

#nav li {
	font-family: 'Trebuchet MS', Verdana, helvetica, arial, sans-serif;
	float: left;
	text-align: center;
}

#nav li a {
	font-family: 'Trebuchet MS', Verdana, helvetica, arial, sans-serif;
	font-size: 100%;
	height: 25px;
	line-height: 1.5em;
	border-left: 1px solid #BFDAFF;
	border-right: 1px solid #BFDAFF;
	border-top: 1px solid #BFDAFF;
	width: 5em;
	display: block;
	color: #383838;
	text-decoration: none;
	text-align: center;
	background: url(images/navbg.png);
}

#nav li a:hover {
	color: #3879ff;
	background:#fff;
}

#nav li a:active {
	background:#395EA8;
	color:#fff;
}

/* This makes the navbar work correctly on old
versions of IE on the MacOS 9.  I only put this
here because there are people still using OS9
that can't get FireFox, Camino, or any other
modern browser. */
#nav li a {
	float: none
}