@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../images/bg_2a.gif);
	background-repeat: repeat-x;
	background-color: #103010;
	margin-top: 9px;
}
.oneColFixCtrHdr #container {
	width: 781px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 12px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #131412;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 181px;
	width: 781px;
}
/*.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */  /*
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ /*
} */

.oneColFixCtrHdr #navigation {
	padding: 2px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/fill.jpg) repeat-x;
	height: 30px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
	color: #000000;
	text-align: justify;
	font: 14px Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/fill.jpg) repeat-x;
	height: 30px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}
.style11 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.style7 {font-family: Arial, Helvetica, sans-serif}
.style8 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style12 {font-size: 14px}
.style13 {font-size: 10px}

a:link {
	text-decoration: none;
	color: #184378;
}
a:visited {
	text-decoration: none;
	color: #184378;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #184378;
}

table.mytable {
  width: 740px;
  padding: 0px;
  border: none;
  border: 0px solid #184378;
  background-color: #184378;
}

table.mytable td {
  border: none;
  background-color: #184378;
  vertical-align: middle;
  padding: 7px;
  border: 1px solid #ffffff;
}

table.mytable tr.special td {
  border-bottom: 0px solid #000;
}