/***************************
	BODY STYLES
***************************/
	body {
		background-image: url(../_images.site/MAINBKG_TOP.jpg);
		background-repeat: repeat-x;
		background-color: #002A51;
		text-align: center;
		margin: 0;
		padding: 0;
		height: 100%;
	}
	
	a:visited {
		color: inherit;
	}
	
	#divCONTAINER {
		background-repeat: no-repeat;
		width: 760px;
		max-width: 760px;
		margin: 0 auto 0 auto;
		z-index: 0;
		height: auto;
		text-align: center;
	}
	
/************************
	HEADER STYLES
************************/
	#divHEADER {
		width: 760px;
		max-width: 760px;
		height: 121px;
		margin: 0 auto 0 auto;
	}
	
	#divPERSO {
		width: 760px;
		max-width: 760px;
		height: 89px;
		margin: 0 auto 0 auto;
	}
	
	#divPERSO_branding {
		width: 260px;
		max-width: 260px;
		height: 89px;
		margin: 0 auto 0 auto;
		float: left;
		text-align: left;
	}
	
	#divPERSO_authOpts {
		background-image: url(../_images.site/PERSO_authOpts_BKG.jpg);
		width: 500px;
		max-width: 500px;
		height: 89px;
		margin: 0 auto 0 auto;
		float: right;
	}
	
	#divPERSO_authOpts_todaysDate{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7.5pt;
		color: #FFFFFF;
		height: 14px;
		cursor: default;
		padding: 15px 10px 0px 0px;
	}
	
	#divPERSO_authOpts_clientOpts{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7.5pt;
		color: #FFFFFF;
		height: 30px;
		padding: 0px 5px 0px 0px;
		text-align: right;
	}
	
	.divPERSO_options {
		text-decoration: none;
		cursor: pointer;
	}
	
/************************
	NAVIGATION STYLES
************************/
	#divMAINNAVI {
		background-image: url(../_images.site/MAINNAVI_BKG.jpg);
		background-repeat: repeat-x;
		width: 732px;
		max-width: 732px;
		height: 32px;
		margin: 0 auto 0 auto;
		text-align: left;
	}

/************************
	MASTHEADE STYLES
************************/
	#divMASTHEAD {
		padding: 0px 0px 0px 0px;
		margin: 0 auto 0 auto;
		height: 347px;
		width: 760px;
	}

/************************
	FOOTER STYLES
************************/
	#divFTR {
		background-image: url(../_images.site/FTR_BKG.jpg);
		background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7.5pt;
		color: #FFFFFF;
		text-align: center;
		height: 100px;
		padding: 50px 0px 15px 8px;
		clear: both;
	}
	
	#divFTR_credits {
		padding: 15px 0px 15px 0px;
	}

/************************
	CONTENT SUBHEADER STYLES
************************/
	#divCONTENT_HDR_submenu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
		height: 30px;
		padding: 25px 0px 0px 275px;
	}
	
	a.divContent_HDR_submenu_list_ON {
		text-decoration: none;
		color: #47617F;
		cursor: default;
	}
	
	a.divContent_HDR_submenu_list_OFF {
		text-decoration: none;
		color: #000000;
		cursor: pointer;
	}
	
	a.divContent_HDR_submenu_list_OFF:hover {
		text-decoration: underline;
		color: #000000;
		cursor: pointer;
	}
	
	#divCONTENT_HDR_subhdr {
		padding: 0px 0px 0px 35px;
	}

/***************************
	ADVERTISING BOXES
***************************/
	.advertisement_lbl {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #4C7092;
	}
	
	#divADSPACE_fullblock {
		width: 320px;
		height: auto;
		clear: both;
		float: left;
		text-align: center;
	}
	
	.adspace_homebox_img {
		margin: 5px 0px 0px 5px;
	}
	