body {
	width: 100%;
	font-family: Verdana, sans-serif;
	margin: 0px;
    padding: 0px;
	background: #fff;
    }

#wrapcols {
	margin: 0 20px 0 240px;
}

#con {
	float: right;
	width: 100%;
	margin-left: -1px;
}
	
#wrapcols {
	margin: 0 20px 0 240px;
}
#menu {
	position: absolute;
	top: 155px;
	left: 0px;
	width: 200px;
}


#blinks1, #blinks2 { /*columns of links on homepage */
	margin: 0 0 40px 40px;
	}
	
#coa { /* Coat of Arms */
    width: 41px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
	}
	
#dhd { /* department header */
	height:40px;
	border-bottom: 10px solid #f2e5cc;
	min-width: 650px;
	padding:0 20px 0 30px;
	}
	
#red { /*top bar*/
	height:22px; 
	background:#900; 
	font-size: 0px;
	white-space:nowrap; 
	}
	
#purple a:link, #purple a:visited { /*top bar links */
	color: #cff;
	text-decoration: none;
	}
	
#purple a:active, #purple a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#purple {
	background: #306;
	color: #cff;
	font-size: 10px;
	font-family: Verdana, Sans-serif;
	margin: 0px;
	height: 14px;
	white-space:nowrap;
	}
	
#dkyellow { /*top bar*/
	height: 3px; 
	background: #c90; 
	font-size: 0px; 
	margin: 0px;
	}
	
#ltyellow { /*top bar*/
	height: 2px; 
	background: #fc0; 
	font-size: 0px; 
	margin: 0px;
	}

#totop { 
	float: right;
	padding-right: 38px;
	margin-top: -20px;
	}
	
#bsb { /*search textfield in navbar */
	height: 20px; 
	width: 135px;
	font-size: 10pt; 
	}

#menuBox {
    padding: 6px;
	border: 1px solid #ccc;
	margin: 0px 0px 30px 40px;
    width: 165px;
	overflow: hidden;
	}

#hcon { /*home page content */
	margin-top: 5px;
	width:100%;
	margin-bottom:25px;
	float: left;
	}

#dft { /* department footer */
	clear: both;
	padding: 5px 38px 0 8px;
	margin: 20px 0 0 0;
	border-top: 1px #ccc solid;
}

#uft { /* University footer */
 	padding-left:8px;
	}

#isb { /*search box on home page*/
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 5px 0px 10px 0px;
	margin: 0 30px 0 40px;
 	width: 360px;
	}
	
#qlinks { /*quick links*/
    margin: 0 30px 0 40px;
	padding: 10px 0 10px 0px;
		}
		
#ist { /*search textfield on home page*/
	margin: 5px 0px 5px 0px;
 	width: 300px;
	height: 20px; 
	font-size: 10pt;
	}
	
#news {	border-left: 1px solid #900;
	border-bottom: 1px solid #900;
	padding: 0 10px 10px 10;
	}
#newsbox {
	margin-right: 40px
	}
	
hr {
	color: #ccc;
	}

a:link {
	color: #00f;
	text-decoration: none;
}

a:visited {
	color:#909;
	text-decoration: none;
}

a:hover {
	color: #f00; 
	text-decoration: underline;
}

a:active {
	color: #909;
	text-decoration: none;
}

.tableRow {
	border-bottom: 1px #ccc solid;
	font-size: 80%;
}

.tableHeader {
	font-size: 80%;
	color: #c60;
	background: #f2e5cc;
	font-weight: bold; 
}

.shade {
	background: #f2e5cc;
}

.textsmall {
	font-size: 70%;
}

h1 {
	font-size: 140%; 
	color: #900;
}

h2 {
	font-size: 100%; 
	color: #900;
}

h3 {
	font-size: 90%; 
	color: #c60;
}

h4 {
	font-size: 80%; 
	color: #c60;
	font-weight: bold;
}
h5, h6 {
	font-size: 70%; 
	font-weight: bold;
	}

p, li  {
	font-size: 80%; 
}

li.sublist { /* allows nested lists */
	font-size: 100%; 
}

form, p, h1, h2, h3, h4, h5, h6, .textsmall, li {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul, ol {
	padding: 0;
	margin: 0.25em 0.5em 0.25em 1.5em;
	}

form, h1, h2, h3, h4, h5, h6, p {
 	margin: 0;
 	padding: 0;
}

.red {
	color: #f00;
	}
.maroon {
	color: #900;
}

.boxheadwhite {
	background: #306;
	color: #fff;
	font-weight: bold;
}

.border {
	border: #ccc 1px solid; 
}
	
@media print {
	
#dhd {
	border: 0;
	}
	
#con {
	float:none;		
	}  
#wrapcols {
	margin:0;
	}

}



