body { font-family: Calibri; font-size: 11px; color: #666666; background-color: #2A2A42; margin: 0; padding:0;   }
#wrapper { margin: 0 auto;  width: 780px;  background-color: #2A2A42; border: 0; margin-bottom: 20px; background-image:url(../images/bg/nqc_bg.jpg); background-repeat: repeat;  height: 1000px; padding:  0;   }
#header { margin: 0 5px 0 5px; width: 770px;  background-color: #2A2A42; border: 0 ; padding:  130px 0 0 0; background-image:url(../images/header/nqc_header.jpg); background-repeat: no-repeat; height: 37px;  }
 
#sidenav { margin: 0 0 0 5px;  width: 180px;  background-color:  transparent; border: 0;   padding:  35px 0 0 0; float: left; height: 190px; background-image:url(../images/nav/sidenav_bg.jpg); background-repeat: no-repeat;   }
  
#mainimg { margin: 0 0 0 5px;  width: 585px;  background-color:  transparent; border: 0;   padding:  0; float: left; height: 225px;  }

#mconleft { margin: 5px 0 10px 5px;  width: 180px;  background-color: #ffffff; border-bottom: 5px solid #F7BA2C; padding: 0 0 20px 0; float: left;   }
#mconright { margin: 5px 5px 10px 5px;  width: 180px;  background-color: #ffffff; border-bottom: 5px solid #373857; padding: 0 0 20px 0; float: left;     }
#mconmid { margin: 5px 0 10px 5px;  width: 395px;  background-color: #ffffff; border-bottom: 5px solid #F7BA2C;  padding: 0 0 20px 0; float: left;      }


#footer { margin:  0; width: 450px;  background-color:transparent; padding:  0;    border-top: 1px dashed #596192; float: right;     }
  

/*TEXT STYLES*/
p { margin: 10px 15px 5px 15px; text-align: left; font-size: 12px; line-height: 160%;   color:#727184;    } 
h2 { margin: 5px 10px 5px 5px; text-align: right; font-size: 13px; line-height: 160%;   color: #CCCCCC;    } 

h3 { margin: 0 0 0 10px; text-align: left; font-size: 13px; line-height: 180%; color: #ffffff; font-weight: lighter; letter-spacing: 1px;  } 
 h4 { margin: 10px 15px 5px 15px; text-align: left; font-size: 14px; line-height: 160%;   color:#727184;   } 
h5 { margin: 10px 5px 5px 10px; text-align: left; font-size: 12px; line-height: 160%;   color:#727184;   font-weight: lighter;  } 




/*MISC STYLES*/ 
.wbordbottom{ border-bottom: 1px solid #ffffff; } 
.wbord { border: 1px solid #ffffff; }
.bbord { border: 2px solid #E6E0DB; }
.clear { clear: both; height: 5px;  } 
.blutxt { color: #013B7B; } 
.yeltxt { color: #D69710; letter-spacing: 1px;   }
 
/*LINKS*/
a.white:link {color:#ffffff; text-decoration: none; }
a.white:visited {color:#ffffff; text-decoration: none; }
a.white:hover {color: #E09F18; text-decoration: none; }
a.white:active {color:#ffffff; text-decoration: none; }

a.yel:link {color:#E09F18; text-decoration: none; }
a.yel:visited {color:#E09F18; text-decoration: none; }
a.yel:hover {color: #E09F18; text-decoration: underline; }
a.yel:active {color:#E09F18; text-decoration: none; }

 

a:link {color:#ffffff; text-decoration: underline; }
a:visited {color:#ffffff; text-decoration: underline; }
a:hover {color: #E09F18; text-decoration: underline; }
a:active {color:#ffffff; text-decoration: underline; }


/*MAIN TABLE*/
#atable {  background-color: none; margin: 0 0 0 0; width: 710px;  background-color: transparent;  border: 0; padding: 5px;  float: left;  } 
#atable td {  border: 1px solid #006FB0; padding: 5px;  background-color:#005F92;  } 
#atable  p { text-align: left; margin: 5px;   font-size: 11px; line-height: 150%; } 


#navcontain{ background-color: transparent; margin: 0 0 10px 0; width: 750px;  font-size: 12px; font-weight: normal; border-bottom: 1px solid #4C507D; float: right; }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #2A2A42;
}

#nav a {
	display: block;
	width: 82px;
	padding: 5px 0 5px 0;
	color: #fff; 
	text-decoration: none; 
}

#nav li { /* all list items */
	float: left;
	width: 82px; /* width needed or else Opera goes nuts */
		border-top: 1px solid #4C507D;
}

#nav li ul { /* second-level lists */
	position: absolute;
	 
	width: 82px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
 }

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
		color: #ffffff;
		background-color: #2A2A42;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	 background-color:#2A2A42;
	color: #ffffff;
}


 #nav li:hover, #nav li.sfhover {
	background: #F7BA2C;
}
