body {
	background-color: white;
	color: black;
	font-size: 16px;
	font-family: Garamond, serif;
}
#main {
	background-color: white;
	border: 1px solid black;
	border-collapse: collapse;
	width: 950px;
	margin-right:auto; 
	margin-left: auto;
}
td {
	vertical-align: top;
}
#header_home {
	background-image: url('images/jop final banner 2 910.jpg');
	background-repeat: no-repeat;
	width: 700px;
	height: 235px;
}
#header {
	background-image: url('images/jop_final_banner_409.jpg');
	background-repeat: no-repeat;
	width: 700px;
	height: 236px;
}
#sidebar {
	background-color: rgb(104,66,34);
	background-image: url('images/jop_final_side_bar_409.jpg');
	background-repeat: no-repeat;
	border-right: 3px solid rgb(46,62,25);
	width: 250px;
}
img.top_pic {
	margin-top: 20px;
	/*border: 2px solid rgb(72,92,39);*/
}
#nav {
	padding-top: 20px;
	padding-left: 40px;
	margin: 0;
	list-style: none;
	text-align: left;
	font-size: 20px;
}
#nav li {
	padding-bottom: 15px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #3c0005;
}
a.links {
	color: #957641;
	text-decoration: none;
}
a.links:hover {
	color: #3c0005;
	text-decoration: underline;
}
.quote {
	padding: 75px 10px 0px 10px;
	font-style: italic;
	color: white;
	text-align: center;
	font-size: 20px;
}
#content {
	padding: 0 20px 20px 20px;	
	height: 100%;
}
.bump { /* internet explorer fix - force height so content stays at top of page */
	height: 650px;
}
.heavy	{
	font-weight: bold;
}
#resources{
	list-style: none;
}
#resources ul {
	list-style: none;
}
#footer {
	text-align: center;
	font-size: 13px;
}
