@charset "utf-8";
/* CSS Document */

a img {
	border:none;
	text-decoration:none;
}
a:hover img {
	text-decoration:none;
}
a:link {
	color:#eb8876;
	text-decoration:none;
}
a:visited {
	color:#eb8876;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body  {
	font: 100% Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	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 */
	background-image:url(../images/gradbkgrnd24.jpg);
	background-repeat:repeat-x;
	background-color:#014269;
}
.twoColFixLtHdr #container { 
	width: 917px;  /* 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: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:10px;
} 
.twoColFixLtHdr #header { 
	margin:0;
	padding:0;
	margin-top:16px;
	position:relative;
	color:#fbf78b;
	padding-bottom:20px;
	height:140px;
} 
.twoColFixLtHdr #goal { 
	background:#fff;
	height:110px;
	padding:10px;
	margin-bottom:10px;
	position:relative;
	font-size:12px;
}
.twoColFixLtHdr #goal p { 
	width:650px;
	margin-bottom:2px;
}
.twoColFixLtHdr #map { 
	position:absolute;
	left:680px;
	top:60px;
}
.twoColFixLtHdr #progress { 
	position:absolute;
	left:682px;
	top:61px;
	background-color:#33CC00;
	opacity:0.5;
	filter:alpha(opacity=50);
	width:202px;
	height:51px;
}
.twoColFixLtHdr #progressText { 
	font-size:12px;
	position:absolute;
	left:726px;
	top:80px;
	font-weight:bold;
}
.twoColFixLtHdr #news { 
	margin-bottom:10px;
	background-color:#fff;
	font-size:12px;
	padding:10px;
}
.twoColFixLtHdr #header #icons {
	position:absolute;
	top:0px;
	right:0px;
}
.twoColFixLtHdr #header #tagline { 
	font-weight:bold;
	font-size:18px;
	position:absolute;
	top:72px;
	left:210px;
	z-index:10;
	background-color:#012D50;
	padding:0 8px 0 8px;
}
.twoColFixLtHdr #header #copy {
	position:absolute;
	top:84px;
	right:0;
	border-top:2px solid #fbf78b;
	font-size:13px;
	width:917px;
	text-align:right;
	padding-top:4px;
} 
.twoColFixLtHdr #header #logo {
	position:absolute;
	left:35px;
	top:10px;
	z-index:10;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* 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:309px;
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:54px 0 0 0;
	background-image:url(../images/leftcorner.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.twoColFixLtHdr #sidebar1 table {
	width:126px;
	margin:0 auto;
	color:#002B4E;
	font-size:13px;
	font-weight:bold;	
}
.twoColFixLtHdr #sidebar1 p {
	margin:6px;
	padding:6px;
	color:#333;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
.twoColFixLtHdr #sidebar1 a:link {
	color:#002B4E;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color:#002B4E;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 206px; /* 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. */
	font-weight:bold;
}
.twoColFixLtHdr #mainContent h1 { 
        margin:0 0 10px 20px;
        padding:20px 0 0 0;
        color:#185679;
        font-size:26px;
        font-family:Tahoma, Geneva, sans-serif;
        font-weight:normal;
}
.twoColFixLtHdr #mainContent p { 
	margin:0;
	padding:10px 40px 4px 10px;
	margin-left:16px;
	color:#333333;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #video1 {
	float:left;
	margin-right:19px;
}
.twoColFixLtHdr #mainContent #bottom { 
	height:101px;
	background-color:#fff;
	background-image:url(../images/rightcorner.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-weight:normal;
	border-top:10px solid #013C64;
}
.twoColFixLtHdr #mainContent #bottom p { 
	margin:0;
	padding:0;
	text-align:center;
	font-size:13px;
	padding-top:40px;
}
.twoColFixLtHdr #mainContent #bottom a:link {
	color:#002B4E;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #bottom a:visited {
	color:#002B4E;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #bottom a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent a:link {
	color:#DF0000;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent a:visited {
	color:#DF0000;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration:underline;
}



.twoColFixLtHdr #footer {
	margin-top:13px; 
}
.italic {
	font-style:italic;
} 
.bold {
	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;
}
.twoColFixLtHdr #mainContent .tent p {
	padding:0 0 4px 2px;
	margin:4px 0 0 12px;
}
.twoColFixLtHdr #mainContent .tent {
	width:150px;
	margin-right:18px;
	float:left;	
	background-color:#EFEEEB;
	height:242px;
}
.twoColFixLtHdr #mainContent .schooltent {
	width:150px;
	margin-right:18px;
	float:left;	
	background-color:#EFEEEB;
	height:282px;
}
.twoColFixLtHdr #mainContent .schooltent p {
	padding:0 0 4px 2px;
	margin:4px 0 0 12px;
}
.twoColFixLtHdr #mainContent .child {
	width:150px;
	margin-right:18px;
	float:left;	
	background-color:#EFEEEB;
	height:210px;
}

#my-twitter-widget {
	margin-left:56px;
}	



