﻿/* CSS layout */
#masthead {
	width: 780px;
	text-align: center;
}
#container {
	position: relative;
	width: 780px;
}
#nav_col {
	border: thin solid #000000;
	padding: 0px 3px 0px 3px;
	width: 130px;
	position: absolute;
	left: 1px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
#page_content {
	margin-left: 150px;
	width: 630px;
}
#nav_col hr {
	border: thin solid #000000;
}
#nav_col a {
	text-decoration: none;
	color: #000000;
}
#nav_col a:hover {
	color: #FF0000;
}
#nav_col p {
	margin-top: 2px;
	margin-bottom: 0px;
}
#content_header {
	text-align: center;
	border: 0px none #C0C0C0;
	height: inherit;
	margin-bottom: 10px;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
#content_header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content_main {
	font-weight: bold;
	margin-left: 5px;
}
