@media print {
	.screenonly {
		display:none;
	}
	div#body {
		margin: 0; 
		float: none;
	}
}
@media screen {
	.printonly {
		display:none;
	}
	body {
		background-color:#ffffff;
		background-image: url('../img/bg.gif');
		background-repeat: repeat-x;
		background-position: top;
	}
	div#body {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	div#page {
		width: 765px;
	}
	div#datetime {
		padding: 0px;
		position:relative;
		top:86px;
	}
	div#datetime.form {
		padding:0px;
		margin:0px;
	}
}
body {
	font-family:sans-serif,arial;	
	font-size: 14px;
	margin: 0;
	padding: 0;
	color:#000000;
}
div#ad_top {
	height:140px;
	margin: 2px;
	text-align: right;
	font-size: 10px;
	color:#8c8c8c;
}
div#ad_top img {
	border: 1px solid #747474;
}
div#head {
	height:175px;
	margin-top: -84px;
	margin-left: 5px;
	margin-right: 5px;
}
div#menu {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 15px;
	width: 775px;
}
div#menu a {
	font-weight: bold;
	position:relative;
	top: 6px;
	color:#676767;
	margin-left: 4px;
	margin-right: 2px;
	text-decoration: none;
	border-bottom: 5px solid #8c8c8c;
}
div#menu a:hover {
	color:#000000;
	border-bottom: 5px solid #bb0000;
}
div#menu div.menu_popup a {
	font-weight: normal;
	left:5px;
	margin-left:-5px;
	top:0px;
	color:#ffffff;
	border-bottom: none;
	text-decoration: none;
}
div#menu div.menu_popup a:hover {
	text-decoration: underline;
}
div.menu_group {
	float:left;
	position: relative;
	z-index:99;
}
div.menu_popup {
	display: none;
	position: absolute;
	top:29px;
	left:4px;
}
td.menu_column {
	background-color:#bb0000;
	padding:5px;
	font-size: 12px;
	color: #ffffff;
}
div.menu_group:hover div.menu_popup {
	display: block;
}
div.related_schools {
	position:absolute;
	top: -14px;
	left: -10px;
	background-color: #fff;
	padding: 5px;
	width: 250px;
	border: 2px solid #aeaeae;
	line-height: 170%;
}
table.side_menu {
	border:1px solid #747474;
	background-color: white;
	margin-bottom: 10px;
}
table.side_menu td {
	padding: 5px;
}

div#page {
	background-color:#ffffff;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	text-align: left;
	min-height: 600px;
}
div.ad_page {
	margin: 2px;
	text-align: center;
	font-size: 10px;
	color:#8c8c8c;
}
div.ad_page img {
	border: 1px solid #747474;
}
div#foot {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 12px;
	background-color:#e9e9e9;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
}
div#foot a {
	margin-left: 4px;
}
div#copyright {
	padding-bottom: 8px;
	text-align: center;
	font-size: 10px;
}
div#ad_right {
	margin: 2px;
	float: right;
	text-align: center;
	font-size: 10px;
	color:#8c8c8c;
}
div#ad_right img {
	border: 1px solid #747474;
}
table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table.results td {
	padding: 5px;
}
table.form td {
	padding: 2px;
}
td.td2 {
	background-color: #eeeeee;
}
p {
	text-indent: 10px;
	line-height: 150%;
}
p.noindent {
	text-indent: 0px;
}
a {
	color:#bb0000;
	text-decoration: none;
}
a:visited {
	color:#bb0000;
}
a:hover {
	color:#bb0000;
	text-decoration: underline;
}
ul {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 150%;
	list-style-image: url(../img/bullet_onwhite.png);
	list-style-type: circle);
}
ol {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 150%;
	list-style-image: none;
	list-style-type: decimal-leading-zero);
}
div.copy {
}
div.comment {
	margin-top: -15px;
	background-color: #eeeeee;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding-left: 5px;
	padding-right: 5px;
}
div.right {
	float: right;
}
img.photo {
	margin: 3px;
	border: 1px solid #747474;
}
div.credit {
	margin-right: 3px;
	font-size: 10px;
	text-align: right;
	margin-top: -5px;
}
div.caption {
	margin: 3px;
	font-size: 12px;
	text-indent: 10px;
	line-height: 120%;
}
div.page_title {
	color:#777777;
	font-size: 30px;
	text-align: center;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 2px solid #aeaeae;
	background-image: url(../img/page_title_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
div.headline {
	color:#bb0000;
	font-size: 35px;
	line-height: 100%;
	margin-bottom: 5px;
}
div.subhead {
	margin-bottom: 15px;
	color:#8c8c8c;
	font-size: 14px;
	font-weight:bold;
	line-height: 120%;
}
div.subhead b {
	color:#424242;
}
div.submenu {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 3px;
	font-size: 12px;
	background-color:#e9e9e9;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
}
div.submenu a {
	margin-left: 4px;
}
div.error_0 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	background-color:#007cba;
	border-top:1px solid #002e45;
	border-bottom:1px solid #002e45;
}
div.error_0 li {
	list-style-image: url(../img/bullet_onblue.png);
}
div.error_0 a {
	color: #ffffff;
	text-decoration: underline;
}
div.error_1 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	background-color:#bb0000;
	border-top:1px solid #440000;
	border-bottom:1px solid #440000;
}
div.error_1 li {
	list-style-image: url(../img/bullet_onred.png);
}
div.error_1 a {
	color: #ffffff;
	text-decoration: underline;
}
div.links {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	color:#8c8c8c;
	font-size: 12px;
	font-weight:bold;
	border-bottom: 2px solid #aeaeae;
}
div.links a {
	color:#676767;
	border-bottom: 2px solid #8c8c8c;
	text-decoration: none;
}
div.links a:hover {
	color:#000000;
	border-bottom: 2px solid #bb0000;
}
div.links b {
	color:#424242;
}
div.datebox_outside {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	border-right: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
}
div.datebox_inside {
	width:45px;
	border: 1px solid #aeaeae;
	text-align: center;
	background-color: #ffffff;
}
div.datebox_month {
	background-color: #eeeeee;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #aeaeae;
	padding: 2px;
}
div.datebox_day {
	color: #bb0000;
	font-size: 20px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
div.datebox_year {
	font-size: 12px;
	padding-bottom: 2px;
}
input {
	font-family:sans-serif,arial;	
	font-size: 14px;
	border: 1px solid #aeaeae;
	color:#000000;
}
input.small {
	width: 200px;
}
input.medium {
	width: 400px;
}
textarea.medium {
	width: 400px;
	height: 150px;
}
textarea.large {
	width: 575px;
	height: 250px;
}
input.submit {
	color:#ffffff;
	background-color: #bb0000;
	border: 1px solid #440000;
}
hr {
	border: 1px solid #aeaeae;
}
.nocss {
	border: none;
}