body {
	margin:0px;
	font-family:verdana;
	color:#333;
	text-align:center;
}
a {
	color:#000099;
	text-decoration:none;
}
a:hover {
	background:#cc99cc;
	text-decoration:underline;
}
a:active {
	color:#993366;
}
h1 {
	color:#660066;
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
}
iframe {
	width:100%;
	height:1200px;
	border:0;
	overflow:visible;
}
#listings table {
	width:100%;
	border-collapse: collapse;
	border-spacing:0;
}
#listings tr {
	border-bottom:1px solid #ccc;
}
#listings td {
	vertical-align:top;
	padding:10px;
}
th {
	color:#000066;
	background-color:#cc99cc;
}
#header {
	padding-right:25px;
	padding-left:25px;
	margin:auto;
	margin-bottom:50px;
	margin-top:50px;
	text-align:center;
}
img {
	border:0;
}
#nav {
	font-size:1em;
	margin-top:-45px;
}
#nav a {
	font-weight:bold;
	border-bottom:#cc99cc 1px dashed;
}
#divider {
	clear:both;
	background-color:#cc99cc;
	width:100%;
	float:left;
	margin-bottom:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:#000066 thick solid;
	border-bottom:#000066 thick solid;
}
#divider .tall-divider {
	height:200px;
}
#divider #featured {
	width:800px;
	margin:auto;
	overflow:hidden;
}
#featured {
	list-style-type: none;
}
#featured li{
	width:100%;
}
.featured-img {
	height:115px;
}
#content {
	width:1000px;
	margin:auto;
	text-align:left;
	clear:both;
}
#team {
	float:right;
	width:300px;
	padding-left:10px;
	border-left:#cc99cc 1px dashed;
}
#team img {
	width:125px;
	float:right;
	clear:both;
	padding-bottom:10px;
}
#team .bio {
	float:left;
	clear:both;
	width:100%;
	text-align:left;
	font-size:smaller;
}
#welcome {
	float:left;
	width:300px;
	border-right:#cc99cc 1px dashed;
}
#announcements {
	float:right;
	width:367px;
	margin-left:5px;
	margin-right:5px;
	padding-left:10px;
}
#references h2 {
	font-size:smaller;
}
#references p {
	font-style:italic;
}
#footer {
	clear:both;
	font-size:small;
	text-align:left;
	padding-top:25px;
	color:#999;
}
.listed-img {
	width:150px;
}
.row-even {
	background-color:#f4f9ff
}
.half {
	width:50%;
	float:left;
}
.third {
	width:33%;
	float:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left-column {
	float:left;
	text-align:left;
}
.center-column {
	float:none;
	text-align:center;
}
.right-column {
	float:right;
	text-align:right;
}
.smaller {
	font-size:smaller;
}
.feature {
	text-align:left;
	float:left;
}