/**** Big Picture ****/
#wrapper	{
	position: absolute;
	top: 15px;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	background-image: url(../images/navcolor.jpg);
	background-repeat: repeat;
	
	}
	
#heading {
	width: 760px;
	height: 142px;
	color: white;
	font: 40px verdana, sans-serif;
	font-style: italic;
	background-image: url(../images/headerlogo_07.jpg);
	}
	
#content {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 0px;
	width: 600px;
	font: 14px sans-serif;

	background: white;
	}

#current {
	font-weight: bold;
	color: #4B1E61;
	font-style: italic;
	background: white;
	width: 100px;

	}

#current:hover {
	color: #4B1E61;
	background: white;
	}

.sitenav {
	position: absolute;
	margin-top: 20px;
	padding-left: 0px;
	width: 105px;
	margin-left: 640px;
	font: 14px sans-serif;
	list-style: none;
	text-indent: 0px;
	}
	
.sitenav li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-bottom: 2px;
	background: #869EAC;
	}
	
.sitenav li:hover {
	background: #4B1E61;
	}

.sitenav a {
	color: white;
	width: 100%;
	text-decoration: none;
	}
	
#copyright {
	clear: both;
	padding: 8px;
	background: lightgrey;
	text-align: center;
	font: 10px sans-serif;
	}

#bottomspacer {
	height: 15px;
	background: #515151;
	color: #515151;
	font: 2px sans-serif;
	}

body {
	background: #515151;
	margin: 0px;
	padding: 0px;
	}

/*** Content Specific ***/
/* #content that is */

h1 {
	margin: 0px 0px 10px 0px;
	text-indent: 8px;
	padding: 2px;
	background: red;
	font: 22px sans-serif;
	font-style: italic;
	font-weight: bold;
	color: white;
	background: #4B1E61;
	}
	
h2 {
	margin: 0px 0px 10px 0px;
	text-indent: 8px;
	padding: 1px;
	background: red;
	font: 14px sans-serif;
	font-style: italic;
	font-weight: bold;
	color: white;
	background: #4B1E61;
	}
	
h3 {
	margin: 0px;
	font: 14px sans-serif;
	font-weight: bold;
	}
	
h4 {
	margin: 0px;
	font: 12px sans-serif;
	font-weight: bold;
	}
	
#content ul {
	margin-left: -15px;
	margin-top: 0px;
	margin-right: 0px;
	}
	
#content li {
	margin-left: 20px;
	}
	
	
#mission {
	padding: 5px;
	margin: 0px;
	font-style: italic;
	font: 26px;

	}

#content p {
	text-indent: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-style: none;
}

#imageblockleft {
	padding: 2px;
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
	clear: right;
	font: 12px sans-serif;
	font-weight: bold;
	text-align: center;
	}

#imageblockright {
	padding: 2px;
	margin-left: 20px;
	margin-bottom: 5px;
	float: right;
	clear: left;
	font-weight: bold;
	font: 12px sans-serif;
	font-weight: bold;
	text-align: center;
	}
	
.block {
	margin-left: 20px;
	}