body {
	background-color: #fff;
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

* {float: none;
}

#page {
	width: 100%;
	border-style: none;
}

/* @group Disabled Elements */

#nav, #sub, #regsearch, .top, #footer ul, p.edit, #siteswitch, .returnlink {
	display: none;
}

/* @end */

/* @group Header */

#header {
margin-left: -15px;
}

#header a#logo img{
border: none;
}


/* @end */

/* @group Pagetitle */

#pagetitle {
}

#pagetitle td.left {
	display: none;
}

#press_releases #pagetitle {
	display: none;
}

#people #pagetitle {
	display: none;
}

/* @end */

/* @group Main */

#main {
	padding: 0;
	float: none;
	width: 100%;
	border-style: none;
	margin: 25px 0 0;
}

/* @end */

/* @group Footer */

#footer, #footer p {
	padding-top: 25px;
	padding-left: 0px;
	margin-left: 0px;
}

/* @end */

/* @group Text */

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

td {
	font-size: 12px;
}

li, dt, dd {
	font-size: 12px;
}

/* @end */