body
{
 text-align:center;
 min-width: 741px;
 font-family: Arial, Verdana, Tahoma;
 font-size:12px;
 line-height:normal;
 }

#content
{
 width:741px;
 margin: 0px auto;
 text-align:left;   
}

#header
{
}

#content-table
{
    border-top:      8px solid #4B658A;
    border-left:    10px solid #4B658A;
    border-bottom:   3px solid #4B658A;
    border-right:   11px solid #4B658A;
    
}

#content-left-column            
{
    border-left: 12px solid #050662;
    background-color: #F6F9FE;
    padding-top:6px;
    width:158px;
}

#content-right-column
{
    background-color: White;
    padding: 32px 24px;
    width: 583px;
}

#footer
{
 width: 741px;
 color: #FFFFFF; 
}

div.bottom-left-cnr
{
    float:left;
    padding:0px;
    margin:0px;
    background: transparent url(/images/cnr-bot-left.jpg) no-repeat top left;
    width:16px;
    height:44px;
}

div.bottom-right-cnr
{
    float:left;
    padding:0px;
    margin:0px;
    background: transparent url(/images/cnr-bot-right.jpg) no-repeat top left;
    width:16px;
    height:44px;
}

div.bottom-center
{
   float:left;
   padding:0px;
   margin:0px;
   background: transparent url(/images/footer-cnt-bg.jpg) repeat-x center left; 
   width: 709px;
   height:44px;
   text-align:left;
   color: White;
}

div.footer-links
{
    padding-left:1em;
    padding-top:15px;
    width:430px;
    float:left;
}   

div.footer-links a
{
    color: white;
    text-align:left;
    padding-left:1.5em;
} 

div.footer-CC
{
    padding-top:15px;
    width:180px;
    color:white;
    float:left;
}

/* Menu left navigation */
/* ==========================
    CSS STYLES FOR Menu
   ==========================
*/

#left-nav {
	width: 136px;
	margin: 6px 0px 31px 0px;
	border-style: none;
	list-style: none;
	}

#left-nav li
{    
position: relative;
}

#left-nav ul ul {
/*
position: absolute;
top: 5%;
*/
/*left: 105%;  to position them to the right of their containing block */
/*width: 60%;  width is based on the containing block */

background-color: #CFE2FF;
border:0px outset #CFE2FF;
padding:0;
}

div#left-nav ul ul,
div#left-nav ul li:hover ul
{display: none;}

div#left-nav ul li:hover ul,
div#left-nav ul ul li:hover ul, div#left-nav ul ul.selected
{display: block;}

#left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#left-nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-size:15px;
	font-weight:normal;
	}	
	
#left-nav li a:link, #left-nav li a:visited {
	color: #030663;
	display: block;
	background-color:  transparent;
	border-bottom:3px solid #030663;
	padding: 8px 0 0 20px;
	}
	
#left-nav li a:hover, #left-nav a.selected {
	color: black;
	background:  #CFE2FF url(/images/nav-bullet.gif) no-repeat;
	padding: 8px 0 0 20px;
	}

/* 2nd level list */
#left-nav li li a {
	height: 18px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 14px;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	}	
	
#left-nav li li a:link, #left-nav li li a:visited {
	color: #030663;
	display: block;
	background-color:  transparent;
	border-bottom:1px solid #030663;
	padding: 7px 0px 5px 10px;
	}
	
#left-nav li li a:hover, #left-nav li li a.selected {
	color: black;
	background:  #EFF6FF url(/images/nav-bullet-sm.gif) no-repeat center left;
	padding: 7px 0px 5px 10px;
	}
	
#left-nav li li a.selected
{}	

/* Formatting styles */
/* ====================
*/

td, span, p
{
 font-family: Arial, Verdana, Tahoma;
 font-size:12px;
 line-height:normal;
}


    
.title
{
    font-style: italic;
    font-weight: bold;
    color: #030663;
}

div.center
{
 text-align:center;   
}

