body {
	margin: 30px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}

table {
	margin: 0 auto;
	border: 1px solid black;
	background: gray;
	vertical-align: top;
}

#banner img {
	float: left;
}

#banner {
	border-bottom: 1px solid gray;
}

#middle {
	background-image: url(images/nav_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #5f5f5f;
}

#navigation {
	width: 185px;
	float: left;
	background-color: #5f5f5f;
	background-image: url(images/nav_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	padding: 10px 0;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 175px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom: 2px;
	line-height : 1.25em;
	width: 11em;
}

#nav li ul li {
	margin-bottom: -1px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 181px;
	margin-top : -1.5em;
}

#nav li a {
	width: 165px;
	display : block;
	color : white;
	font-size: .9em;
	font-weight : bold;
	text-decoration : none;
	background-color : #650707;
	border : 1px solid #c8cabf;
	padding : 0 0.5em;
}

#nav li a:hover {
	color : white;
	background-color:#993333;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#news {
	float: left;
	margin-top: 20px;
	width: 173px;
}

#news p {
	padding-left: .5em; 
	width: 173px;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	background: #650707;
	border: 1px solid #c8cabf;
	color: white;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 0 .5em .5em;
	
}

#news marquee {
	margin-top: -5px;
	width: 180px;
	background: white;
	border: 1px solid black;
	
}

#news marquee p {
	color: black;
	background: white;
	border: none;
	font-weight: lighter;
	font-size: .7em;
}


#content {
	float: right;
	width: 530px;
	background: #650707;
	text-align: left;
	padding: 30px;
	margin-top: -1px;
	vertical-align: top;
}

#content h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #ABACA6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.5em;
}

#content img {
	float: left;
	margin-right: 10px;
}

#content p {
	color: white;
}

#content ol {
	color: white;
}

#pullquote {
	float: right; 
	width: 175px;
	font-size: .8em;
	margin-left: 15px;
	padding: 10px;
	border: 1px gray;
	border-style: dashed;
}

#footer {
	text-align: center;
	font-size: .8em;
	color: white;
	background: #c8c8c8;
}

#footer_content {
	background-color: #5f5f5f;
	border-top: 2px solid black;
	margin: -1px;
	margin-top: 2px;
	padding: 5px;
}

#footer a {
	color: white;
}

#footer a:hover {
	text-decoration: none;
	
}

#statement a {
	color: white;
}

#statement a:hover {
	text-decoration: none;
}

#statement ul{
	list-style: none;
}

.title {
	text-decoration: underline;
}
