/* CSS Document */

/**************   GLOBALS   ****************/
html, body{	height:100%; margin:0; padding:0; border: none; background-color:#000000; 
	line-height:18px; font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; }
td{	vertical-align:top;}
a, a:visited, a:active, a:link{color:#b566ff;}
a:hover{color:#d641c8;}
img{ border-style:none;}



/*********************************************************/
/*             MASTER STRUCTURE                       */
/*******************************************************/
/* left and right background columns (scalable) */
.navStripDiv{background-image:url(../_images/bg_navStrip_repeat.gif); background-repeat:repeat-x;}
.navStripDiv td{height:61px;}
.navStrip_left{ background-image:url(../_images/bg_navStrip_L.jpg); background-position:right; background-repeat:no-repeat;}
.navStrip_right{ background-image:url(../_images/bg_navStrip_R.jpg); background-position:left; background-repeat:no-repeat;}
.navStrip_header{ width:954px; background-image:url(../_images/bg_navStrip_header.jpg); background-repeat:no-repeat;}

.mainStrip_left{ background-image:url(../_images/bg_mainStrip_L.jpg); background-position:top right; background-repeat:no-repeat;}
.mainStrip_right{ background-image:url(../_images/bg_mainStrip_R.jpg); background-position:top left; background-repeat:no-repeat;}
.mainStrip_content{ width:954px;}

/* NAV */
.navTbl{float:right; font-size:11px; font-weight:bold; color:#102d84; text-align:center;}
.navTbl td{vertical-align:text-top;}
.navTbl a{font-size:11px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
.navTbl a:hover{font-size:11px; font-weight:bold; color:#FFFFFF; text-decoration:underline;}

/* BOTTOM FOOTER */
.BotLinks{  height:24px; background-color:#333333; color:#FFFFFF; font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }
.BotLinks td{vertical-align:middle; padding:0px 15px 0px 15px;}
.BotLinks a{ color:#FFFFFF; text-decoration:none;}
.BotLinks a:hover{ color:#FFFFFF; text-decoration:underline;}


/* Splash Structure */
.splash_LV09Banner{ background-image:url(../_images/bg_banner_LV09.jpg); width:132px; background-position:top; background-repeat:no-repeat;}
.splash_content{ width:690px;}

.splashCont_titleTd{ font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#d641c8; font-weight:bold; padding-bottom:10px; }
.splashCont_contentTd{ font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:14px; padding-left:10px; }




/*********************************************************/
/*             UTILITY                       */
/*******************************************************/
/*  SPACERS  */
.spacer_content1{ height:40px;}
