﻿/* CSS Document */
BODY
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	/* background-color: #A8B7D3; */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

A
{
	color: #00457A;
}

A:hover
{
	color: Black;
	text-decoration: none;
}

.menuCurrentPage
{
	text-align: center;
	background-color: #272324;
	color: white;
	width: 109px;
	border-style: none;
	border-width: 0px;
	cursor: pointer;
}

.menuHover
{
	text-align: center;
	background-color: #B9C4DC;
	width: 109px;
	color: #00457A;
	cursor: pointer;
}

.menuNotSelected
{
	text-align: center;
	width: 109px;
	color: #00457A;
	cursor: pointer;
}

.signMeUp
{
	width: 100px;
	background-color: #00457A;
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: bold;
	cursor: pointer;
}

.freeDownload
{
	width: 100px;
	background-color: #E5E6E7;
	border-color: #004478;
	border-style: solid;
	border-width: 3px;
	color: #221E1F;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: bold;
	cursor: pointer;
}

.sidebar
{
	background-color: #DBDCDE;
	vertical-align: top;
	width: 200px;
}

A.sidebarLinks
{
	color: Black;
	text-decoration: none;
}

A.sidebarLinks:hover
{
	color: #00457A;
	text-decoration: underline;
}

.content
{
	vertical-align: top;
	width: 647px;
	padding-left: 20px;
}

.gutter
{
	width: 20px;
}

.sectionHead
{
	color: #00457A;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.sectionSubHead
{
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}

.sectionContent
{
	margin-bottom: 15px;
}

.pageHead
{
	color: #00457A;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.footer
{
	font-size: 8pt;
}

A.footer
{
	font-size: 8pt;
}

A.footer:hover
{
	font-size: 8pt;
}

.copyright
{
	font-size: 7pt;
}

.navTitle
{
	color: #00457A;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

a.navTitle:link
{
	color: #00457A;
	text-decoration: none;
}

a.navTitle:hover
{
	color: #00457A;
	text-decoration: underline;
}

.navlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

a.navlink:visited
{
	color: #000000;
	text-decoration: none;
}

a.navlink:hover
{
	color: #00457A;
	text-decoration: underline;
}

a.navlink:link
{
	color: black;
	text-decoration: none;
}

.commonTasksHeader
{
	font-weight: bold;
}

.commonTasksButton
{
}

.commonTasksTable
{
	background-color: #DBDCDE;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 100%;
}

.pageTitleTable
{
	width: 100%;
	background-color: #DBDCDE;
}

.pageSummary
{
	padding-bottom: 20px;
	padding-top: 20px;
}

.griddetail
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

.topmenucontainer
{
	height: 50px;
	margin-left: 75px;
	margin-right: 75px;
	background:#fff;
}

.mastheadcontainer
{
	height: 75px;
	width:877px;
	margin-left: 75px;
	margin-top: 10px;
	background: #fff;
}

.leftmenucontainer
{
	position: absolute;
	left:75px;
	top:125px;
	width:210px;
	background: #fff;
}

.contentcontainer
{
	margin-left: 285px;
	margin-right: 75px;
	background: #fff;
	height: 100%;
}

.footercontainer
{
	position:absolute;
	top:900px;
	margin-left:60px;
	margin-right:60px;
}

.gutterleft
{
	position: absolute;
	top:0px;
	width:50px;
	height:900px;
	background-color:#A8B7D3;
}

.gutterright
{
	position:absolute;
	top:0px;
	right:0px;
	width:50px;
	height:900px;
	background-color:#A8B7D3;
}
