/*
	Default style sheet for OHF
	Copyright 1999-2005, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI, EM, STRONG, H1, H2, H3, H4, H5, H6 {
	font-family: Georgia,Times,serif;
}

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI {
	color: #111111;
	font-size: 13px;
}

INPUT, TEXTAREA {
	font-family: monospace;
	font-size: 12px;
}

H1 {font-size: 24px; font-weight: bold;}
H2 {font-size: 20px; font-weight: bold;}
H3 {font-size: 16px; font-weight: bold;}
H4 {font-size: 12px; font-weight: bold;}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

/* Text tweaks
*******************************************************************/

.underline {text-decoration: underline;}
.newsdate {
	font-size: 10px;
}
.newshead {
	font-size: 11px;
	font-weight: bold;
}
.newslink {
	color: #990000;
	font-size: 10px;
}
.credit {
	font-family: serif;
	font-style: italic;
}
.pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #2F2F6D;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.head {
	font-size: 16px;
	font-weight: bold;
	color: #2F2F6D;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #2F2F6D;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.subhead2 {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F6D;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.bullet {
	font-size: 14px;
	font-weight: bold;
	color: #2F2F6D;
}
.name {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 150%;
}
.redtext {
	color: #CC0000;
	font-weight: bold;
}
.lijustify {
	text-align: justify;
}

.whitelink {
	line-height: 200%;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding-left: 4px;
}

/* Link appearance
*******************************************************************/
A:link {
	color: #CC0000;
	text-decoration: underline;
}
A:visited {
	color: #660000;
	text-decoration: underline;
}
A:active {
	color: #FF0000;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* Navigation buttons
*******************************************************************/

/* Left navigation buttons */
.leftnav {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	line-height: 200%;
}
div.leftnav a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}
div.leftnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}
div.leftnav a:hover {
	color: #8193BF;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}
.leftnav_curr {
	font-size: 12px;
	border: 1px solid #FFFFFF;
}

/* Top navigation buttons */
.topnav {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
div.topnav a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}
div.topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}
div.topnav a:hover {
	color: #8193BF;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 2px;
	padding: 1px 3px 1px 3px;
}

/* Pulldown menu buttons */
.pulldowns {
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
div.pulldowns a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}
div.pulldowns a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}
div.pulldowns a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 2px;
	padding: 1px 3px 1px 3px;
}
.emailbody {
	width: 620px;
	background-color: #8193BF;
}
#stories {
  float: right;
  padding-left: 10px;
}