﻿/*
	Colors
		Type
			#606060 (H1)
			#6A6A6A (main)
			#959595 (nav top)
			#D7D5D5 (copyright notice)
		Dividers
			#B5B5B5
*/
body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A6A6A;
	margin: 7px 10px;
	background-image: url('bg.gif');
/*	background-position: 0px 0px;
*/	background-repeat: repeat-x;
}
p {
	margin: 12px 0px;
}
a img {
	border-width: 0px;
}
.masthead {
	padding: 0px;
	margin: 0px;
	width: 774px;
}
.masthead h2 {
	text-align: right;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
}
.masthead h1 {
	float: left;
	font-weight: bold;
	font-size: 32px;
	padding: 0px;
	margin: 9px 0px 0px 0px;
}
.masthead table.navtop {
	background-image: url('navtop.gif'); 
	padding: 1px 0px -1px 0px;
	margin: 0px 0px 0px 0px;
	width: 774px;
	border-collapse: separate;
	position: absolute;
	top: 103px;
	left: 10px;
	height: 32px;
}
.masthead ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 1px black solid;
	
}
.navtop tr td {
	background-color: white; 
	margin: 1px;
	padding: 7px 0px 5px 0px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
.navtop tr td:hover {
	background-color: #6A102A;
	color: #E0C080;
}
.navtop tr td a {
	text-decoration: none;
	color: #959595;
}
.navtop tr td a:hover {
	background-color: #6A102A;
	color: #E0C080;
}
.interior {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 143px;
	left: 10px;
}
.navleft {
	width: 243px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 400px;
	left: 28px;
}
.bodyright h3 {
	font-size: 14px;
	padding: 0px;
	margin: 14px 0px;
}
.navleft h3 {
	font-size: 14px;
	padding: 0px;
	margin: 13px 0px;
}
.bodyright {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 400px;
	left: 314px;
	width: 446px;
}
/* #dividerVert {
	position: absolute;
	top: 400px;
	left: 289px;
} */
#dividerHorizHome {
	position: absolute;
	top: 692px;
	left: 10px;
}
.studentProjects tr td {
/*	background-image: url('thumbshadow.gif');
	background-repeat: no-repeat;
*/	border: 0px silver solid;
	height: 60px;
	width: 50%;
	vertical-align: top;
}
.studentProjects {
	border-collapse: collapse;
	position: absolute;
	top: 42px;
	left: 5px;
	width: 436px;
	height: 200px;
	overflow: scroll;
}
.studentProjects tr td dl {
	margin: 0px 2px;
	padding: 0px;
}
.studentProjects tr td img {
	float: left;
	padding-right: 10px;
}
.copyright {
	color: #D7D5D5;
	font-size: 12px;
	position: absolute;
	top: 715px;
	padding: 0px;
	margin: 0px;
	width: 774px;
	text-align: center;
}
.homeSpecialNotice {
	position:absolute;
	top: 662px;
	width: 774px;
	padding: 0px 0px;
	margin: 0px;
	text-align: center;
}
.bodywonav {
	position: absolute;
	top: 143px;
	left: 10px;
	width: 774px;
}
.bodywnav {
	position: absolute;
	top: 143px;
	left: 10px;
	width: 774px;
}
.bodywnav ul.leftNav {
	float: left;
	width: 200px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bodywnav h3 {
	margin: 0px;
	padding: 0px;
}
.bodywnav ul.leftNav li {
	padding: 6px 0px 0px 24px;
	text-indent: -12px;
}
ul.leftNav ul.leftNav {
	padding-bottom: 6px;
}
ul.leftNav ul.leftNav li {
	padding: 3px 18px 0px 12px;
}
.bodywonav h4 {
	margin-top: 0px;
}
.bodywnav h4 {
	margin-top: 0px;
}
.copyrightGeneral {
	color: #D7D5D5;
	font-size: 12px;
	text-align: center;
}
.events {
	margin-left: 25px;
	width: 745px;
	border-collapse: collapse;
}
.events td {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	margin: 0px;
	padding: 3px;
	vertical-align: top;
}
.rowHighlight {
	background-color: #F0D080;
}
.logoFloatRight {
	float: right;
	padding: 0px 0px 12px 12px;
}
@page {
	size auto;
}
@media print {
	.navtop {
		display: none;
	}
	.leftNav {
		display: none;
	}
	.masthead {
		width: 100%;
	}
	.bodywonav {
		width: 95%;
	}
	.bodywnav {
		width: 95%;
	}
	.bodywnav h3 {
		padding-bottom: 12px;
	}
	#dividerVert {
		display: none;
	}
	div.default h3 {
		page-break-after: avoid;
	}
}
