﻿html
{
	 margin: 0px; 
	 border: transparent 0px; 
	 padding: 0px; 
	 background-position: top left; 
}

body
{
	margin: 0px; 
	border: transparent 0px; 
	padding: 0px; 
	background-color: #F7F7F7;
}

a
{
    outline-style: none;
}

.page
{
	position: relative; 
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 40px; 
	top: 20px;
	bottom: 20px;
	width: 982px; 
	height: auto; 
	border: transparent 0px;
}
.header
{
	position: relative; 
	width: 982px; 
	height: 39px;  
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: transparent 0px; 
	background-image: url('/Images/navigation/NavigationBar.gif'); 
	background-repeat: no-repeat;
}
.contentHolder
{
	position: relative; 
	padding: 0px 0px 0px 0px;
	margin: 18px 0px 0px 10px;
	width: 982px; 
	height: auto; 
	border: transparent 0px;
}
#navigation
{
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 820px; 
	height: 38px; 
	border: transparent 0px; 
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	color: #124C8B;	
	z-index: 5000;
}
#navigation ul
{	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	line-height:38px;
	list-style:none;
	padding:0 0 0 0;
}
#navigation li
{
	position: relative;
	min-height: 1px;		
}
#navigation ul ul
{
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #B0BDC9;
	position: absolute;
	display: none;
	width: 151px;
	background-color: #FFFFFF;
	padding: 0 6px 0 6px;
}
#navigation ul li ul li
{
	line-height: 18px;
}
#navigation li:hover ul ul,
#navigation li li:hover ul ul
{
	display:none;
}
#navigation li:hover ul,
#navigation li li:hover ul
{
	display:block;
}
.home
{
	margin:0;
	width: 164px;
	color: #124C8B;
	display:block;
	white-space:nowrap;
	text-align: center;
	text-decoration: none;
}
a.home:hover
{
	color: #FFFFFF;
	background-image: url('/Images/navigation/MethodsHilight.gif');
	background-repeat:no-repeat;
	background-position: left center;
}
.menu
{
	margin:0;
	width: 164px;
	color: #124C8B;
	display:block;
	white-space:nowrap;
	text-align: center;
	text-decoration: none;
}
a.menu:hover
{
	color: #FFFFFF;
	background-image: url('/Images/navigation/Hilight.gif');
	background-repeat:no-repeat;
	background-position: left center;
}
.link
{
	color: #124C8B;
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
}
a.link:hover
{
	color: #F4B859;
	text-decoration: underline;
}
.loginStatus
{
	position: absolute;
	top: 11px;
	left: 876px;
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	color: #124C8B;	
	text-decoration: none;
}
.loginStatus:hover
{
	color: #FFFFFF;	
}
.footer
{
	position: relative; 
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	width: 982px; 
	height: 42px;  
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #DDDDDD;
}
.copyright
{
	position: absolute;
	top: 8px;
	left: 4px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #888888;
}
.footer ul
{
	position: absolute;
	top: 8px;
	left: 748px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
    color: #888888;
}
.footer li
{
	display: inline;
	padding: 0px 6px 0px 6px;
	border-right: solid 1px #888888;	
	
}
.footer li.last
{
	border: none;
}
.footer a
{
	color: #888888;
	text-decoration: none;
}
.footer a:hover
{
	color: #0088CC;
	text-decoration: underline;
}
.contact
{
	position: absolute;
	top: 26px;
	width: 982px; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #0088CC;
}


/** CONTENT AREA BORDERS AND HEADERS **/
.Border .HeadingLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 28px;
	background-image: url('/Images/Border/HeadingLeft.gif');
}
.Border .Heading
{
	position: absolute;
	top: 0px;
	height: 28px;
	background-image: url('/Images/Border/Heading.gif');
	background-repeat: repeat-x;
}
.Border .Heading span
{
	position: absolute;
	top: 5px;
	left: 6px;
	width: 235px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #124C8B;
}
.Border .HeadingRight
{
	position: absolute;
	top: 0px;
	width: 6px;
	height: 28px;
	background-image: url('/Images/Border/HeadingRight.gif');
}

.Border .CornerTL
{
	position: absolute;
	width: 6px;
	height: 6px;
	background-image: url('/Images/Border/TopLeft.gif');
}
.Border .Top
{
	position: absolute;
	top: 0px;
	left: 6px;
	height: 2px;
	background-image: url('/Images/Border/Top.gif');
	background-repeat: repeat-x;
}
.Border .CornerTR
{
	position: absolute;
	width: 6px;
	height: 6px;
	background-image: url('/Images/Border/TopRight.gif');
}
.Border .Right
{
	position: absolute;
	width: 2px;
	background-image: url('/Images/Border/Right.gif');
	background-repeat: repeat-y;
}
.Border .CornerBR
{
	position: absolute;
	width: 6px;
	height: 6px;
	background-image: url('/Images/Border/BottomRight.gif');
}
.Border .Bottom
{
	position: absolute;
	left: 6px;
	height: 6px;
	background-image: url('/Images/Border/Bottom.gif');
	background-repeat: repeat-x;
}
.Border .CornerBL
{
	position: absolute;
	left: 0px;
	width: 6px;
	height: 6px;
	background-image: url('/Images/Border/BottomLeft.gif');
}
.Border .Left
{
	position: absolute;
	width: 2px;
	background-image: url('/Images/Border/Left.gif');
	background-repeat: repeat-y;
}


/** SPLITTERS **/
.horizontalLine
{
	position: absolute;
	height: 2px;
	background-image: url('/Images/SplitterH.gif');
	background-repeat: repeat-x;
}
.verticalLine
{
	position: absolute;
	width: 2px;
	background-image: url('/Images/SplitterV.gif');
	background-repeat: repeat-y;
}
