html,body {
	margin: 0;
	padding: 0;
}
body {
        font-family: "Georgia", "Bitstream Vera Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
        font-family: "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	width: 100%;
	background-color: #888888;
	background-image: url("/images/logo_gradient");
	background-position: top right;
	background-repeat: repeat-y;
}
#logo img {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #000000;
}
#nav {
	width: 150px;
/*	height: 100%;*/
	margin: 0;
	top: 0px;
	position: absolute;
	padding-top: 50px;
}
#content {
	font-family: "Trebuchet MS", sans-serif;
/*	font-size: 110%;*/
	position: relative;
	top: 51px;
	width: 65%;
	left: 151px;
	margin-left: 4px;
	max-width: 650px;
	min-width: 100px;
}
* html #content {
	position: static;
	padding-top: 50px;
	margin-left: 155px;
}
.breakout {
	position: relative;
	top: 51px;
	width: 80%;
	left: 151px;
	margin-left: 4px;
	min-width: 100px;
}
#nav > ul {
	position: absolute;
	top: 50px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	width: 100%;
}
#nav li li li {
	margin-left: 5px;
	font-size: smaller;
}
#nav h5 {
	margin: 0;
	padding: 0;
	font-size: 125%;
}
#m-us,#m-work,#m-interact {
	padding-bottom: 30px;
	font-weight: bold;
	line-height: 1.2;
}
#m-us h5 {
	background-color: #ED5B30;
}
#m-us {
	background-color: #EDA48E;
}
#m-work h5 {
	background-color: #F7AE26;
}
#m-work {
	background-color: #F7D088;
}
#m-interact h5 {
	background-color: #00B4F1;
}
#m-interact {
	background-color: #79D4F2;
	margin-bottom: 0;
	padding-bottom: 0;
}
#m-footer {
	margin-top: 0;
	padding-top: 0;
	background-color: #79D4F2;
	font-size: 75%;
}
.skip {
	display: none;
}
.instructions {
	color: #444444;
	font-size: 85%;
}
form {
	border-top: 1px solid #CCCCCC;
	padding-top: 3px;
	background-color: #EFEFEF;
}
form h2 {
	margin: 0;
	padding: 0;
}
.alert {
	color: #880000;
}
th {
	background-color: #CCCCCC;
}
td {
	background-color: #CCCCDD;
}
tr.banded td {
	background-color: #BBBBCC;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 125%;
}
.poster {
	background-image: url("/images/postgrad.png");
	background-repeat: repeat-y;
	background-position: right;
}
h3.news {
	border-bottom: 1px dashed #666666;
	margin: 0;
	margin-top: 40px;
	padding: 0;
	color: #CD2B10;
}
.date {
	color: #333333;
}
textarea {
	width: 95%;
}
p {
	line-height: 1.4;
}
p.leader {
/*	font-size: 90%;
	color: #333333;*/
}
p.massive {
	font-size: 150%;
	border-top: 1px solid #CD2B10;
	border-bottom: 1px solid #CD2B10;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #DF4B30;
}
p.dbox, div.dbox {
	border-top: 1px solid #88F4FF;
	background-color: #CCEFFF;
}
p.dbox h4, div.dbox h4 {
	margin: 0;
	padding: 0;
}
blockquote.obox {
	border-top: 1px solid #ED5B30;
	background-color: #EDA48E;
}
hr {
	width: 60%;
	height: 1px;
	background-color: #000000;
	border: none;
	border-top: 1px solid #000000;
}
#homeside {
	float: left;
	width: 36%;
	padding-left: 2px;
	margin-right: 5px;
	background-color: #F7D088;
	border-right: 1px solid #9090A3;
}
#homeside h2 {
	margin-top: 0px;
}
ul.largeprint li {
	margin-bottom: 1em;
}
ol {
	list-style-position: inside;
}
#content ul {
	list-style-position: inside;
}
#leadheading {
	margin-top: 0; padding-top: 0;
	border-bottom: 1px solid #ED5B30;
	background-color: #EDA48E;
}
#topnewsbox {
	clear: both;
	background-color: #89E4FF;
	border-top: 1px solid #00B4F1;
	border-bottom: 1px solid #00B4F1;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#topnewsbox h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	display: inline;
	padding-right: 10px;
}
#topnewsbox p {
	display: inline;
}
/*#topnewsbox h2::after {
	content: " • ";
}*/
