@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background: url(../img/shadows/bckgr.jpg) repeat-x left top;
	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: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../img/wrapper.gif) left top repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #f2f2f2;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #header {
	position:relative; 
	padding: 0px 0px 0px 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:url(../img/head_bgr.jpg) repeat-y right top;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #utility{
	font: 9px Verdana,sans-serif;
	font-weight:bold;
	position: absolute;
	top: 29px;
	right: 55px;
	color: #333333;
}
.twoColFixLtHdr #utility a{
	color: #333333;
	margin-right:36px;
}
.twoColFixLtHdr #utility a:hover{
	text-decoration: underline;
}
.twoColFixLtHdr #utility2{
	font: 9px Verdana,sans-serif;
	font-weight:bold;
	position: absolute;
	top: 29px;
	right: 76px;
	color: #333333;
}
.twoColFixLtHdr #utility2 a{
	color: #333333;
	margin-right:34px;
}
.twoColFixLtHdr #utility2 a:hover{
	text-decoration: underline;
}
.twoColFixLtHdr #container_shade_L {
	background: url(../img/shadows/shadow_left.jpg) left top no-repeat;
	width: 16px;
	height: 562px;
	position: absolute;
	left: -18px;
	top: 0px;
}
.twoColFixLtHdr #container_shade_R {
	background: url(../img/shadows/shadow_right.jpg) left top no-repeat;
	width: 15px;
	height: 562px;
	position: absolute;
	left:972px;
	top: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height:600px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 8px;
	/* background-image:url(../img/awards/bell_award.gif);
	background-repeat:no-repeat;
	background-position:35px bottom; */
}

.twoColFixLtHdr #mainContent { 
	margin: 15px 0 0 246px; /* 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. */
	padding: 0px 0px 30px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 699px;
}

.twoColFixLtHdr #mainContent td.head { font:12px Verdana, Arial, Helvetica, sans-serif; line-height:18px; }
.twoColFixLtHdr #mainContent div.maintext td { font:12px Verdana, Arial, Helvetica, sans-serif; line-height:14px; }
.twoColFixLtHdr #mainContent div.maintext p { font: 12px Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height: 18px; }
.twoColFixLtHdr #mainContent div.maintext ul li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	list-style-image: url(../img/icons/square2.gif);
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent div.maintext a {
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.maintext a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.maintext a.blue {
	color:#003399;
}
.twoColFixLtHdr #mainContent div.maintext2 fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 15px 0 8px 0; background:#FFF; color: #000; }
.twoColFixLtHdr #mainContent div.maintext2 fieldset legend {font:14px Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.twoColFixLtHdr #mainContent div.maintext2 p { font: 12px Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height: 18px; }
.twoColFixLtHdr #mainContent div.maintext2 ul li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	list-style-image: url(../img/icons/square3.gif);
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent div.maintext2 a {
	font-weight:bold;
	color:#325DA1;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.maintext2 a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.maintext2 td { font:11px Verdana, Arial, Helvetica, sans-serif; line-height:14px; border-bottom:1px solid #325DA1; border-right:1px solid #325DA1 }
.twoColFixLtHdr #mainContent div.maintext2 table { border-left:1px solid #325DA1; border-top:1px solid #325DA1; }
.twoColFixLtHdr #mainContent h1 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#325DA1;
	line-height: 20px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent div.maintext3 fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 15px 0 8px 0; background:#FFF; color: #000; }
.twoColFixLtHdr #mainContent div.maintext3 fieldset legend {font:14px Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.twoColFixLtHdr #mainContent div.maintext3 p { font: 12px Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height: 18px; }
.twoColFixLtHdr #mainContent div.maintext3 ul li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	list-style-image: url(../img/icons/square4.gif);
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent div.maintext3 a {
	font-weight:bold;
	color:#325DA1;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.maintext3 a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.maintext3 td { font:11px Verdana, Arial, Helvetica, sans-serif; line-height:14px; border-bottom:1px solid #325DA1; border-right:1px solid #325DA1 }
.twoColFixLtHdr #mainContent div.maintext3 table { border-left:1px solid #325DA1; border-top:1px solid #325DA1; }
.twoColFixLtHdr #mainContent h1 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#325DA1;
	line-height: 20px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent h1.courses {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#663399;
	line-height: 20px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent h1.school {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	line-height: 20px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent h1.cert {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#3a73ba;
	line-height: 20px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent div.box {
	padding:10px;
	background-color:#B3C2D3;
	border-bottom: 4px solid #003399;
}
.twoColFixLtHdr #mainContent div.box p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	line-height: 18px;
}
.twoColFixLtHdr #mainContent div.box ul li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	list-style-image: url(../img/icons/square.gif);
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent div.box a {
	font-weight:bold;
	color:#000066;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.box a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.box2 {
	padding:10px;
	background-color:#B3C2D3;
	border-bottom: 4px solid #8577b5;
}
.twoColFixLtHdr #mainContent div.box2 h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	line-height: 20px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent div.box2 p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	line-height: 18px;
	margin-top:0;
}
.twoColFixLtHdr #mainContent div.box2 ul li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	list-style-image: url(../img/icons/square.gif);
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent div.box2 a {
	font-weight:bold;
	color:#000066;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.box2 a:hover {
	text-decoration:underline;
}

.twoColFixLtHdr #mainContent div.box3 {
	padding:10px;
	background-color:#B3C2D3;
	border-bottom: 4px solid #FF9900;
}
.twoColFixLtHdr #mainContent div.box3 h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	line-height: 20px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent div.box3 p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	line-height: 18px;
}
.twoColFixLtHdr #mainContent div.box3 ul li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	list-style-image: url(../img/icons/square.gif);
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent div.box3 a {
	font-weight:bold;
	color:#000066;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.box3 a:hover {
	text-decoration:underline;
}

.twoColFixLtHdr #mainContent div.box4 {
	padding:10px;
	background-color:#B3C2D3;
	border-bottom: 4px solid #3a73ba;
}
.twoColFixLtHdr #mainContent div.box4 h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#3a73ba;
	line-height: 20px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent div.box4 p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	line-height: 18px;
}
.twoColFixLtHdr #mainContent div.box4 ul li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	list-style-image: url(../img/icons/square.gif);
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent div.box4 a {
	font-weight:bold;
	color:#3a73ba;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.box4 a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent div.img_shadow {
        float: left;
        background-image: url('../img/main/img_shadow.gif');
        background-repeat: no-repeat;
        background-position: bottom left;
		padding: 0px 15px 9px 11px;
 }
 .twoColFixLtHdr #mainContent div.img_shadow a.pred {
	background-image:url(../img/courses/adv_adults.gif);
        background-repeat: no-repeat;
        background-position: top left;
	padding:2px 10px 4px 25px;
	margin-bottom:5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
 }
.twoColFixLtHdr #mainContent div.img_shadow2 {
        float: left;
        background-image: url('../img/main/img_shadow2.gif');
        background-repeat: no-repeat;
        background-position: bottom left;
		padding: 0px 15px 9px 11px;
 }
.twoColFixLtHdr #mainContent textarea {width: 60%; height: 20em; padding: 3px;}
.twoColFixLtHdr #mainContent fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 0 0 8px 0; background: #FFFBC0; color: #000; }
.twoColFixLtHdr #mainContent input { padding: 2px; }
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
