﻿/* CSS layout */
body {
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #0F1B6A;
}
.container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border: 6px solid #CC0000;
	background-color: #FFFFFF;
	box-shadow: 3px 4px 8px #001B53;
	border-radius: 15px;
}
#masthead {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #FFFFFF;
}
#page_content {
	padding: 5px 10px 20px 10px;
	background-color: #FFFFFF;
	min-height: 400px;
}
#top_nav {
	height: 130px;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
	background-color: #FFFFFF;
	border-top-style: none;
	overflow: auto;
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	width: 830px;
}
.menScrollTable {
	empty-cells: show;
	visibility: visible;
}
.hScrollMenCell {
	overflow: visible;
	padding: 2px;
	height: 100px;
	border: 1px solid #003060;
	empty-cells: show;
	visibility: visible;
	display: table-cell;
	vertical-align: bottom;
	background-color: #C0C0C0;
	white-space: nowrap;
}
.nav2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.centerDiv {
	margin-right: auto;
	margin-left: auto;
}
.leftCell-1 {
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #FF0000;
	background-color: #D6D6D6;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 4px;
	border-radius: 8px;
	width: 200px;
}
.rtCell-1 {
	padding-left: 8px;
	vertical-align: top;
}
#footer {	text-align: center;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #FFFF00;
}
a:hover {
	color: #CC0000;
}
.auto-style1 {
	font-size: medium;
	color: #FF0000;
}
.auto-style2 {
	padding: 2px;
	width: 150px;
	height: 75px;
	border: 1px solid #003060;
	empty-cells: show;
	border-collapse: separate;
	table-layout: fixed;
	visibility: visible;
	display: table-cell;
	color: #0F1B6A;
}
.centerDivWithPadding {
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px 15px 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0F1B6A;
	padding-bottom: 20px;
	border-style: none;
}
#I1 {
	height: 530px;
	float: top;
}
.Pvsep {
	line-height: 18px;
}
hr {
	color: #0F1B6A;
	width: 95%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0F1B6A;
}


