body, td, th, div, p, select, input, textarea, option
{	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: normal
	color: #666666;
}

.top_logo
{	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.top_content {
	font-size: 11px;
	color: #999999;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
	vertical-align: bottom;
}


.top_nav
{	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: DADAD9;
}

.rg_nav {
	width: 100px;
	vertical-align: top;
	padding-right: 8px;
}


/* main content */

.rg_content {
	color: #666666;
	padding-left: 8px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-left: 1px solid #F8AF00;
	vertical-align: top;
}

.noleftnav_content
{
	color: #666666;
	line-height: 200%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer_content
{
	color: #666666;
	line-height: 150%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}

.photo
{
	width: 250px;
}

.bios_heading
{
	color: #666666;
	padding-left: 0px;
	vertical-align: top;
	font-weight: bold;
}

.bios
{
	color: #666666;
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}

.border_line
{
	background-color: B0AF93;

}

.indent
{
	margin: 20px;
}

.ohsu_logo
{	text-align: center;
	padding-top: 40px;
	padding-bottom: 0px;
}

.quote
{
	width: 250px;
	background-color: #ececec;
	vertical-align: top;
	color: #656160;
}

.quote-text
{
	font-family: Times, serif;
	line-height: 1.3;
	font-size: 17px;
	font-style: italic;
	padding: 20px;
}

.quotee
{
	font-family: Times, serif;
	color: #333333;
	line-height: 1.3;
	font-size: 11px;
	font-weight:bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;

}


/* site headings */

h1 {
	color: #F8AF00;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
}

h1.noleftnav {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2 {
	color: #F8AF00;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
h3 {
	color: #666666;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 20px;
	font-weight: normal;
}
h3.on {
	border-bottom: 1px solid #F8AF00;
}
h4 {
	color: #666666;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}
h5 {
	color: #666666;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}

.caption
{	font-size: 11px;
	font-style: italic;
	text-align: left;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 40px;
}

b {
	color: 333333;
}


/* default link */
a {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #F8AF00;
}
/* non hover links */
a.nohover {
	text-decoration: none;
	color: #666666;
}

a.rg_link {
	text-decoration: none;
}



/* lists */

UL {

	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;

}

LI {
	padding-bottom: 5px;
}

.people {
	vertical-align: top;
	padding-bottom: 20px;
	text-align: right;
}


