html {
	background: #D1C597 url(../images/common/page_bg.gif) repeat-y center top;
}
body {
	padding-top: 0;
	font-size: 62.5%;
	line-height: 2em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2e2c2c;
	/* GRID BG */
	/*background: #ccc url(../images/common/910w_20.gif) repeat-y center top;*/
	/* PAGE BG */
	background: url(../images/common/page-top_bg.gif) repeat-x fixed;
}
h1 {
	font-size: 2.4em;
	/* double line height for oversized header */
	line-height: 32px;
	padding-bottom:4px;
	font-weight: normal;
	margin-bottom: 0.833em;
	border-bottom: 1px solid #bac2cc;
}
h2 {
	margin-top: 1em;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}
h3, dt {
	font-size: 1.6em;
	line-height: 1.25em;
	font-weight: bold;
}
h4, h5, h6 {
	margin-top: 1.42857142857em;
	font-size: 1.4em;
	line-height: 1.42857142857em;
	font-weight: bold;
}
p, li, dd, td, th, address, blockquote {
	font-size: 1.3em;
	line-height: 1.53846153846em;
}
cite, caption {
	font-size: 1.2em;
	line-height: 1.666em;
}
p, ul, ol, dl, table, address, blockquote {
	margin-bottom: 1.53846153846em;
}
input {
	font-size: 1.2em;
}
table {
	/* something is off with table margin, this fixes it */
	margin-bottom: 2em;
}
ul {
	margin-left: 7.6em;
}
ul li {
	list-style-type: disc;
}
td, th {
	padding: 0 0.4em;
}
td {
	border-bottom: 1px solid #ced3d9;
}
th {
	font-weight: bold;
	background-color: #ced3d9;
}
/* nested sizes relative to their parent */
li li, li p, td p, blockquote p {
	font-size: 1em;
}
em, caption, cite {
	font-style: italic;
}
strong, th {
	font-weight: bold;
}
#col-1 ul, #col-1 ol, #col-1 address, #col-1 blockquote {
	margin-left: 38px;
}
abbr, acronym {
	border-bottom: 1px dashed #2e2c2c;
}
sup, sub {
	line-height: 0;
}
/* @end */
/* @group LINKS 
===================================== */
a:link, a:active, a:visited {
	color: #00479d;
	text-decoration: none;
}
a:hover {
	color: #0066e4;
	text-decoration: underline;
}
/* @end */
/* @group CONTAINERS
===================================== */
#container {
	margin: 0 auto;
	text-align: left;
	/* PAGE WIDTH - to change this, also need to change column widths/margins & bg graphic */
	width: 910px;
	position: relative;
	background: #fff url(../images/common/container_bg.gif) repeat-x;
}
#content {
	clear: both;
	padding-top: 0.5em;
}
#siteinfo {
	padding-bottom: 2em;
	clear: both;
	color: #ced3d9;
	border-top: 1px solid #ced3d9;
	background: #2e2c2c url(../images/common/footer_bg.gif) repeat-x left top;	
}
#siteinfo ul {
	margin: 2em 0.4em 0em 1.4em;
	clear: both;
}
#siteinfo ul ~ ul {
	margin-top: 0;
}
#siteinfo li {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.666em;
	display: block;
	float: left;
}
#siteinfo a {
	color: #ced3d9;
	background-color: #2e2c2c;
	display: block;
	float: left;
	padding: 0.25em 1em;	
}
#siteinfo a:hover {
	color: #ced3d9;
	text-decoration: none;
	background-color: #4c4949;
}
p.copy {
	clear: both;
	font-size: 1.1em;
	line-height: 1.81818181818em;
	margin: 0.90909090909em 1.4em;
	color: #d1c597;
	background-color: #2e2c2c;
}
#siteinfo {
	position: relative;
}
#siteinfo_media {
        position: absolute;
	top: 23px;
	right: 15px;
}
/* @end */
/* @group BRANDING
===================================== */
#branding {
	margin-left: 10px;
	padding-top: 1em;
	min-height: 66px; /* for when images turned off */
}
/* @group SECONDARY NAVIGATION
===================================== */
#nav-secondary {
	margin-left: -5px;
	padding-left: 10px; /* margins/padding align bg color to grid */
	color: #6e6f71;
	background-color: #2e2c2c;
	text-transform: uppercase;
	position: absolute;
	left: 610px;
	top: 0;
}
#nav-secondary a {
	color: #fff;
	background-color: #2e2c2c;
}
#nav-secondary a:hover {
	color: #fff;
	text-decoration: underline;
}
#nav-secondary ul {
	margin-left: 0;
	margin-bottom: 0;
}
#nav-secondary li {
	padding: 0 0.75em;
	font-size: 0.9em;
	line-height: 2.222em;
	display: inline;
	list-style-type: none;
}
#nav-secondary li.first {
	padding-left: 0;
}
#nav-secondary li.charter-sponsorship-link {
	position: relative;
	padding-right: 12px;
	background: url(../images/common/charter_arrow.gif) no-repeat right center;
}
#nav-secondary li.charter-sponsorship-link a, #nav-secondary li.charter-sponsorship-link a:hover {
	color: #d1c597;
}
/* @end */
/* @group BREADCRUMB / INST BACK LINK
===================================== */
/* breadcrumb, link back to Institute site on Sponsorship site */
#breadcrumb, #inst-back-link {
	margin-left: 10px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
}
#inst-back-link {
	padding-left: 21px;
	background: url(../images/common/arrow_l.gif) no-repeat 0 center;
}
/* @end */
/* @group SEARCH
===================================== */
#search {
	padding-top: 0.2em; /* bump down from top links, now off baseline by a little */
	margin-left: -10px;
	width: 305px;
	background-color: #fff;
}
#advanced-search a, #advanced-search a:hover {
	padding-left: 10px;
	color: #2e2c2c;
	background-color: #fff;
	font-size: 0.9em;
}
/* @end */
/* @group COLUMNS
===================================== */
/* general column styles - applies to sub pages */
#col-1 {
	margin: 0.5em 0 3.6em 42px;
	padding: 0 4px;
	width: 622px;
	float: left;
}
#col-2 {
	margin: 3.75em 42px 3.6em 0;
	padding: 0 4px;
	width: 172px;
	float: right;
}
#col-1 h2.first, #col-1 h3.first {
	margin-top: 0; /* collapses top margin in content listings */
}
#col-2 h2 {
	margin-top: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #c60909;
	line-height: 1.42857142857em;
}
#col-2 li {
	color: #003473;
}
#col-2 ul {
	margin-left: 0;
}
#col-2 li {
	list-style-type: none;
}
/* alternate column styles - applies to home and ohio sections */
#col-1.alt {
	margin: 0 0 3.6em 10px;
	width: 582px;
}
#col-2.alt {
	margin: 0 10px 3.6em 0;
	padding-top: 0;
	width: 282px;
}
#col-2.alt h2.first {
	/*  to keep sidebar and main content on home page lined up vertically 
		alt columns only, on first heading */
	margin-top: 1.5em;
}
/* @end */
/* @group SKIP LINK
===================================== */
#skiplink a {
	width: 0;
	position: absolute;
	overflow: hidden;
	height: 0;
}
#skiplink a:active, #skiplink a:focus {
	width: auto;
	padding: 0.2em;
	border: 2px solid #bac2cc;
	background-color: #e1e5ea;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	overflow: visible;
	height: auto;
	top: 0.2em;
	left: 0.2em;
	z-index: 5;
}
/* @end */
/* @group SELF-CLEARING FLOATS
===================================== */
#siteinfo ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}
/*** FIXES FOR IE ***/
/* IE 5/6 */
* html #siteinfo ul {
	height: 1%;
}
/* IE 7 */
*:first-child+html #siteinfo ul {
	min-height: 1px;
}
/* @end */

#col-2.alt .sidebar{
	color: #667180;
}
#col-2.alt p{
	margin:2px 0px 2px 0px;
}
#col-2.alt .sidebar strong{
	color: #003473;
	font-weight: bold;
}
#col-2.alt .sidebar .articlesTitleOnly{
	
}
.maintitle {
	font-size: 24px;
	font-weight: normal;
	margin:0px 0px -1px -1px;
	line-height:26px;
}
p.maintitle2{
	margin:0px;padding:0px;
}
.maintitle2 {
	font-size: 20px;
	font-weight: normal;
}
.peoplelist h4{
	font-size: 16px;
	margin:0px;
}
.peoplelist table,.peoplelist td{
	border:none;
	padding:0px;
	margin:0px;
}
.peoplelist .title{
	font-size: 12px;
}
table.noline td{
	padding-left:0px;
	border:none;
}
table.collapse td{
	padding-top:0px;
	padding-bottom:0px;
	border:none;
	vertical-align:middle;
}
table.collapse td input,table.collapse td select{
	margin-top:3px;
	margin-bottom:3px;
	font-size:13px;
}
table.collapse td select{
	padding-left:0px;
}
table.collapse td label{
	font-size:13px;
	float: none;
	padding: 0px;
	width: auto;
}
table.collapse .btn{
	float:none;
}
.hilite{
	background:yellow;
}
/*#rel46{
	background:white;
} */