@charset "utf-8";
.mainNav
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.mainNav a:link
{
	color: #ffffff;
	text-decoration: none;
}
.mainNav a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.mainNav a:active
{
	color: #ffffff;
	text-decoration: none;
}
.mainNav a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.leftNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.leftNav a:link
{
	color: #8b8583;
	text-decoration: none;
}
.leftNav a:visited
{
	color: #8b8583;
	text-decoration: none;
}
.leftNav a:active
{
	color: #8b8583;
	text-decoration: none;
}
.leftNav a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.subNav
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	text-align: center;
	line-height: 10px;
	padding: 4px 6px;
	font-size: 10px;
	background-image: url(images/subMenuBG.jpg);
}
.subNav a:link
{
	color: #ffffff;
	text-decoration: none;
}
.subNav a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.subNav a:active
{
	color: #ffffff;
	text-decoration: none;
}
.subNav a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.mainBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	line-height: 13px;
}
.mainBody .title
{
	font-size: 14px;
	color: #006faf;
	font-weight: bold;
	line-height: normal;
}
.mainBody a:link
{
	color: #006faf;
	text-decoration: none;
	line-height: 16px;
}
.mainBody a:visited
{
	color: #006faf;
	text-decoration: none;
	line-height: 16px;
}

.sideBox
{
	position: relative;
	top: 20px;
	width: 85%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}

.sideBox h3
{
	color: #006AAA;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

.rule
{
	width: 100%;
	height: 1px;
	background-color: #999999;
	margin: 6px 0px;
}

.tableNav
{
	background-color: #f3f3f3;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
	cursor: pointer;
}
.opListLinks a:link
{
	text-decoration: none;
}
.opListLinks a:visited
{
	text-decoration: none;
}
.opListLinks a:hover
{
	text-decoration: none;
}
.opListLinks a:active
{
	text-decoration: none;
}
.opListLinks td
{
	background: url(images/gradient26px.png) repeat-x;
	border-top: solid 2px #f0f0f0;
	border-bottom: solid 2px #f0f0f0;
}
.ManagementList 
{
	margin-left:auto;
	margin-right:auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ManagementList ul
{
	margin:0;
	padding:0;
	margin-bottom:50px;
}
.ManagementList ul li
{
	list-style-type:none;
	cursor:pointer;	
}
.ManagementListHeading 
{
	font-weight:bold;
	margin-top:20px;
	padding-left:9px;
}

