body {
	min-width: 900px;
	margin: 0;
	padding: 0;
	background-color: #456ba1;
	background-image: url("/images/blueGradientBkg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	font-family: Trebuchet MS, Tohoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%
}

a {outline: none;}

address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em; 
	font-style: normal;
	line-height: 1.2em;
	padding: 20px;
	padding-top: 50px;
}

#wrapper {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-top: none;
	z-index: 0;
}

#container {
	background-color: #f4f5f0;
	position: relative;
	width: 900px;
	text-align: left;
	font-size:inherit;
	z-index: 0;
}

#masthead {
	height: 138px;
	padding-left: 20px;
	background-image: url("/images/mastheadHeader.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
	margin-bottom: -14px;
}

#content {
	float: left;
	padding: 0 23px;
	width: 415px;
	min-height: 470px;
	z-index: 0;
}

#content p {line-height: 1.4em;}

#content a {
	font-weight: 700px;
	color: #6a921f;
}

#content ul {
	margin: 20px 0 20px 0;
	padding-left: 25px;
}

#content ul li {margin-top: 5px;}

#content ul.sub {margin: 10px 0 10px 0;}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	color: #55470f;
	font-size: 1.3em;
}

#content h2 {
	color: #55470f;
	font-size: 1.2em;
}

#content h3 {
	color: #55470f;
	font-size: 1.1em;
}

#content ol li {
	margin-top: 0.5em;
}

#rightNav {
	float: left;
	padding: 0 5px;
	width: 195px;
}

#rightNav h2 {	
	height: 2em;
	color: #3e396f;
	font-size: 1em;
	padding: 11px 5px;
    background-image: url("/images/headerGradientBkg.jpg"); 
	background-position: top left;
	background-repeat: no-repeat;
}

#rightNav ul {
	margin: 0 0 20px 20px; 
	padding: 0; 
    line-height: 1.4em;
}

#rightNav a {	
	color: #456aa1;
	text-decoration: underline; 	
}

#rightNav a:hover {text-decoration: none;}
#rightNav ul a {font-size: .9em; }	

#interviews img {
	float: left;
	margin: 20px 0 0 5px;
}

#interviews p {font-size: 0.8em;}

#footer {
	clear: both;
	height: 149px;
	background-image: url("/images/footerBkg.gif");
	background-repeat: no-repeat;
	background-color: #fff;
}

#footernav {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em; 
	font-style: normal;
	padding-bottom: 10px;
}

#footernav a {	
	color: #456aa1;
	text-decoration: underline; 	
}

#footernav a:hover {text-decoration: none;}
