@charset "UTF-8";
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	position:relative;
	width: 950px;  /* 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 #000000; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #container #nav {
	height: 26px;
	padding: 0px;
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
	height: 105px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	height: inherit;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #323C91;
	font-size: 10px;
} 
.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 */
	color: #FFFFFF;
}
.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;
	margin-top: 0px;
}
.twoColFixLtHdr #containerleft {
	width: 462px;
	margin: 240;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 0px;
}
.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;
}
a:link {
	color: #333F98;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000033;
	text-decoration: none;
}
.bluebox {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #155EA3;
	left: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #155EA3;
}
.redbox {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FE0000;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FE0000;
}
.yellowbox {
	padding-left: 5px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FFC11F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC11F;
}
.greenbox {
	padding-left: 5px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #009865;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009865;
}
.highlightedbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	padding: 7px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	height: inherit;
}
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}
.style13 {font-size: 14px; font-weight: bold; color: #333E98; }
.style10 {
	font-size: 14px;
	font-weight: bold;
}
.stylehr {
	border-right-style: groove;
	border-bottom-style: ridge;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-bottom-width: medium;
}
.styleshadowtable {
	border-right-style: outset;
	border-bottom-style: ridge;
	border-right-color: #333F98;
	border-bottom-color: #333F98;
	border-right-width: thin;
	border-bottom-width: thick;
	height: 7px;
}
.twoColFixLtHdr #sidebarwhite {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	height: inherit;
}
.blueboxunder {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #155EA3;
	left: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #155EA3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #155EA3;
	border-right-color: #155EA3;
}
.greenboxunder {
	padding-left: 5px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #009865;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #009865;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009865;
	border-right-color: #009865;
}
.yellowboxunder {
	padding-left: 5px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FFC11F;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFC11F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFC11F;
	border-right-color: #FFC11F;
}
.redboxunder {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FE0000;
	padding-left: 5px;
	border-bottom-style: none;
	border-bottom-color: #FE0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FE0000;
	border-right-color: #FE0000;
}

