@charset "UTF-8";
body  {
	font: 12px 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: #D1D8E5;
}
.twoColFixLtHdr #container {
	width: 935px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #112151;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 210px;  /* 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. */
	color: #002D62;
	background-image: url(../images/header2.jpg);
	height: 100px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1, .twoColFixLtHdr #header p {
	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 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 20px;
}
.twoColFixLtHdr #mainContent {
	height: 400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent ul {
	list-style-image: url(../images/bullet_d30b26_sq.gif);
}
.twoColFixLtHdr #mainContent ul ul {
	list-style-image: url(../images/bullet_d30b26_ds.gif);
}
.twoColFixLtHdr #mainContent h1, .twoColFixLtHdr #mainContent h2, .twoColFixLtHdr #mainContent h3, .twoColFixLtHdr #mainContent h4 {
	color: #002D62;
}
.twoColFixLtHdr #mainContent a:link {
	color: #002D62;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:visited {
	text-decoration: none;
	color: #002D62;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: none;
	color: #E3003D;
}
.twoColFixLtHdr #mainContent a:active {
	text-decoration: none;
	color: #FFD90F;
}
.twoColFixLtHdr #mainContent th {
	background-color: #002D62;
	color: #FFFFFF;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent .tint {
	background-color: #7F96B0;
	padding: 2px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent .white {
	background-color: #002D62;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent caption, .twoColFixLtHdr #mainContent .caption{
	text-align: left;
	color: #002D62;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent .error {
	color: #D30B26;
}
.twoColFixLtHdr #mainContent .red {
	background-color: #E98592;
}
.twoColFixLtHdr #mainContent .green {
	background-color: #92E985;
}
.twoColFixLtHdr #mainContent .small, .twoColFixLtHdr #mainContent .sm {
	font-size: 75%;
}
.twoColFixLtHdr #mainContent sup, .twoColFixLtHdr #mainContent .sup {
	font-size: 75%;
	vertical-align: super;
}
.twoColFixLtHdr #mainContent sub, .twoColFixLtHdr #mainContent .sub {
	font-size: 75%;
	vertical-align: sub;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #002D62;
	font-size: 85%;
	background-image: url(../images/footer_2.jpg);
	background-repeat: repeat-y;
} 
.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 */
}
.twoColFixLtHdr #footer a { 
	color:#002D62;
	text-decoration: underline;
}
.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;
}
.box {
	background-color: #7F96B0;
	border: 1px solid #002D62;
	padding: 5px;
}
.ruleabove {
	border-top: 1px solid #002D62;
	padding-top: 5px;
}
.AQ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #F00;
}
.sebs_Q {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #0CF;
}
.li_boxes {
	margin-top:-15px;
	margin-left:-15px;
}
