@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;
}
h2 { font-size: 145%; font-weight: bold; text-align: left; display:block; } 
h3 { font-size: 120%; font-weight: bold; text-align: left; display:block; } 
h4 { font-size: 100%; font-weight: bold; text-align: left; display:block; } 
.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 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 242px; /* 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:#bcbec4;
	background-image:url(images/sidebar-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
}
.twoColFixRtHdr #students {
	height:335px;
	background-image:url(images/panel-students-bg.jpg);
}
.twoColFixRtHdr #studentsContent {
	padding:10px;
	padding-left:30px;
}
.twoColFixRtHdr #studentsContent p {
	margin: 0; /* zeroing the margins of the first element will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixRtHdr #search {
	background-image:url(images/search-bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #FFFFFF;
	padding-left:3px;
}
.twoColFixRtHdr #career {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:8px 6px 8px 5px;
}
.twoColFixRtHdr #careerContent {
	background:#e7e8ea;
	text-align:center;
}
.twoColFixRtHdr #careerContent p {
	margin:0;
	padding-top: 4px;
	padding-bottom: 4px;
}
.twoColFixRtHdr #custom {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:8px 5px 8px 5px;
}
.twoColFixRtHdr #customContent {
	background:#fbf1c9;
	padding:10px;
	padding-left:20px;
}
.twoColFixRtHdr #customContent p {
	margin:0;
}
.twoColFixRtHdr #online {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:8px 6px 8px 5px;
}
.twoColFixRtHdr #onlineContent {
	text-align:center;
}
.twoColFixRtHdr #onlineContent p {
	margin:0;
	padding-top: 4px;
	padding-bottom: 4px;
}
.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. */
	float:left;
	width:708px;
} 
.twoColFixRtHdr #bodyContent { 
	margin: 0 5px 0 5px;
} 
.programs { 
	margin-left:25px;
} 
.colleges { 
	margin-left:25px;
} 
.twoColFixRtHdr #jobs {
	width:233px;
	float:left;
	margin-top:10px;
	margin-left:5px;
}
.twoColFixRtHdr #jobsContent {
	height:202px;
	background:#edeef0;
	background-image:url(images/panel-jobs-bg.jpg);
	background-repeat:repeat-y;
	padding: 0 10px 15px 15px;
}
.twoColFixRtHdr #jobsContent a {
	color:#63637e;
	text-decoration:none;
}
.twoColFixRtHdr #jobsContent a:hover {
	text-decoration:underline;
}

.twoColFixRtHdr #jobsContent ul {
	list-style-image:url(images/bullet.gif);
}

.twoColFixRtHdr #jobsContent p {
	margin:0;
}
.twoColFixRtHdr #colleges {
	width:245px;
	height:375px;
	overflow:auto;
	float:left;
	margin-top:10px;
	margin-left:15px;
}
.twoColFixRtHdr #colleges p {
	margin:0;
	padding-top: 4px;
	padding-bottom: 4px;
}
.twoColFixRtHdr #links {
	width:190px;
	height:365px;
	float:right;
	margin:10px 5px 0 3px;
	background:#d1d1da;
	padding:5px 0 5px 0;
	text-align:center;
}
.twoColFixRtHdr #links p {
	margin:0;
	padding-top: 8px;
	padding-bottom: 8px;
}
.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;
}
.darkBlueText {
	color:#0b0839;
	font-weight:bold;
}
.lightBlueText {
	font-size:75%;
	color:#797892;
	font-weight:bold;
}
.headerGreenText {
	font-size:250%;
	color:#63637e;
	font-weight:bold;
}
.subtitleGreenText {
	font-size:150%;
	color:#63637e;
}
.icon {
	width:89px;
	float:left;
	margin-bottom:8px;
}
.iconText {
	width:120px;
	float:right;
	margin-top:15px;
}
.smallIcon {
	width:63px;
	float:right;
	margin-bottom:4px;
	margin-right:10px;
}
.smallIconText {
	width:120px;
	float:left;
	margin-top:15px;
}
#searchForm {
	margin:0;
}
#collegeTable td {
	border-bottom: 1px solid #dbdce0;
}
.headerCells {
	background-image:url(images/table-header-bg.jpg);
	background-repeat:no-repeat;
}
.headerCells td {
	background-image:url(images/divider.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:22px;
	padding-bottom:22px;
}
.headerCells td:last-child  {
	background-image:none;
}

.tooltip h1, .tooltip h2, .tooltip p {margin:0 10px; letter-spacing:1px;}
.tooltip h1 {font-size:1em; color:#000000;}
.tooltip h2 {font-size:1em;color:#06a; border:0;}
.tooltip p {padding-bottom:0.5em;}
.tooltip h2 {padding-top:0.5em;}
.tooltip {background: transparent; margin:1em; width:225px;height:200px;}

.tttop, .ttbottom {display:block; background:transparent; font-size:1px;}
.ttb1, .ttb2, .ttb3, .ttb4 {display:block; overflow:hidden;}
.ttb1, .ttb2, .ttb3 {height:1px;}
.ttb2, .ttb3, .ttb4 {background:#eaeaeb; border-left:1px solid #f4c405; border-right:1px solid #f4c405;}
.ttb1 {margin:0 5px; background:#f4c405;}
.ttb2 {margin:0 3px; border-width:0 2px;}
.ttb3 {margin:0 2px;}
.ttb4 {height:2px; margin:0 1px;}

.ttboxcontent {display:block; background:#eaeaeb; border:0 solid #f4c405; border-width:0 1px;}

.collegeLink {text-decoration:none;font-size:80%;color:#e31b1b;}
