body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#001;
	background-image: url(images/deansite01.png);
	background-repeat:no-repeat;
	background-position:top left;
}
h1 {
 	font-size: 300%;
}
h2 {
 	font-size: 150%;
}
h3 {
 	font-size: 130%;
}
h4 {
 	font-size: 115%;
}
h4.notice {
	text-align: center;
	color: #660000;
}
h4.page_name {
	color: #5b5b5b;
	padding: 10px 0 0 10px;
}
h5 {
 	font-size: 100%;
}
p {
	font-size: 100%;
}
a:link, a:visited {
	font-weight: normal;
	color: #80C9FF;
	text-decoration:none; 
}
a:hover {
	text-transform: none;
	color: #003366;
}
img {
	border:0;
}

	
.boldRed {
	font-weight: bold;
	color: #FF0000;
}
.boldBlue {
	font-weight: bold;
	color: #00248f;
}
.boldCominusBlue {
	font-weight: bold;
	color: #5d857c;
}
.byline {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}	
.error {
	font-weight: bold;
	font-size: 110%;
	color: #FF0000;
}
.footnote {
	font-size: 95%;
}
.small {
	font-size: 90%;
}
.display {
	margin:0 auto;
	width:550px;
	min-height:150px;
	background-image:url(images/contentBg.png);
	background-repeat:repeat-y;
}
.displaycontent {
	padding:0 30px 0 30px;
}
.displaycontent img {
	width:200px;
	height:133px;
	float:left;
	padding:5px 15px 5px 5px;
}
.displaycontent a {
	color:#ffffcc;
}
.displaytop {
	margin:0 auto;
	width:550px;
	height:40px;
	background-image:url(images/contentTop.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	text-align:center;
	vertical-align:middle;
}
.displaybottom {
	margin:0 auto;
	width:550px;
	height:40px;
	background-image:url(images/contentBottom.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper {
	margin:0 auto;
	width:900px;
	color: #ffffcc;
}
#box { 
	float:right;
	width:825px;
	padding: 0;
}
#masthead {
	float:right;
	width: 800px;
}
#masthead a {
	color: #666666;
}
#content {
	float:left;
	width:560px;
	padding: 5px;
}
#footer { 
	font-size: 90%;
	line-height: 130%;
	clear: both;
}
#right_column { 
	float:right;
	width:220px; 
	padding: 0;
	font-size:90%; 
	line-height:120%; 
}



