@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.twoColFixLtHdr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 0px; /* the background color will be displayed for the length of the content in the column, but no further */
	display:none;
}
.twoColFixLtHdr #sidebar1 table {
	display:none;
}
.twoColFixLtHdr #sidebar1 p {
	display:none;
}
.twoColFixLtHdr #mainContent {
	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: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	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: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width: 869px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
} 
.twoColFixLtHdr #mainContent 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;
} 
.twoColFixLtHdr #mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:white;
	color:black;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding-left:4px;
	padding-right:4px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #006600;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.twoColFixLtHdr #header img {
	vertical-align: bottom;
	display: block;
}
.oneColFixLtHdr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	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: 844px;
	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;
}
div.block {
	background-image: url(Auth/Images/Wood.gif);
	padding: 20px;
	width: 600px;
	border: thin solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #660000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 60px;
	overflow: auto;
	height: 410px;
}

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;
}
#CounselorWiz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.twoColFixLtHdr #sidebar1 a:link {
	display:none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
