/* Main Body Style */
body {
	background-color: #E2E2E2;
	background-repeat: no-repeat;

	}
	
	
/* ** Main Layout Styles  - Black and Blue Text ** */
.mainDarkBlueHeading{
	font-family: Verdana;
	font-size: 14px;
	color: #004080;
	font-weight: bold;

	}
.mainDarkBlueSubHeading{
	font-family: Verdana; 
	font-size: 11px; 
	color: #004080;
	font-weight: bold;
	}


/* Body Text */
.mainTextMedium {
	font-size: 8.5pt;
	font-family: Verdana;
	line-height: 1.25;
	}
.mainTextSmallList {
	font-size: 10px;
	font-family: Verdana;
	line-height: 1.50;
	}
.mainTextSmall {
	font-family: Verdana; 
	font-size: 10px; 
	}
.mainTextSmallGray {
	font-family: Verdana; 
	font-size: 10px; 
	color: #666666;
	}
.mainTextVerySmallGray {
	font-family: Verdana; 
	font-size: 9px; 
	color: #666666;
	}


	
/* Bottom of the screen - Footer - Dark Grey Sage Text and Dark Blue B2B Addr */
.bottomDarkBlueB2BText {
	font-family: Verdana; 
	font-size: 8pt; 
	font-family: Verdana; 
	color: #004080;
	}
	
.bottomDarkGreySageText {
	font-family: Verdana; 
	font-size: 7pt; 
	color: #808080;
	}

.bottomDarkGreySageText:hover {
	font-family: Verdana; 
	font-size: 7pt; 
	font-weight: bold;
	color: #808080;
	}	
	
	
	
	
	
/* -------------------------------------------- Links ----------------------------------------------- */


/*  *** Black Text Links *** */
a:link {  
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	}
a:visited { 
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	}
a:hover {    
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	}
a:active { 
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	}

/* WHITE - MEDIUM  ------------------------------------------------------------------ 
/* Rollover makes text BOLD
/* Used in the Left Pane Nav menu */

.whitelink a:link {   
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	line-height: normal;
	}	
.whitelink a:visited { 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #FFFFFF;
	}			
.whitelink a:active { 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #FFFFFF;
	}
.whitelink a:hover {    /** white hover **/
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #FFFFFF;
	}

/* WHITE - MEDIUM ------------------------------------------------------------------ 
/* Rollover adds an Underline to Text
/* Used for the News Text   */

.whiteULlink a:link {  
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.3;
	}	
.whiteULlink a:visited { 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1.3;
	color: #FFFFFF;
	}			
.whiteULlink a:hover {    
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration:underline;
	line-height: 1.3;
	color: #FFFFFF;
	}
.whiteULlink a:active { 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1.3;
	color: #FFFFFF;
	}


/* WHITE - MEDIUM - BOLD ------------------------------------------------------------------ */
/* Rollover turns text to Grey */
/* Used in the Left Nav Bar - "News" title  */

.whiteNewsMenu a:link {  
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#FFFFFF;
	line-height: normal;
	}	
.whiteNewsMenu a:visited { 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #FFFFFF;
	}			
.whiteNewsMenu a:hover {    
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color:#FFFFFF;
	}
.whiteNewsMenu a:active { 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color:#FFFFFF;
	}

/* DARK BLUE - MEDIUM - BOLD ------------------------------------------------------------------ */
/* Rollover turns to Grey */

.bluelinkMedium a:link {   
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #004080;
	}	
.bluelinkMedium a:visited { 
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #004080;
	}			
.bluelinkMedium a:hover {  
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #808080;
	}
.bluelinkMedium a:active { 
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #004080;
	}
	
	
	
/* DARK BLUE TITLE - Large ------------------------------------------------------------------ */
/* Rollover turns to Grey */

.bluetitlelinkMedium a:link {   
	font-family: Verdana;
	font-size: 9.5pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #004080;
	}	
.bluetitlelinkMedium a:visited { 
	font-family: Verdana;
	font-size: 9.5pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #004080;
	}			
.bluetitlelinkMedium a:hover {  
	font-family: Verdana;
	font-size: 9.5pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #808080;
	}
.bluetitlelinkMedium a:active { 
	font-family: Verdana;
	font-size: 9.5pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #004080;
	}

	
/* DARK BLUE - SMALL - BOLD ------------------------------------------------------------------ */
/* Rollover turns to Grey */
/* Used on Footer Address text as link to Contact Page */

.bluelinkSmall a:link {   
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #004080;
	}	
.bluelinkSmall a:visited { 
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #004080;
	}			
.bluelinkSmall a:hover {  
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #808080;
	}
.bluelinkSmall a:active { 
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #004080;
	}

/* BLACK - MEDIUM ------------------------------------------------------------------- */
/* Rollover turns text to BOLD */

.blacklinkMedium a:link {   
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	}	
.blacklinkMedium a:visited { 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	}			
.blacklinkMedium a:hover {  
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	line-height: normal;
	color: #000000;
	}
.blacklinkMedium a:active { 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #000000;	}

/* BLACK - SMALL ------------------------------------------------------------------- */
/* Rollover turns text to BOLD */

.blacklinkSmall a:link {   
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	}	
.blacklinkSmall a:visited { 
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	}			
.blacklinkSmall a:hover {  
	font-family: Verdana;
	font-size: 9px;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration:underline;
	line-height: normal;
	color: #000000;
	}
.blacklinkSmall a:active { 
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color: #000000;	
	}

/* GREY - SMALL ------------------------------------------------------------------- */
/* Rollover turns text to BOLD */

.greylinkSmall a:link {   
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color:#666666
	}	
.greylinkSmall a:visited { 
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color:#666666;
	}			
.greylinkSmall a:hover {  
	font-family: Verdana;
	font-size: 9px;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration:underline;
	line-height: normal;
	color:#666666;
	}
.greylinkSmall a:active { 
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	color:#666666;
	}


/* LAYERS -------------------------------- */

#MainLayer{
	position:relative; 
	width:832px; 
	margin:0 auto;
	}	

#MainBGLayer{
	position:absolute; 
	top:-12px; 
	width:832px; 
	height: 730px;
	border: 0px none #000000; 
	left: -14px;
	background-image: url(../Images/bg.jpg);
    }

#PageHeading {
	position:absolute;
	width:560px;
	height:20px;
	z-index:22;
	left: 232px;
	top: 120px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	}	

#companyAddr {
	position:absolute;
	width:750px;
	height:20px;
	z-index:43;
	left: 40px;
	top: 640px;
}
#textSageDisclaimer {		
	position:absolute;
	width:750px;
	height:30px;
	z-index:4;
	left: 40px;
	top: 670px;
	}

