@charset "utf-8";
body  {
	margin: 0; /* 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: #50b748;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/backdrop.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 950px;
	background-image: url(../images/parentsbg.gif);
	background-repeat: no-repeat;
	height: 672px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 176px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 223px;
}
.twoColFixLtHdr #sidebar1 img {
	padding-top: 6px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 45px;
	margin-right: 225px;
	padding-top: 50;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	overflow: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 300px;
}
.twoColFixLtHdr #mainContent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #254170;
}
.twoColFixLtHdr #mainContent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #254170;
}

.twoColFixLtHdr #mainContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #254170;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #254170;
}
.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	height: 110px;
} 
.twoColFixLtHdr #container #footer #leftcol {
	float: left;
	width: 332px;
	padding-top: 47px;
}
.twoColFixLtHdr #container #footer #rightcol {
	float: right;
	width: 238px;
	padding-top: 29px;
}
.twoColFixLtHdr #container #footer #midcol {
	margin-left: 332px;
	padding-top: 80px;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}



.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;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #254170;
}

    /* -------- print -------- */

    @media print  { 
      #footer   { display: none; }    /* remove navigation buttons in footer */
      #mainContent   { overflow: visible; height: 100%; }    /* use full available width */
    }
