﻿body
{
	font-family: Verdana;
	font-size: 9pt;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	max-width: 1280px;
}

h1
{
	color: #006D4C;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18pt;
	font-family: Trebuchet MS;
}

h3
{
	border-left: 5px solid #120873;
	background: #689AD3;
	color: White;
	padding: 3px 2px 3px 5px;
	font-size: 120%;
	font-weight: normal;
}

a
{
	color: #2618B1;
}

a:hover
{
	color: #7B72D8;
}

h4
{
	color: #00A876;
	font-weight: bold;
}

h5
{
	font-size: 95%;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
}

table
{
	border-collapse: collapse;
}

input, textarea
{
	font-family: Calibri, Verdana;
}

th
{
	background: #00A876;
	color: white;
	font-weight: normal;
	font-size: 95%;
}

div.headingpanel
{
	background: #2618B1 url(/images/headingbg.png) top left repeat-x;
	border: solid 1px #949494;
	padding: 4px;
	color: White;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 11pt;
}

div.newspanel
{
	background: white url(/images/panelbg.png) top left repeat-x;
	border-left: solid 1px #B3B3B3;
	border-top: solid 1px #F8F8F8;
	border-right: solid 1px #B3B3B3;
	border-bottom: solid 1px #DFDFDF;
	padding: 4px;
	font-family: Verdana;
	font-size: 8pt;
}

/* Navigation Bar */
.navigationbar
{
	padding: 5px 10px 3px 10px;
	text-align: left;
	color: #888888;
	font-family: Trebuchet MS;
	font-size: 115%;
	/*font-weight: bold;*/
}

.navigationbar a
{
	color: #000000;
	text-decoration: none;
}

.navigationbar a:hover
{
	color: #7B72D8;
}

/* Copyright Bar */
.copyrightbar
{
	background: url(/images/navbar.png) top left repeat-x;
	color: Black;
	text-align: center;
	padding: 1px;
	font-size: 80%;
}

.copyrightbar a
{
	color: #2618B1;
}

.leftnav1
{
	background: #4186D3;
	color: White;
	text-align: right;
	border-left: 12px solid #274F7D;
	margin-bottom: 1px;
	padding: 4px;
}

.leftnav1 a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.leftnav1 a:hover
{
	text-decoration: underline;
}

.leftnav2
{
	background: #00A876;
	color: White;
	text-align: right;
	border-bottom: 1px solid #5FD4B1;
	padding: 3px;
	margin-left: 12px;
}

.leftnav2 a
{
	color: White;
	text-decoration: none;
}

.leftnav2 a:hover
{
	text-decoration: underline;
}

.datainformation
{
	display: inline-block;
	font-size: 90%;
	background: #FFC873;
	color: Black;
	border: 1px solid #A66400;
	padding: 5px;
}
