@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 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: #ffffff;
}
.twoColFixLtHdr #container {
    margin: 0 auto 0 auto;
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	oveflow: hidden;
	background: #FFFFFF;
	text-align: left;
} 
.twoColFixLtHdr #header {
  margin:0 0 0 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
display:none;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 10px;
	position: relative;
	left: -8px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 853px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #000000;
} 
.twoColFixLtHdr #mainContent th {
	border-width:0px;
} 
.twoColFixLtHdr #mainContent td {
	padding: 0 0 0 0;
    margin:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:white;
	color:black;
	border-width:0;
}
.twoColFixLtHdr #footer {
	margin: 0 0 0 0; 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}
.twoColFixLtHdr #header img {
	margin 0 0 0 0;
	padding 0 0 0 0;
	vertical-align: bottom;
	display: block;
	border-color: #000000;
	border-width: 1px;
}
.oneColFixLtHdr #header img {
	vertical-align: bottom;
	display: block;
	border-color: #000000;
	border-width: 1px;
}
.oneColFixLtHdr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
} 
.oneColFixLtHdr #content {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 0px 10px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	width: 875px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

.oneColFixLtHdr #innerContent {
	margin: 0px 30px 0px 30px;
	padding: 20px 20px 20px 20px;
	text-align:left;
} 
.oneColFixLtHdr th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#7D0224;
	color:white;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding-left:4px;
	padding-right:4px;
} 
.oneColFixLtHdr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#999999;
	color:black;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding-left:4px;
	padding-right:4px;
}
.oneColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.oneColFixLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
div.block {
display:none;
}

div.block input[type="button"]
{
	width:80px;
}

.oneColFixLtHdr  input [type="button"] {
	width: 80px;
}

input [type="button"] {
	width: 80px;
}
input [type="button"] {
	width: 80px;
}
.choiceList td {
	width: 250px;
	padding-right: 10px;
	background-color:#EEEEEE;
}
input [type="text"] {
	width: 180px;
}
input [type="password"] {
	width: 180px;
}

select {
	width: 150px;
}
.oneColFixLtHdr th a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	line-height: 20px;
	color: #FFFF99;
	text-decoration: underline;
}
.oneColFixLtHdr th a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	line-height: 20px;
	color: #FFFF00;
	text-decoration: underline;
}
.oneColFixLtHdr th a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	line-height: 20px;
	color: #00FF00;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: #FFFF00;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 850px;
	border: 1px solid #333333;
	top: 0px;
	padding-bottom: 6px;
	margin: 0 0 10px 0;
}
div.article h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: #EEEEEE;
	background-position: left top;
	border: 2px outset #666666;
	text-align: left;
	padding: 2px 4px 2px 4px;
	margin: 0 0 0 0;
}
div.article p {
	padding-right: 6px;
	padding-left: 6px;
	color: #000000;
}
div.article li {
	padding-right: 6px;
	padding-left: 6px;
	color: #000000;
}
