/* LEFT MENU */
#leftMenu {
  	background-color: #E2E9EF;
	float:left;
	width: 211px;
	/*height: inherit;*/
	font-size: 12px;
	color: #2B3864;
	line-height: 20px;
	padding-bottom: 1em;
    }
	
/* CONTAINER FOR LEFT COLUMN AND MAIN CONTENT */
#content{	
	border-right: 1px solid #2B3864;
	border-left: 1px solid #2B3864;
	border-top: 1px solid #2B3864;
	width: 748px;
	background: #E2E9EF;
}
	
#main {
	top: 0;
	vertical-align:top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 210px;
	padding-bottom: 1em;
	\width: 100%;
	w\idth: 530px;
	background-color: #FFFFFF;
	border-left: 4px ridge #EFF2F4;
	min-height:600px;
	height:auto !important;
    height:600px;
	height: expression( this.scrollHeight < 601 ? "600px" : "auto" ); /* sets min-height for IE */
	
}

#main p{
	padding: 0;
}
    
 /* MAIN UL */      
#menuList {
  margin: 0px;
  padding: 10px 0px 10px 10px;
}

 /* MAIN LI  */ 
li.menu
{
  background: url('../images/common/bulletup.gif') no-repeat 1px 6px;
  line-height: 130%;
  list-style-type:none; list-style-position:outside;
  padding: 1px 0px;
}

 /* MAIN LI ON ACTIVE PAGE-- DISPLAYS DOWN IMAGE */ 
li.menuCurrent {
  background: url('../images/common/bulletdown.gif') no-repeat 1px 6px;
  line-height: 130%;
  list-style-type:none; list-style-position:outside;
  padding: 1px 0px;
}

 /* MENU ITEMS UL - CLOSES MENU  */ 
.ulMenu{
  display: none;
  margin-left: 18px;
  padding: 0px;
}

/* MENU ITEMS UL- OPENS MENU ITEMS*/ 
.ulMenuCurrent {
 display: block;
 margin-left: 18px;
 padding: 0px;
}

/* MENU ITEMS LI  */ 

.menuItems li{
  background: url('../images/common/sqblubullet.gif') no-repeat 1px 6px;
  list-style-type:none; list-style-position:outside;
  padding: 1px 0px;
}

.menuItems li ul li ul li ul li{ font-size:11px;}
.menuItems li ul li ul li ul li a{ font-size:11px;}

/*
#menuItems li{
  background: url('../images/common/sqblubullet.gif') no-repeat 1px 6px;
  list-style-type:none; list-style-position:outside;
  padding: 1px 0px;
}
#menuItems li ul li ul li ul li{ font-size:11px;}
#menuItems li ul li ul li ul li a{ font-size:11px;}

*/

/* ANCHOR TAGS */
#menuList a, #menuList a:link,  #menuList a:visited {
  background-color: transparent;
  color: #2B3864;
  padding-left: 15px; 
  text-decoration: none;
}

#menuList a:hover, #menuList a:active{ font-weight: bold;}

/* HIGHLIGHTS ACTIVE LINK */
.hlm{
 font-weight: bold;
}

.hidden { display: none; visibility: hidden;}
.unhidden { display: block; visibility: visible;}

#question1 {color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #f3f6f8;
	margin-left: 15px;
	margin-right:15px;
	padding-top:7px;
	padding-bottom:7px;
} 
#question2 {color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #f3f6f8;
	margin-left: 15px;
	margin-right:15px;
	padding-top:7px;
	padding-bottom:7px;
} 