@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, 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-color: #000077;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.Table_Main_Body {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	background-color: #FFFFFF;
	width: 100%;
	border: 1px none #000000;
}
.Table_Main_Left {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	background-color: #000033;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Table_Main_Right {
	margin: 0px;
	padding: 5px;
	font-size: x-small;
	background-image: url(Images/american-flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#Author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#Author a {
	text-decoration:none;
	color:#CCCCCC;
}
#Author a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
.Table_Officer_Contact {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}
.Table_Dept_Conctact {
	font-size: small;
	font-weight: bold;
}

.Table_Officer_Contact a {
	text-decoration:none;
	color:#103178;
}
.Table_Officer_Contact a:hover {
	text-decoration:underline;
	color:#103178;
}
.Header {
	font-size: 28px;
}
.LinksOfInterest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.LinksOfInterest a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
}

.LinksOfInterest a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.AdvisoryBoard {
	font-weight: bolder;
}
.AdvisoryBoard  ol{
	font-weight: normal;
}
.Forms {

}
.Forms a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	font-size: 12px;
}
.Forms a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
.Forms td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.Personnel {
	width: 560px;
}
.Personnel a{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	text-decoration: none;
	font-size: 12px;
}
.Personnel a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	background-color: #E2DFD6;
}
.Personnel td{
	text-align: center;
	font-size: 16px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.Personnel-Header{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	left: auto;
}
.WantedPersons a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.WantedPersons a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
	text-align: center;
}

