body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 1em;
	color: #666;
	font-size: 11px;
}
hr {
	display: none;
}
#outie {
	width: 100%;
}
#innie {
	width: 798px;
	border: 1px solid #999;
	text-align: left;
}
#header {
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-top: 19px;
	height: 50px;
}
#metanav, #metanav a:link, #metanav a:visited {
	font-size: 11px;
	color: #ccc;
	background-color: #666;
	text-decoration: none;
	font-weight: bold;
}
#metanav {
	height: 22px;
	width: 798px;
	line-height: 22px;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;

}
#metanav h3 {display:none}
#metanav ul {
	float: right;
	list-style-type: none;
	color: #ccc;
	background-color: #666;
	margin: 0px;
	padding: 0px;
}
#metanav li {
	display: inline;
	margin-right: 1em;
}
#metanav a:hover {
	color: #e7e7e7;
	background-color: #666;
}
#footer {
	color: #999;
	width: 798px;
	padding-left: 3px;
	text-align: left;
	padding-top: 3px;
}
#footer h6 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#navigate, #navigate a:link, #navigate a:visited {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
#navigate {
	height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #e4e4e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 3px;
}
#navigate h3 {display:none}
#navigate ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigate li {
	display: inline;
	margin-left: 1.2em;

}
#navigate a:hover {
	color: #f91a2e;
}
#content {
	margin:20px;
}
#content h1 {
	font-size: 14px;
}
#content h2 {
	padding-left: 10px;
	font-size: 14px;
	margin-top: 9px;
}
#content p {
	padding-left: 10px;
}
#lefttool {
	width: 200px;
	float: left;
}
#lefttool h1 {
	text-align: right;
	padding-right: 10px;
	margin-top: 9px;
}
#rightmain {
	width: 400px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f91a2e;
	float: left;
}
#righttool {
	width: 140px;
	float: left;
	margin-left: 10px;
}
#content a:link {color:#f91a2e}
#content a:visited {color:#333}