body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0.25em;
}

h2 {
	display: inline; /*Ensures that the h2's sit directly atop their respective paragraphs - combine w. 'content p' below*/
	font-size: 14px;
	font-weight: bold;
}

li.dummy { display: none; }

/* Removes the space under the subheads, but puts an em of space after each paragraph so that the spacing appears the same */
#content p {margin: 0px 0px 1em;}

/*Formats the blockquotes*/
blockquote.pullquote {
	float: right;
	width: 150px;
	margin: 10px 0 10px 15px;
	padding: 0;
	font: 20px/24px georgia, palatino, serif;
	color: #E72B20;
	text-align: center;
}

#container {
	width: 700px;
	padding: 5px;
	border: solid 1px #cccccc;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

/*Masthead moves text off the page for accessibility reasons*/
#masthead h1 {
/* moves text off the page */
	text-indent: -50000px; 
/* displays logo image instead*/
	height: 110px;
	margin-bottom: 5px;
	background-image: url(images/newlogo.jpg);
	background-repeat:no-repeat;
} 

#content {
	padding: 5px 5px 20px;
	margin-left: 177px;
	border: 1px solid #CCCCCC;
}

/*Used for framing images in the content column*/
#content .box {
	background-color: rgb(235, 235, 235);
	border: 1px solid #cccccc;
	padding: 5px !important;
	margin: 0;
	text-align: center;
}

#navigation {
	float: left;
	color:#0000FF;
	background-color: rgb(235, 235, 235);
	text-align: left;
	vertical-align: top;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
/*IE5 box fix*/
	width: 172px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
}

/*Used to indent navigation elements*/
.ss {position: relative; left: 10px}

/* Links */
a:link {color: blue; text-decoration: none}
a:visited {color: blue; text-decoration: none}
a:active {color: blue; text-decoration: none}
a:hover {color: red; text-decoration: underline}

hr {
	border: none 0; 
	border-top: 1px solid #cccccc;
	height: 1px;
}

/*Styles the boxes containing key contact information*/
.keyinfo {
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	border: 2px solid #FF0000;
	font-size: 14px;
	font-weight: bold;
}
table {
	margin: 0px;
	background-position: left;
}

/*New style for key information*/
.newkeyinfo {
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
	border: 2px solid #FF0000;
	font-size: 14px;
	font-weight: bold;
}
table {
	margin: 0px;
	background-position: left;
}
