/* RESET */
* {
  padding:0;
  margin:0;
}

a:link,a:visited{
  text-decoration:none;
}

a:hover,a:visited:hover{
  text-decoration:none;
}

a.inactive:link,a.inactive:visited{
}

img{
  border:none
}

p{
  font-size:9pt;
	font-style: normal;
  padding: 0;
  margin: 0;
}

ul { 
	list-style-type: none; 
}

body{
	font-family: times, serif;
	font-style: normal;
  font-size: 9pt;
	color: #FFFFFF;
	background: #2C2F64;
	text-align: center; 
	margin: 0;
	padding: 0;
}

div#container
{
	margin: 24px auto 0;
	width: 800px;
	text-align: center;
}

#logo{
	position: relative;
	font-size: 400%;
	font-weight: 400;
	padding-top: 115px;
	width:800px;
	height:74px;
	background: url('../images/dn-logo.gif') no-repeat top center;
}

#selectbox{
	position: relative;
	width:756px;
	margin: 17px 22px 0;
	height: 252px;
	font-weight: 800;
	background: url('../images/selectback.gif') repeat-x top center;
	clear:both;
	}

#selectbox a{
	color: #2C2F64;
	}

#footer{
	position: relative;
	width:800px;
	height: 35px;
	font-weight: 800;
	margin-top: 15px;
	margin-left: -11px;
}
#small-banner
{
	position: relative;
	width:400px;
	height: 125px;
	font-weight: 800;
	margin-top: 15px;
	background-image: url('../images/small-banner1.gif');
	background-repeat: no-repeat;
	background-position: center top;
	color: #2C2F64;
	padding-right: 200px;
	padding-left: 200px;
}
#small-banner_relocate
{
	position: relative;
	width:400px;
	height: 80px;
	font-weight: 800;
	margin-top: 10px;
	background-image: url('../images/small-banner1.gif');
	background-repeat: no-repeat;
	background-position: center top;
	color: #2C2F64;
	padding-right: 200px;
	padding-left: 200px;
}
#footer a{
	color: #FFFFFF;
}

#footer img{
	padding:0 5px 0;
}

.text{
	position: relative;
	top: -30px;
	padding: -30px 10px 0 10px;
}

#alumni{
	padding-top:205px;
	width:148px;
	height:47px;
	background: url('../images/alumni.gif') no-repeat top left;
	margin-right:10px;
	float:left;
	color: #2C2F64;
}
#shapells{
	padding-top:190px;
	width:140px;
	height:62px;
	background: url('../images/shapells.gif') no-repeat top left;
	margin-right:10px;
	float:left;
	color: #2C2F64;
}
#mrc{
	padding-top:190px;
	width:140px;
	height:62px;
	background: url('../images/mrc.gif') no-repeat top left;
	margin: 0 10px 0 0;
	float:left;
	color: #2C2F64;
}
#pathways{
	padding-top:195px;
	width:140px;
	height:57px;
	background: url('../images/pathways.gif') no-repeat top left;
	margin-right:10px;
	float:left;
	color: #2C2F64;
}
#shortterm{
	padding-top:195px;
	width:148px;
	height:57px;
	background: url('../images/shortterm.gif') no-repeat top left;
	float:left;
	color: #2C2F64;
}
.linetext {
	font-size: 14pt;
}
#yes{
	position:relative;
	top: -180px;
	left: 360px;
}

