body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, sans-serif;
	color: #2a2124;
	font-size: 13px;
}

a {
	color: #f90;
	text-decoration: none;
}

a img {
	border-style:none; 
}

a:hover {
	color: #2a2124;
}

#main {
	width: 700px;
	margin: 35px auto;
}

#header {
	height: 46px;
	background: url(../imgs/minnesota_website_design_li.jpg) no-repeat bottom;
	position: relative;
}

#logo {
	position: absolute;
	width: 174px;
	height: 34px;
}

#nav {
	float: right;
	width: 220px;
	height: 35px;
	position: relative;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	text-align: right;
	margin-bottom: 5px;
}

#nav ul li a {
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#nav-home {
	background: url(../imgs/home-arrow.gif) no-repeat right;
}
#nav-press-release {
	background: url(../imgs/press-release-arrow.gif) no-repeat right;
}

#nav-press-release.active {
	background: none;
	color: #555;
}

p {
	line-height: 24px;
	margin: 20px 5px;
}

p.light {
	color: #555;
	line-height: 16px;
}

p.m0 {
	margin: 0;
}

div.release-title {
	background: #2a2124;
}

div.release-odd {
	background: #e9e8e9;
}

div.release-even {
	background: #fff;
}


div.release-title h1 {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	padding: 10px;
	margin: 0;
	font-weight: normal;
}

div.release-odd h2,
div.release-even h2 {
	color: #555;
	font-size: 24px;
	padding: 10px;
	margin: 0;
	font-weight: normal;
	line-height: 32px;
}

div.pr-link {
	padding: 5px 10px;
	border-bottom: 1px solid #f90;	
	text-transform: uppercase;
	font-size: 12px;
}

div.pr-link div.date {
	width: 200px;
	float: right;
	font-size: 11px;
	padding-right: 10px;
	text-align: right;
}

div.pdf-link {
	padding: 5px 10px;
	border-bottom: 1px solid #f90;
	text-align: right;
}

div.pdf-link a {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 18px;
	background: url(../imgs/pdf.gif) no-repeat bottom left;
}

div.pdf-link a:hover {
	color: #f90;
}

#bio {
	margin: 15px 0;
	padding: 0;
}

#footer {
	margin: 30px 0;
	border-top: 1px solid #d8d8d8;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 10px;
	line-height: 15px;
}

#contact {
	float: left;
	width: 150px;
}

#addr {
	text-transform: uppercase;
	text-align: right;
}

a img {
	border-style:none; 
}