body  {
	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/body_bg.jpg);
	background-repeat: repeat-y;
	background-color: #e4f6ff;
	background-position: center top;
}
BODY, INPUT, SELECT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #b3b3b3;
	padding:1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*margin-top: 2px;
	margin-bottom: 2px;*/
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/banner_bg.jpg);
	/*background-color: #ffffff;
	background-repeat: repeat-x;*/
	position: relative;
	height: 125px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #fd8902;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #bannerlinks {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
} 
.twoColFixLtHdr #whiteline {
	position: absolute;
	left: 0px;
	top: 124px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.twoColFixLtHdr #bannerlinks a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #bannerlinks a:hover {
	text-decoration: underline;
} 

.twoColFixLtHdr #menu {
	position: absolute;
	top: 99px;
	left: 0px;
	width:100%;
	font-size: 12px;
	text-align: center;
	z-index: 100;
} 
.twoColFixLtHdr #menu a {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	line-height: 25px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 6px;
	padding-top: 5px;
	margin-right: 2px;
	margin-left: 0px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b3b3b3;
	border-right-color: #b3b3b3;
	border-left-color: #b3b3b3;
} 
.twoColFixLtHdr #menu a:hover, .twoColFixLtHdr #menu a.current {
	background-image: url(images/menu_bg_over.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fd8902;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
} 
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width 
	background: #dfdfdf;*/
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
} 
/*#mainContent P:first-letter{font-size:150%; font-weight:bold;}*/
.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px;
	font-size: 10px;
	text-align: center;
	background-color: #17548d;
	color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #fd8902;
} 
.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: 10px 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:0px;
    font-size: 1px;
    line-height: 0px;
}
H1 {
	margin:0px;
	padding:0px;
	font-size: 150%;
}
H2 {
	margin:0px;
	padding:0px;
	font-size: 125%;
}
.twoColFixLtHdr #mainContent A {
	color: #0e4782;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent A:hover {
	text-decoration: underline;
}
#sidebar H5, #sidebar P, #sidebar form {margin:0px; padding:0px;}
#MiniApplication{
	background:#dfdfdf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
#MiniApplication H5 {
	font-size:100%;
	padding:0px;
	color:#0e4782;
}
#MiniApplication P{font-size:85%; cursor:default;}
#MiniApplication .FormContainer P {padding:8px 0px 2px 0px; font-size:90%; font-weight:bold; width:100%;}
#MiniApplication .FormContainer, #CaseCheck .FormContainer {padding:0px 10px 0px 10px;}
#MiniApplication .HTMLForm {padding:0px;}
#MiniApplication SELECT{width:100%;font-size:90%}
#MiniApplication INPUT {font-size:90%;}
#MiniApplication A{
	display:block;
	font-size:100%;
	padding:5px 5px 3px 10px;
	text-align:left;
	color:#fd8902;
	font-weight: bold;
}
#MiniApplication #PopupDescription{
	position:absolute;
	padding:10px;
	width:148px;
	border:1px solid #505050;
	font-size:85%;
	font-weight:normal;
	text-align:left;
	background-color: #fd8902;
	margin-right: 10px;
	margin-left: 10px;
}
#CaseCheck {
	background:#dfdfdf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
#CaseCheck H5, #MiniApplication H5 {
	font-size:100%;
	color:#0e4782;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-color: #FFFFFF;
	line-height: 25px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#CaseCheck P {padding:8px 0px 2px 0px; font-size:90%; font-weight:bold}
#CaseCheck .HTMLForm {padding:0px;}
#CaseCheck INPUT {font-size:90%;}
.Button {padding:10px;}
.S095PR {width:97%}
.S060PR {width:60%}
hr {
	border: none 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #17548d;
}

