@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;
	background-color: #FF99CC;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1125px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	height: 100%;
	position: relative;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding: 0px;

}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	float: right;
	width: 75%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #EEFFB9;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 85%;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #footer p {
	font-size: 90%;
}
.oneColFixCtrHdr #container .leftMenu {
	float: left;
	width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #CC6666;
}
.oneColFixCtrHdr #container #mainContent p {
	line-height: 130%;
}
.oneColFixCtrHdr #container .leftMenu a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #EEFFB9;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 1px;
}

.oneColFixCtrHdr #container .leftMenu a:hover {
	background-color: #99CC00;
}



.oneColFixCtrHdr #container #mainContent a {
	color: #CC3333;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent a:visited {
	color: #CC3333;
	text-decoration: none;
}

.oneColFixCtrHdr #container #mainContent .social {
	float: right;
	width: 200px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #footer a, a:visited {
	color: #CC6633;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #social {
	float: right;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container .leftMenu p {
}
.oneColFixCtrHdr #container #mainContent #social p {
	font-size: 90%;
	color: #339900;
	line-height: 150%;
}
.oneColFixCtrHdr #container #mainContent li {
	padding-bottom: 15px;
}
.oneColFixCtrHdr #container #mainContent h3 {
	color: #99CC00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.oneColFixCtrHdr #container #mainContent table {

}
#leftHalf {
	clear: left;
	float: left;
	width: 45%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: center;
}
#rightHalf {
	clear: right;
	float: right;
	width: 45%;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent .subjecttitles {
	font-weight: bold;
	color: #669933;
	font-size: large;
}

