@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin: 0px;
}
.twoColSide #container {
	margin: 0px;
	padding: 0px;
}
.twoColSide #header {
	background-color: #D5EDB3;
	border-color: #000000;
	border-bottom-width: medium;
	border-top-color: #000000;
	border-top-width: medium;
	margin-top: -20px;
	margin-bottom: 0px;
	margin-right: -780px;
	margin-left: 0px;
	background-image: url(images/momslogo.gif);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 98px;

} 
.twoColSide #spacer {
	background-color: #99CC66;
	height: 30px;
	border-top-color: #000000;
	border-top-style: groove;
	border-bottom-color: #000000;
	border-bottom-style: groove;
	border-top-width: thin;
	border-bottom-width: thin;
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: -780px;
} 
.twoColSide  #sidebar {
	width: 165px;
	background-color: #5C743D;
	height: 435px;
	margin-top: 0px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	position: relative;
}
.twoColSide  #sidebar2 {
	padding: 0px;
	margin-top: -380px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 660px;
	position: absolute;
	display: table-cell;
}

.twoColSide  #sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.twoColSide #mainContent {
	background-color: #FFFFFF;
	margin-top: -435px;
	height: 425px;
	font-size: 1em;
	padding-left: 10px;
	width: 28em;
	float: right;
	position: absolute;
	margin-left: 175px;
} 


.twoColSide #footer {
	background-color: #D5EDB3;
	border-top-style: double;
	border-top-color: #000000;
	border-top-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: double;
	border-bottom-width: thin;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	margin-right: -780px;
	height: 25px;
	background-image: url(images/FooterRights.gif);
	background-position: 300px center;

} 
.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;
}
#sidebar ul li{
	margin: 0;
	padding: 0;
	}
#sidebar ul a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	width: 150px;
	padding-left: 15px;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 30px;
	border-bottom-style: solid;
}
#sidebar ul a.last{
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#sidebar li a:link, #sidebar li a:visited {
	background-color: #5C743D;
	color:#FFFFFF;
}

#sidebar li a:hover, #sidebar li a:active {
	background-color: #D5EDB3;
	color:#660000;
	}

/*ul a:hover{
	color:#660000;
}
#sidebar ul a.current{
	background-position: top right;
	color:#003300;
	cursor: default;
}
*/.style1 {
	font-size: 24px;
	font-weight: bold;
	color: #006600;
	font-family: "Times New Roman", Times, serif;
}
.style3 {
	font-size: 14px;
	color: #003300;
	font-family: "Times New Roman", Times, serif;
}
