body {
	margin-top: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#header {
	width: 1000px;
	height: 119px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 20px;
}
#left_menu {
	float: left;
	margin-left: 20px;
	background-color: #f5f9ef;
	display: block;
	width: 160px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
#left_menu a {
	text-decoration: none;
	color: #808080;
	font-size: 11px;
}
#left_menu ul {
	list-style: none;
}
#left_menu li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#left_menu ul ul li {
	margin-left: 15px;
}
#content {
	margin-right: 50px;
	float: right;
	width: 720px;
	text-align: left;
	line-height: 16px;
}
h1 {
	color: #17365d;
	font-size: 32px;
	font-family: Times New Roman, Times, serif;
	line-height: 36px;
}
h2 {
	font-weight: bold;
	color: #4f81bd;
	font-size: 24px;
	font-family: Times New Roman, Times, serif;
	line-height: 26px;
}
h3 {
	color: #17365d;
	font-size: 20px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	line-height: 26px;
}
hr {
	color: #4f81bd;
}
.redhead {
	font-weight: bold;
	font-size: 14px;
	color: #880000;
	font-style: italic;
}
#content ul {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content ol {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content li {
	margin-top: 4px;
	margin-bottom: 4px;
}
#content a {
	color: #365f91;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #E6B926;
	text-decoration: underline;
	font-weight: bold;
}
#clear {
	clear: both;
}
table {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
}