/* Page Banner and Navigation Bar */
table.banner
{
	table-layout: automatic;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}
td.ban_top_row
{
	background-color: #003399;
	padding-left: 0.5cm;
	width: 50%;
}
td.ban_bot_row_left
{
	background-color: #cccccc;
	color: #003399;
	padding-left: 0.5cm;
	width: 50%;
}
td.ban_bot_row_right
{
	background-color: #cccccc;
	color: #003399;
	text-align: right;
	padding-right: 1.0cm;
	width: 50%;
}
img.banner
{
	border-style: none;
}
ul.nav
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #003399;
}
li.nav
{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li.nav_contact
{
	float: right;
	color: #ffffff;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li.nav_contact:hover
{
	background-color: #cccccc;
	color: #003399;
}
li.nav_contact:hover a
{
	display: block;
	color: #003399;
	text-decoration: none;
}
li.nav_contact a
{
	position: relative;
	display: none;
}
li.nav_contact span
{
	position: relative;
}
li.nav_contact:hover span
{
	display: none;
}
a.nav
{
	display: block;
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.nav_active
{
	display: block;
	padding: 10px;
	background-color: #cccccc;
	color: #003399;
	text-decoration: none;
}

/* Content Area */
div.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 0.3cm;
}
h3
{
	text-align: center;
	color: #003399;
	font-weight: bold;
}
p.eqn
{
	padding-left:50px;
	padding-right:50px;
}
span.eqn
{
	float:left;
}
span.eqn_number
{
	float:right;
}
span.small_caps
{
	font-variant: small-caps;
}
span.inline_heading
{
	font-weight: bold;
	font-style: italic;
}
a.redbold:link
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a.redbold:visited
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a.bluebold:link 
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a.bluebold:visited 
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a.goldbold:link 
{
	color: gold;
	font-weight: bold;
	text-decoration: none;
	background-color: black;
}
a.goldbold:visited 
{
	color: gold;
	font-weight: bold;
	text-decoration: none;
	background-color: black;
}
p.center
{
	text-align: center;
}
