@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #d1d2d4;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
	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;
}
.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* 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-image:url(images/left_bg.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	z-index:0;
} 
.twoColFixLtHdr #mainImage { 
	width:770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/text_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:left;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	height: 227px;
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header.jpg);
} 
.twoColFixLtHdr #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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/menu_spacer.jpg);
	background-repeat:repeat-y;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 0px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 0px;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/left_bg.jpg);
	background-repeat:repeat-y;
}
.twoColFixLtHdr #empowerImage {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	background-image:url(images/left_bg.jpg);
	background-repeat:repeat-y;
}
.twoColFixLtHdr #searchBox {
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:18px;
}
.twoColFixLtHdr #menuOption {
	display: block;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/menu_off.jpg);
	background-repeat:no-repeat;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 0px 3px 15px;
	height:17px;
	color:#FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-transform:capitalize;
	text-decoration: none;
}
.twoColFixLtHdr #menuOption:hover {
	display: block;
	font-weight:bold;
	background-image:url(images/menu_on.jpg);
}
.twoColFixLtHdr #menuOptionOn {
	display: block;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/menu_on.jpg);
	background-repeat:repeat-y;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 0px 3px 15px;
	/*height:17px;*/
	color:#FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-transform:capitalize;
	font-weight:bold;
	text-decoration: none;
}
.twoColFixLtHdr #SubMenuOption {
	display: block;
	float: left; /* since this element is floated, a width must be given */
	width: 144px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/menu_on.jpg);
	background-repeat:repeat-y;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 0px 3px 20px;
	/*height:17px;*/
	color:#FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size:10px; 
	text-transform:capitalize;
	text-decoration: none;
}
.twoColFixLtHdr #SubMenuOption:hover {
	display: block;
	font-weight:bold;
	background-image:url(images/menu_on.jpg);
	background-repeat:repeat-y;
}
.twoColFixLtHdr #menuTop {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/menu_top.jpg);
	padding:0px 0px 0px 0px;
	height:2px;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	
	color:#FFFFFF;
}
.twoColFixLtHdr #mainCol1 { 
	/*margin: 0 auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*background-image:url(images/text_bg.jpg);
	/*padding: 150 150 150 150px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 15px;
	float: left;
	width: 390px;
} 
.twoColFixLtHdr #mainCol2 { 
	/*margin: 0 auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*background-image:url(images/text_bg.jpg);
	/*padding: 150 150 150 150px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	float: right;
	width: 280px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #d2d3d5;
	border:thick;
	height:35px;
	font-size:10px;
} 
.twoColFixLtHdr #footerImage { 
	/*background: #DDDDDD;*/ 
	height: 20px;
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
} 
.twoColFixLtHdr #footerLinkContainerLeft {
	padding-top:20px;
	/*background-color: #dbdbdd;*/
	font-size:10px;
	text-align:left;
	float:left;
} 
.twoColFixLtHdr #footerLinkContainerRight {
	padding-top:18px;
	/*background-color: #dbdbdd;*/
	font-size:10px;
	text-align:right;
	float:right;
} 
.twoColFixLtHdr #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 */
} 
.twoColFixLtHdr #footerBoldLink {
	font-weight:bold;
	color:#58585a;
	padding-left:15px;
	padding-bottom:18px;
}
.twoColFixLtHdr #footerLink {
	color:#58585a;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;
}
.twoColFixLtHdr #educatorImage  {
	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 */
	vertical-align: text-bottom;
}
.twoColFixLtHdr #bottomImage  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	position:absolute;
	bottom:60px;
}
.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;
}
h1 {
	color: #f58026;
	font-weight:normal;
}
h2 {
	color: #f58026;
	font-weight:normal;
}
h3 {
	color: #f58026;
	font-weight:normal;
}
a:link {
	color: #bf2e1a;
}
a:visited {
	color: #bf2e1a;
}
.highlight {
	color: #f58026;
	font-weight:bold
}

.validname {position : relative; width : 15em; display : block; margin : .5em 0em; } 
.labelStyle { font-size : 1em; display:block;}
form { font-size : 1em;} 
/*label { font-size : 1em;} */
input { font-size : 1em;} 
fieldset {width : 55em; padding : 0.5em 1em; } 
label {position : relative; width : 15em; margin : .5em 0em;} 
label input {position : absolute; left : 100%; top : 0px; width : 10em; } 
label textarea {position : absolute; left : 100%; top : 0px; width : 15em; } 
label select {position : absolute; left : 100%; top : 0px; width : 15em; } 
label checkbox {position : absolute; left : 100%; top : 0px; width : 15em; display: none; } 
input.submit { margin-left : 15em; } 