﻿*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* Text Elements */
a
	,a:active
	,a:visited
{
	text-decoration: none;
	color: #0000ff;
}

a:hover
{
	text-decoration: underline;
	color: #ff6600;
}

a.image_button
{
	display: block;
	margin-bottom: 1em;
}

a.banner
{
	display: block;
	border: 2px solid #000000;
	width: 604px;
	height: 85px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}


p + h1
	,p + h2
	,p + h3
	,p + h4
	,p + h5
	,p + h6
{
	margin-top: 1em;
}

h1
{
	font-size: 200%;
	font-weight: bold;
}

h2
{
	font-size: 150%;
	font-weight: bold;
	padding-bottom: .5em;
	color: #800000;
}

h3
{
	font-size: 125%;
	font-weight: bold;
}

h4
{
	font-size: 125%;
	font-weight: normal;
}

h5
{
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

h6
{
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}

p + p
{
	margin-top: 1em;
}

label
	,span.label
{
	font-weight: bold;
	padding: .1em;
}

input
	,textarea
{
	border: 1px solid #aaaaaa;
	color: #000000;
	padding: .1em;
}

input:focus
	,textarea:focus
{
	border: 1px solid #ec9956;
	color: #ec9956;
}

label.error
	,input.error
{
	border: 1px solid #ff0000;
	color: #ff0000;
}

table
{
	margin-top: 1em;
}

td
{
    vertical-align: top;
}

ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	margin-bottom: 1em;
}

li + li
{
	margin-top: .5em;
}

li.footer
{
	font-weight: bold;
	text-align: center;
}

/* Special Overrides */
div#header a
	,div#header a:hover
	,div#header a:visited
	,div#header a:active
{
	position: absolute;
	font-weight: bold;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: .5em;
	text-decoration: none;
	color: #ffffff;
}

div#header a:hover
{
	color: #ec9956;
}

div#header div.search label
{
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	font-size: 110%;
	display: block;
	width: 100%;
}

input.watermark
{
	color: #afafaf;
	font-style: italic;
}

div#content div.quick_links h2
{
	color: #ff6600;
	text-align: center;
	padding: 3px;
	margin: 0;
}

div#content div.quick_links li
{
	text-align: center;
	padding: 3px;
	margin: 0;
	border-top: 1px solid #999999;
}

div#content div.quick_links a
{
	color: #ffffff;
}

div#content div.quick_links ul
{
	padding: 0;
	margin: 0;
}
