﻿@import url(layout.css);
body
{
	color: #FFFFFF;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #f5f5f5;

}
.coreText
{
	font-size: 11pt;
	color: black;
	font-family: Arial;
}
.coreLabel
{
	font-size: 18pt;
	color: #FF6600;
	font-family: Arial;
	font-weight: bold;
}
.coreLabelBW
{
	font-size: 18pt;
	color: black;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}
.mainPageLinks
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.mainForm
{
	width: 750px; 
}
#contentplaceholder
{
	width: 750px;
	background-color: white;
}
#maincontent
{
	border-style: none;
	background-color: white;
	text-align: left;
}
#masthead
{
	text-align: left;
	width: 750px;
	padding: 0;
	background-color: #FFFFFF;
}
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
	width: 750px;
	font-family: "Arial Black";
	font-size: small;
 	border-bottom: whitesmoke thin solid;
}
#footer
{
	text-align: center;
	background-color: #C0C0C0;
	overflow: hidden;
	color: black;
	width: 750px;
	font-family: Arial;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	display: block;
}
#navigation a:hover {
	background-color: white;
}
#headertitle
{
	color: #FF6600;
	font-size: 44pt;
	font-family: Impact;
}
#headersubtitle {
	color: #FF6600;
	font-size: 12pt;
	font-family: Impact;
}
/* Styles for Content */

h3
{
	color: black;
	font-size: 12pt;
	font-family: Arial;
	font-weight: normal;
}
h4 {
	color: white;
	font-size: 16pt;
	font-family: Arial;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
