* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#b0b5d2;
	line-height:20px;
	margin-bottom:300px;
	
}
#header {
	background:url(/images/spring2008header.png) no-repeat;
	width:833px;
	height:145px;
}
#container {
	margin:0 auto;
	width:833px;
	background:#fff;
}
#content {
	margin:30px 70px;
	padding-bottom:50px;
}

h1 {
	font-weight:bold;
	color:#02499a;
	font-size:14px;
	text-indent:15px;
}

p {
	padding:20px;
	margin:-5px;
}

.highlight { background-color: yellow }

#list {
	background:#b0b5d2;
	padding:10px;
	
}

#list li {
	list-style:none;
	margin-left:10px;
}

#list a {
	color:#02499a;
	
}

#list a:hover{
	color:#2f63a7;
	text-decoration:none;
}

.back, .back a {
	text-transform:uppercase;
	font-size:10px;
	float:right;
	text-decoration:none;
	color:#02499a;
	background:url(/images/arrow.png) 48px 2px no-repeat;
	width:55px;
	
}

.back a:hover {
	color:#009de9;
}

.download, .download a {
	text-transform:uppercase;
	font-size:10px;
	float:right;
	text-decoration:none;
	background:url(/images/pdf_icon.png) right top no-repeat;
	line-height:25px;
	color:#02499a;
	width:110px;
	height:26px;
}

.download a:hover {
	color:#009de9;
}

#address {
	margin-left:20px;
	color:#02499a;
	font-size:12px;
	
}

#address .letters {
	color:#f08520;
	font-size:14px
}