﻿body 
{
	background: #fff url("BackgroundTile.gif");
	text-align: center;
	font-family: Arial, Sans-Serif;
}

#MainWrapper
{
	width: 770px;
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	border: solid #ABAFB2 1px;
	border-top: none;
}

#TwoPaneRightMainWrapper
{
	width: 970px;
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	border: solid #ABAFB2 1px;
	border-top: none;
}

#TwoPaneRightHeader
{
	height: 72px;
	width: 970px;
	background: #fff url('ImageStrip1.jpg') no-repeat right;
	position: relative;
}
#TwoPaneRightBlueBar
{
	height: 22px;
	width: 970px;
	background-color: #9CCCEE;
}
#TwoPaneRightColumn
{
	padding-top: 40px;
	width: 720px;
	float: right;
}
.MainContentTwoPaneRight
{
	width: 500px;
	float: left;
}

#Header
{
	height: 72px;
	width: 770px;
	background: #fff url('ImageStrip1.jpg') no-repeat right;
	position: relative;
}

#BlueBar
{
	height: 22px;
	width: 770px;
	background-color: #9CCCEE;
}

#ContentWrapper
{
	margin-top: 2px;
	background: #fff url('BodyGradient.gif') repeat-y left;
}

#LeftColumn
{
	width: 200px;
	float: left;
}

#RightColumn
{
	padding-top: 40px;
	width: 520px;
	float: right;
}

#Footer
{
	width: 770px;
	height: 80px;
	font-size: 8pt;
	color: #737171;
	position: relative;
}

.MainMenu
{
	width: 198px;
	background-color: #8DBE4E;
}

.DropDownMenuItem
{
	background-color: #0C95D3;
	color: White;
	width: 140px;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
}

.DropDownMenuItem_Over
{
	background-color: #0C95D3;
	color: White;
	width: 140px;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	cursor: pointer;
}

.MainMenuItem
{
	width: 198px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: solid #0C95D3 1px;
	color: White;
	font-size: 11px;
}

.MainMenuItem_Over
{
	width: 198px;
	background-color: #0C95D3;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: solid #0C95D3 1px;
	color: White;
	font-size: 11px;
	cursor: pointer;
}

#EventsBox
{
	margin-top: 5px;
	border-left: solid #448ECC  15px;
	width: 198px;
	background-color: #E1EFD2;
}

.EventsPane
{
	padding: 4px;
	color: #646565;
	font-size: 10px;
	height: 210px;
	overflow:auto;
}

.EventsPane a
{
	color: #0072c6
}

.EventsPane a:visited
{
	color: #0072c6
}

* > #EventsBox
{
	width: 183px;
}

#NewsBox
{
	margin-top: 5px;
	border-left: solid #8DBE4E  15px;
	width: 198px;
	background-color: #D0E8F8;
	color: #646565;
	font-size: 10px;
}

.NewsPane a
{
	color: #0072c6
}

.NewsPane a:visited
{
	color: #0072c6
}

.NewsPane
{
	padding: 4px;
	height: 350px;
	overflow:auto;
	color: #646565;
}

* > #NewsBox
{
	width: 183px;
}

.MainContent
{
	width: 350px;
	float: left;
}

.AdContent
{
	width: 150px;
	float:right;
}

.MdJobsHeader
{
	color: #00A060;
	font-size: 150%;
}

.MdJobsSubHeader
{
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
}

.MdJobsSideBar
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 6px;
}

.MdJobsSideBar a
{
	color: #0072c6;
}
.MainContentTwoPane
{
	width: 500px;
	float: left;
}