@charset "utf-8";
body  {
	background: #666666;
	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: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -14px;
	margin-left: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/lbg2.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0px;
} 
.twoColFixRtHdr #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: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	margin: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #000;
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 0px;
	width: 138px;
}
.twoColFixRtHdr #container #sidebar1 a {
	color: #004080;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}
.twoColFixRtHdr #container #sidebar1 a:hover {
	color: #44722C;
	text-decoration: underline;
}

.twoColFixRtHdr #mainContent {
	color: #000;
	margin-top: 0;
	margin-right: 138px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #footer {
	text-align: right;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-right: 10px;
	color: #FFF;
	margin: 0px;
	vertical-align: bottom;
	background-color: #303C56;
	padding-bottom: 7px;
	clear: both;
} 
.twoColFixRtHdr #container #footer a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer a:hover {
	color: #81C160;
	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;
}
.Text80 {
	font-size: 80%;
}
.twoColFixRtHdr #container #mainContent p a {
	color: #425B97;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent p a:hover {
	color: #589339;
	text-decoration: underline;
}
#space {
	font-size: 70%;
}
#space2 {
	font-size: 70%;
}
