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

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	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;
	background-image: url(../images/bg_2.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
} 
.twoColFixLtHdr a{
	text-decoration: none;	
} 



.twoColFixLtHdr #pagination_div{
	width: 620px;
	margin-top: 100px;	
}
.twoColFixLtHdr #pagination_text{
	font-size: 14px;
	font-weight: bold;	
}
.twoColFixLtHdr #image_block{
	margin-top: 20px;
	margin-bottom: 20px;	
	
	
}
.twoColFixLtHdr #header { 
	 
  /* 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. */
} 
.twoColFixLtHdr #header_image {
	background-image: url(../images/header.jpg);
	height: 178px;
	width: 900px;
	background-repeat: no-repeat;

}
.twoColFixLtHdr #header_logo {
	background-image: url(../images/logo.png);
	height: 69px;
	width: 900px;
	background-repeat: no-repeat;
	padding-bottom: 6px;
	margin-top: 3px;
	padding-left: 3px;
}
.twoColFixLtHdr #header_logo_login {
	height: 69px;
	padding-bottom: 4px;
	margin-top: 3px;
	font-size: 80%;
	float: right;	
}
.twoColFixLtHdr #menu_bg {
	height:30px;
	width:693px;
	background-color: #294187;	
	
} 

.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 #sidebar1 {
	float: left; 
	width: 197px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #sidebar1_content{
	
	background: #ffffff;
	font-size: 80%;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.twoColFixLtHdr #sidebar1_footer{
	background-color: #CADEF7;
	height: 22px;
	text-align: center;
	padding-top: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000066;
	vertical-align: middle;
	margin-bottom: 1px;	
}
.twoColFixLtHdr #sidebar1_login {
	font-weight: bolder;
	height: 24px;
	font-size: 14px;
	text-indent: 5px;
	color: #000066;
	margin-top: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

.twoColFixLtHdr #sidebar1_login2 {
	font-weight: bolder;
	height: 24px;
	font-size: 14px;
	text-indent: 5px;
	color: #ffffff;
	margin: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	background-color: #6F9ECA;
}

.twoColFixLtHdr #sideimage {
	width: 60px;
	height: 80px;
	padding-right: 3px;
	float: left;	
}
.twoColFixLtHdr #sideimageBig {
	width: 210px;
	height: 158px;
	float: left;
	border: 3px solid #294187;
	margin-right: 8px;
	margin-left: 6px;
}
.twoColFixLtHdr #sideimageBiggest {
	width: 560px;
	height: 369px;
	float: left;
	border: 3px solid #294187;
	padding: 5px;
	margin-left: 16px;
	margin-bottom:6;
}
.twoColFixLtHdr #text {
	margin-left: 5px;	
}

.twoColFixLtHdr #shadow {
	height: 11px;
	background-image: url(../images/shadow.jpg);		
}
.twoColFixLtHdr #sideimage_text {
	width: 120px;
	height: 80px;
	padding-right: 1px;
	float: left;	
}

.twoColFixLtHdr #mainContent {
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 96%;
} 
.twoColFixLtHdr #mainContent_body{
	background-color: #FFFFFF;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 1px solid #294187;
	
} 
.twoColFixLtHdr #slide_container{
	float: left;
	height: 207px;
	width: 187px;
	margin-top: 3px;
	border: 1px solid #294187;
	margin-right: 6px;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #slide_container_right{
	float: left;
	height: 207px;
	width: 187px;
	margin-top: 3px;
	border: 1px solid #294187;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;	
	background-color: #FFFFFF;
}
.imagetext{
	width: 187px;
	height: 24px;
	font-size: 100%;
	/*background-color: #294187;*/
	text-align: center;
	margin-top: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000066;
	vertical-align: middle;
	padding-top: 7px;
	background-image: url(../images/footer-header.jpg);
}
.imagetextSide{
	width: 189px;
	height: 20px;
	font-size: 75%;
	background-color: #CADEF7;
	text-align: center;
	margin-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	vertical-align: middle;
	padding-top: 4px;	
}

.twoColFixLtHdr #mainContent_body_top{
	margin: 2px;
	border: 1px solid #294187;
	
}
.twoColFixLtHdr #menu_spacer {
	float: right;
	width: 100px;	
} 
.twoColFixLtHdr #footer {
	
	font-size: 100%;
	margin-bottom: 10px;
	height: 80px;
	
	
} 
.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 */
}
.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 #spacer {
	
	height: 5px;
}
.twoColFixLtHdr #textspacer {
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.twoColFixLtHdr #floating_menu{
	position:absolute;
	top: 13px;
	left:560px;
	width: 900px;
	font-size: 80%;
	font-weight: bold;	

}
.twoColFixLtHdr #floating_menu2{
	position:absolute;
	top: 0px;
	bottom: 80px;
	width: 1000px;
	background-image: url(../images/logo_3.png);
	height: 80px;
}

.twoColFixLtHdr #list {
color: #FF9900
}

.twoColFixLtHdr #more {
	float: right;
	width: 52px;
	height: 24px;
	position: relative;
	right: 10px;
	bottom: 4px;	
}
.twoColFixLtHdr #search_float{
	float: left;
	position: relative;
	z-index:3000;
	top: 0px;
	left:0px;
	width: 400px;
	height: 100%;
	
	
}

.twoColFixLtHdr #sliding_links_main_header{
	background-color: #91B8E8;
	font-size: 12px;
	padding: 10px;
	text-align: center;	
}


.twoColFixLtHdr #sliding_links_main_header a:hover {
	text-decoration: underline;
	color: #0000EE;
}



.twoColFixLtHdr #sliding_links_sub_header{
    background-color: #EBF3FC;
	padding: 3px;
	font-size: 11px;
	text-align: right;	
}
.twoColFixLtHdr #menu_side_header {
	height: 32px;
	background-image: url(../images/menu-img.png);	
	float: left; 
	width: 182px; 
}

.twoColFixLtHdr #news_side_header {
	height: 32px;
	background-image: url(../images/news-img.png);	
	float: right; 
	width: 182px; 
}
.twoColFixLtHdr #activities_side_header {
	height: 32px;
	background-image: url(../images/activities-img.png);	
	float: right; 
	width: 182px; 
}
.twoColFixLtHdr #float_left_side_column {
	float: left;
	width: 182px; 
}
.twoColFixLtHdr #float_right_side_column {
	float: right;
	width: 182px; 
	
}
.clearfixplain {
	clear: both;
}
.twoColFixLtHdr #mysidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #DAE7F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #546AA3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #546AA3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #546AA3;
	height: 100%;
	padding: 0px;
	

	
}
.twoColFixLtHdr #mysidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #fff; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #546AA3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #546AA3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #546AA3;
	height: 100%;

}

.twoColFixLtHdr #cell_header {
	background-color: #71C1FF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 3px;
	vertical-align: middle;
	height: 16px;
	padding-top: 2px;	
}

.alternate_even {
	background-color: #FFFFFF;

}
.alternate_odd {
	background-color: #E3EDEE;
}.twoColFixLtHdr #grades_header {


	border: 1px solid #D2D1ED;
}
 #news_events_nav{
	 
	background-color:#E2EDFA; 
	padding-left: 23px; 
	font-size: 9px; 
	font-weight: bold; 
	padding-top: 2px; 
	padding-bottom: 2px; 
 }