@charset "UTF-8";
@import 'reset.css';
html {
	background-color: #F2F2F2;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #F2F2F2;
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #1AA49B;
	padding-bottom: 10px;
}
h2 {
	font-weight: bold;
	color: #1AA49B;
}
h3 {
	font-weight: bold;
	color: #1AA49B;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1AA49B;
	padding-bottom: 1px;
}
p {
	padding-bottom: 10px;
	line-height: 16px;
}
a {
	color: #333;
	text-decoration: underline;
}
#wrapper {
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bkgd-body.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
#header {
	height: 206px;
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#header #logo {
	float: left;
	padding-top: 10px;
}
#header ul.textnav {
	float: right;
	font-size: 10px;
	padding-top: 50px;
	padding-right: 5px;
}
#header ul.textnav li {
	display: inline;
}
#header ul.textnav a {
	color: #333;
	text-decoration: none;
}
#header ul.textnav a:hover {
	color: #333;
	text-decoration: underline;
}
#header ul.mainnav {
	clear: both;
	height: 48px;
	width: 955px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 39px;
}
#header ul.mainnav li {
	display: inline;
}
#content {
	overflow: auto;
}
#content .leftside {
	width: 287px;
	float: left;
}
#content .leftside p {
	color: #FFF;
	margin-left: 30px;
	margin-right: 10px;
	line-height: 18px;
	padding-bottom: 10px;
}
#content .leftside a {
	color: #FFF;
}
#content .leftside img {
	margin-bottom: 10px;
}
#content .leftside ul.leftnav {
	margin-left: 4px;
}
#content .leftside ul.leftnav li {
	display: inline;
}
#content .rightside {
	background-image: url(../images/bkgd-rightside.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 590px;
	float: left;
	padding-left: 46px;
	padding-right: 40px;
	padding-top: 40px;
}
#content .rightside p.icon {
	float: left;
	width: 70px;
	margin-bottom: 40px;
}
#content .rightside p.locations {
	width: 190px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 10px;
}
#content .rightside p.affiliations {
	float: left;
	width: 190px;
}
#content .rightside ul {
	padding-bottom: 15px;
	margin-top: -10px;
}
#content .rightside ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 35px;
	line-height: 16px;
}
#content .rightside ul.homelist {
	margin-left: 55px;
}
#footer {
	font-size: 9px;
	padding-left: 332px;
	clear: both;
}
#footer a {
	color: #333;
	text-decoration: none;
}
.bluebold {
	font-weight: bold;
	color: #1AA49B;
}
.imagefloatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
}
.imagefloatleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 15px;
}
.greenbold {
	font-weight: bold;
	color: #81C341;
}

