body,html {
	background-color: #474C4B;
	font-family: "Adobe Garamond", "Garamond", Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 0.95em;
}


#container {
	left: 50%;
	margin-left: -400px;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
}
#header {
	height: 125px;
	width: 800px;
	float: left;
}



#content {
	float: left;
	width: 540px;
}
#content .press {
	margin-right: 50px;
	float: right;
	width: 300px;
	margin-bottom: 20px;
}

#menu {
	float: right;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	margin-top: 0px;
	margin-bottom: 20px;
}

#menu ul li a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}


h1  {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
p  {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}
.highlightText  {
	font-weight: bold;
	color: #003300;
}




.spacer {
	height: 25px;
	clear: both;
}

#footer {
	height: 2em;
	background-color: #E0D8C1;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ADB17F;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
	color: #333333;
	float: left;
	width: 800px;
}
#footer a { color: #333333; }


.orangeBullet { color: #F79338; }
