body {
	margin: 0;
	text-align: center;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	color: #000000;
}

div#layout {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}

img#logo {
	float: left;
	margin: 15px;
}
div#topnav {
	display: none;
}
div#header {
	float: right;
	margin: 0 0 12px 0;
}
div#header img {
	display: none;
}
div#header h1 {
	font-size: 35px;
	font-family: times;
	margin: 10px 0 0 0;
	text-align: right;
}
div#header h1 span {
	text-decoration: underline;
}
div#header img#headertext {
	display: block;
	margin: 15px 0 0 0;
}

img#key {
	display: none;
}

div#menu {
	clear: both;
	border-top: 3px solid #ab540f;
	height: 20px;
}
div#menu ul {
	display: none;
}

div#content {
	clear: both;
	background-image: url('../new_images/content_bg.gif');
	background-repeat: repeat-y;
}

div#leftPane {
	float: left;
	width: 700px;
	margin: 0 0 0 7px;

}

div.box {
	float: left;
	width: 221px;
	margin: 0 1px 0 7px;
}
div.box h2 {
	margin: 8px 10px;
	font-size: 20px;
	color: #ab540f;
	font-family: times;
	text-align: center;
}
div.box p {
	margin: 8px 10px;
}

div#boxbottoms {
	clear: left;
}
div#boxbottoms a {
	display: none;
}

div#rightPane {
	margin: 0 20px 0 725px;
}

div#rightPane div#sideimg {
	text-align: center;
}
div#rightPane p.testimony {
	font-style: italic;
	margin: 10px 0 0 0;
}
div#icons {
	margin: 30px 0 0 0;
	text-align: center;
}

div#icons img {
	border: 0;
	margin: 0 5px;
}

div#footer {
	clear: both;
	margin: 10px 0 0 0;
	border-top: 3px solid #ab540f;
	padding: 10px 5px 0 0;
	color: #000000;
}

div#fleft {
	float: left;
	width: 600px;
}
div#fleft div#links {
	display: none;
}

div#fleft p {
	margin: 0 0 0 5px;
}

div#fright {
	float: right;
	width: 350px;
	text-align: right;
	line-height: 18px;
}

div#footer a {
	margin: 0 5px;
	color: #000000;
	text-decoration: none;
}
div.clear {
	clear: both;
}

/* globals */
a {
	color: #ab540f;
}

div#leftPane h1 {
	color: #666666;
}
div#leftPane h2 {
	color: #ab540f;
}
div#leftPane h3 {
	color: #7b8930;
}

a img {
	border: none;
}
