@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
}

/* Masthead2 */
.masthead3 {
	width: 100%;
	text-align: left;
	 background-color: #060C56;
	 background-image: url('http://www.udel.edu/images1/udheader-b.jpg');
	 background-repeat:no-repeat;
     background-position:50% 20%;
	 border-bottom: solid #EDC35E 4px;	 
} 


.mastheadbar3 { 
	 width: 950px;
	 margin: 0 auto;
	 overflow:hidden;
	 padding:0 0 0 10px;
	 background-image: url('http://www.udel.edu/images1/udheader-b.jpg');
	 background-repeat:no-repeat;
     background-position:50% 20%;
}

/*redirect messages */

div#message  {
	background-color:   white;
	width: 500px;
	margin: 20px auto 0 auto;
	font-family: verdana;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}

div#message  div#oldURL {
	font-weight:        bold;
	padding: 10px;
	color: #003366;
	background-color: #ECECEC;
	margin-top: 8px;
	margin-bottom: 8px;
}

div#message  div#newURL {
	font-weight: bold;
	padding: 10px;
	color: #003366;
	background-color: #ECECEC;
	margin-top: 8px;
	margin-bottom: 8px;
}

div#timingInfo {
	width:              96%;
	position:           absolute;
	left:               2%;
	bottom:             6px;
	padding-top:        6px;
	padding-bottom:     6px;
	font-size:          10px;
	text-align:         center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dotted #CCCCCC;
	color: #666666;
}
