﻿*
{
	margin: 0;
	border: 0;
	padding: 0;
}
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
h1
{
	font: bold 18px Century Gothic;
	color: #288580;
	margin-bottom: 12px;
}
h2
{
	font-size: 12px;
	color: #288580;
	margin-top: 12px;
}
h3
{
	font-size: 12px;
	margin: 12px 0px 0px 0px;
}
li
{
	margin-left: 30px;
}
ol li
{
	color: #288580;
	font-weight: bold;
	margin-bottom: 6px;
}
p
{
	margin-bottom: 24px;
}
h2 a
{
	color: #288580;
	text-decoration: none;
}
a.ToTop
{
	text-decoration: none;
	color: #9f0000;
}
a:hover
{
	text-decoration: underline;
}
table.Datagrid
{
	border-collapse: collapse;
	border: 2px solid #000000;
}
table.Datagrid th
{
	background-color: #288580;
	color: #ffffff;
	padding: 6px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
table.Datagrid td
{
	padding: 6px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.Teal
{
	color: #288580;
}
.Purple
{
	color: #288580;
}
.CenturyGothic
{
	font-family: Century Gothic;
}

.PurpleBackground
{
	background-color: #288580;
}
.TealBackground
{
	background-color: #288580;
}
.WhiteBackground
{
	background-color: #ffffff;
}
.MainNavigationStaticMenu
{
	margin-bottom: 12px;
}
.MainNavigationStaticItem
{
	margin: 6px;
	display: block;
	color: #288580;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffffff;
}
.MainNavigationDynamicMenu
{
	background-color: #ffffff;
	border: 1px solid #288580;
	padding: 6px;
	z-index: 100;
}
.MainNavigationDynamicItem
{
	display: block;
	color: #288580;
	font-weight: bold;
	white-space: nowrap;
}
.MainNavigationDynamicHover, .MainNavigationStaticHover
{
	color: #288580;
}
.SiteMapPath
{
	color: #288580;
	text-decoration: none;
}
.LeftPaneAd
{
	margin: 0 0 12px 0;
}
.Sidebar
{
	background-color: #d9d9d9;
	padding: 12px;
}
.Button
{
	border: 1px outset;
	padding: 2px;
}
.TextBox
{
	border: 1px inset;
	padding: 2px;
}

#PageContainer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
	background-color: #ffffff;
}
#Header
{
	width: 798px;
	padding: 1px;
	margin: 0px;
	border: 0px;
}
#JobOpenings
{
	font: bold 18px Century Gothic;
	height: 35px;
	color: #ffffff;
	padding: 2px 6px 2px 6px;
}
#PageBody
{
	width: 798px;
	background-image: url(../Images/PageBodyBg.gif);
	background-repeat: repeat-y;
}
#LeftPane
{
	width: 167px;
	float: left;
}
#RightPane
{
	width: 617px;
	float: right;
	padding: 6px;
}
#BottomBanner
{
	clear: both;
	width: 798px;
	background-color: #ffffff;
}