html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#D6F3A3 url('../images/background.jpg') top repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#000;
}

a {
	color: #3a639a;
}

h1 { 
	font-size: 18px;
	color: #4D7100;
	margin: 0 0 10px;
}

h2 { 
	font-size: 16px;
	color: #578200;
	margin: 0 0 10px;
}

h2 { 
	font-size: 14px;
	color: #578200;
	margin: 0 0 3px;
	padding: 0;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

img {
	border: 0;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
}

.left {
	float: left;
	margin-right: 1em;
}

.right {
	float: right;
	margin-left: 1em;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.small {
	font-size: 12px;
}

.strong {
	font-weight: bold;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:966px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	background: #FFFFFF;
}

div#header {
	background: #99BF2F;
	padding-top: 16px;
}
	div#header img {
		display: block;
	}
	
div#menubar {
	height: 35px;
	width: 966px;
	background: #FFFFFF url('../images/menubar.gif') center no-repeat;
}
	div#menubar ul {
		list-style-type: none;
		margin: 0; 
		padding: 8px 0 0 8px;
		font-weight: bold;
	}
		div#menubar li {
			float: left;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			font-size: 14px;
		}
			div#menubar li a {
				color: #FFFFFF;
				text-decoration: none;
				padding: 8px 15px 11px;
			}
			div#menubar li a:hover {
				background: url('../images/menuhover.jpg') repeat-x;
			}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	height: 35px;
	width: 966px;
	background: url('../images/footer.gif') center no-repeat;
}
	div#footer p {
		color: #333333;
		text-align: center;
		font-size: 95%;
		line-height: normal;
		margin: 0;
	}
	div#footer a {
		color: #333333;
		text-decoration: underline;
	}
	
.sidebox {
	margin: 0 auto; /* center for now */
	width: 24em; /* ems so it will grow */
	background: url('../images/sbbody-r.jpg') no-repeat bottom right;
	float: left;
}
.boxhead {
	background: url('../images/sbhead-r.jpg') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxbody {
	background: url('../images/sbbody-l.jpg') no-repeat bottom left;
	margin: 0;
	height: 200px;
	height /**/:auto;
	min-height: 200px;
	padding: 5px 18px 20px 22px;
}
.boxhead h2 {
	background: url('../images/sbhead-l.jpg') no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #fff; 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 1em;
}
	.boxhead h2 a {
		color: #fff;
		text-decoration: none;
	}
.boxheading {
	font-weight: 900;
	text-align: center;
}

.styled {
	width: 100%;
	border-collapse: collapse;
	background: #eee;
	border: 1px solid #ddd;
}
.styled th {
	background: #ededed;
	padding: 5px;
	border: 1px solid #ddd;
}
.styled td {
	padding: 5px;
	border: 1px solid #ddd;
	text-align: center;
}
