@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #eaeaeb;
	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.jpg);
	background-repeat:repeat-x;
}
.twoColFixRtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #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. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD;
	margin-left:-10px;
} 
.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right 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. */
	width:950px;
} 
.twoColFixRtHdr #colleges {
	width:354px;
	float:left;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:15px;
}
.twoColFixRtHdr #collegesContent {
	background:#dedde6;
	background-image:url(images/panel-colleges-bg.gif);
	background-repeat:repeat-y;
	padding: 0 7px 0 7px;
}
.twoColFixRtHdr #collegesContent img {
	margin:2px;
}
.twoColFixRtHdr #bodyContent {
	width:573px;
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.twoColFixRtHdr #online {
	width:355px;
	float:left;
	margin-top:10px;
}
.twoColFixRtHdr #onlineContent {
	background:#a8a5d1;
	background-image:url(images/panel-online-bg.gif);
	background-repeat:repeat-y;
	padding: 0 7px 0 7px;
}
.twoColFixRtHdr #onlineContent img {
	margin:2px;
}
.twoColFixRtHdr #partners {
	width:213px;
	float:right;
	margin-top:10px;
}
.twoColFixRtHdr #partnersContent {
	background:#bababa;
	background-image:url(images/panel-partners-bg.gif);
	background-repeat:repeat-y;
	padding: 0 3px 0 3px;
}
.twoColFixRtHdr #partnersContent img {
	margin:2px;
}
.twoColFixRtHdr #footer { 
	background:#DDDDDD; 
} 
.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;
}
DIV.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}
.largeBlueText {
	color:#2f2a67;
	font-weight:bold;
	font-size:200%;
}
#searchForm {
	margin:0;
}
