body {
	margin:				0px;
	padding:			0px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	}
h1 {
	display: inline;
	font-size: 18px;
	font-weight: bolder;
	}
h2 {
	display: inline;
	font-size: 16px;
	font-weight: bolder;
	}
h4 {
	display: inline;
	font-size: 14px;
	font-weight: bolder;
	}
table {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	}
p {
	margin-left: 20px;
	}
a {
	color: #336633;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;;
	}
#wrapper {
	width:				800px;
	}
#top {
	}
#leftNav {
	float:				left;
	padding-right:		10px;
	}
#center {
	float:				left;
	width:				400px;
	}
#rightNav {
	float:				right;
	}
#topBox {
	margin-top: 30px;
	width:				150px;
	padding:			5px;
	border-style:		solid;
	border-width:		1px;
	border-color:		#FF6600;
	}
#bottomBox {
	width:				150px;
	padding:			5px;
	border-style:		solid;
	border-width:		1px;
	border-color:		#FF1D1D;
	}
#footer {
	text-align: center;
	clear: both;
	}
#footer a {
	margin: 0 10px 0 10px;
	}
.bold {
	font-size: 12px;
	font-weight: bolder;
	}