@charset "utf-8";
body  {
	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: #02143C;
	background-color: #02143C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/background2.jpg);
}

.twoColFixRtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#container1 {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 2px;
	text-align: right;
	width: 900px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
} 
.twoColFixRtHdr #container #header h1 a img {
	text-align: center;
	margin-right: 10px;
}

.twoColFixRtHdr #container #header h1 {
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: lighter;
	font-size: 12px;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	padding-top: 0px;
}

.menu {
	margin-bottom: 10px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #213B6E;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4C619A;
	margin-bottom: 3px;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #213B6E;
}
h4 {
	font-size: 14px;
	font-style: italic;
	color: #330099;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 3px;
}




.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	z-index: 200;
	background-color: #E1E4FD;
	margin-top: 10px;
	font-size: 11px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 20;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #container #submain {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #B4C9E4;
}


.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #4C619A;
} 
.twoColFixRtHdr #container #footer a {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer a:hover {
	color: #000000;
}
.MSWD {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}

.twoColFixRtHdr #container #mainContent a {
	color: #4C619A;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 a {
	color: #4C619A;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 a:hover {
	color: #3A466C;
}

.twoColFixRtHdr #container #mainContent a:hover {
	color: #3A466C;
}

.twoColFixRtHdr #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 */
	font-size: 11px;
	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;
}
.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;
}
