﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: white;
	background-color: #F1BF00;
	margin: 0px;
}
#container {
	margin: 0 auto;
	width: 1000px;

}
#masthead {
	text-align: center;
	background-color: #AA151B;
	font-size: x-large;
	padding-top:5px;
	padding-bottom: 10px;
}
#navigation {
	position: relative;
	float: left;
	width: 170px;
	background-color: black;
	color: white;
	padding: 10px;
	margin: 15px;
	min-height: 400px;
	
	}
#content {
	float: left;
	left:210px;
	margin: 15px;
	background-color: #FFFFFF;
	color:black;
	min-height:400px;
	width: 640px;
	right:0;
	overflow:auto;
	padding-left: 15px;
	padding-right: 15px;

}
#footer {
	clear: both;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#navigation ul {
	list-style: none;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0;
	padding-left: 14px;
}

#navigation ul li ul {
	padding-left:16px;
	padding-top:5px;
	list-style:disc;
}

#navigation li {
	
	padding-bottom: 3px;
	padding-left:2px;
}
#navigation li a {
	text-decoration: none;
	color: white;
}

h1
{
	font-size: xx-large;
}