#nav {
	background-image: url(images/nav_bg_tile.gif);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
	padding-top: 9px;
}
#logo {
	margin-right:20px;
	margin-bottom:3px;
}
body {
	margin:0px;
	padding:0px;
	text-align:center;
}
#centering {
	width:750px;
	margin:0px auto;
}
#content {
	width:750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	margin-top:5px;
	margin-bottom:10px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	line-height:18px;
}
a {
	text-decoration:underline;
	color:#94AA31;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}

blockquote {
	margin:0px 0px 0px 20px;
	line-height:10px;
}

.box-color {
	background: #f4f8e4;
	padding:1em 1em 0 1em;
	border: 1px solid #e4efc8;
}
p.box-color,
p.box-txt {
	padding-bottom:1em;
}
h3 {
	color: #708948;
	margin:0;
	padding:0;
	line-height:1.4;
	font-size:1.1em;
}

#primary-content {
	width:447px;
	float:left;
	margin-right:21px;
	padding-bottom:10px;
}
#secondary-content {
	width:232px;
	float:left;
	font-size:90%;
	color:#666;
	padding:5px;
	background-color: #ECFABD;
}