@charset "utf-8";
/* CSS Document */
body {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	background: #410120;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #5c0120;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #header {
	margin-bottom: 5px;
}
.contentBox_type1 {
	padding: 15px;
	background: #881828;
	border: 1px solid #dddddd;
	font-weight: bold;
	overflow:auto;
}
.contentBox_type1 h1, .contentBox_type1 h2, .contentBox_type1 h3 {
	color: #fff498;
}

.contentBox_type2 {
	padding: 15px;
	background: #FFFFFF;
	border: 1px solid #dddddd;
	font-weight: normal;
	overflow:auto;
	color: #410120;
}
.contentBox_type2 h1, .contentBox_type2 h2 {
	color: #104a06;
}


#logo {
float: left;
height: 95px;
width: 210px;
}
#menuPane {
float: right;
width: 570px;
height: 95px;
text-align: center;
vertical-align: middle;
}
#menu {
display: inline;
}
#header {
overflow: auto;
}
.menuLinks {
	color: #ffcc00;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
}

a {
	color: #ffcc00;
	text-decoration: none;
}
#footer {
	font-size: 0.7em;
	text-align: center;
}
.contact {
	font-size: 1em;
	font-weight: bold;
}
.modal_container {
width: 400px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
text-align: left;
background:  #881828;
padding: 5px;
border: 1px solid #000000;
}
#modalMessage {
text-align: center;
font-size: 0.8em;
font-weight: bold;
padding: 2px;
margin: 2px;
}
.data_table {
	font-size: 0.9em;
	font-weight: normal;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000000;
}
.data_table th {
	font-weight: bold;
	background: #47011a;
	text-align: center;
}
.data_table td, th {
	padding: 5px;
	border: 1px solid #DDDDDD;
}
.data_table td {
	font-size: 0.8em;
}

