@charset "UTF-8";
#container {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#main {
	background-color: #FFFFFF;
	padding: 10px;
	float: right;
	width: 615px;
	text-align: left;
	position: relative;
	z-index: 1;
}
#middle {
	background-color: #D71921;
	position: static;
	width: 785px;
}
#side {
	float: left;
	width: 150px;
	background-color: #D71921;
	position: relative;
	z-index: 1;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: center;
	color: #D71921;
	padding: 5px;
	font-style: normal;
	position: relative;
}
#header {
}
.clearfooter {
	clear: both;
}
#sidenav {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#sidenav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	list-style-type: none;
	padding: 8px;
	background-color: #D71921;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C2C4;
}
#sidenav a:hover {
	background-color: #C1C2C4;
	color: #D71921;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #B3C7D1;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	color: #6692A2;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6692A2;
	margin-bottom: 5px;
}
#container #main strong {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #D71921;
	text-decoration: none;
}
a:visited {
	color: #003782;
	text-decoration: none;
}
a:hover {
	color: #B3C7D1;
}
a:active {
	color: #6692A3;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D71921;
	line-height: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
}
.paritalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003782;
	line-height: 16px;
	text-align: left;
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: bold;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	text-align: left;
	list-style-type: disc;
	margin-bottom: 5px;
}
