/*  Layout for MLC-2007 Only  */
/*  Includes 'unreachable' type at bottom.
/*  MH, Intrinsix NY  */

html { font-size: 14px;  }

body {
	margin: 0;
	text-align:center;
	font-family: "Trebuchet MS", Tahoma, Arial, tahoma, sans-serif;
	text-align: left; 
	font-size: 100%;
  	line-height: 166%;
  	color: #222;
}


/* bubbled bg is optional */

body.bubbled { 
	background: #669;
	background-image: url('imgs/bubbles.gif');
	background-repeat: repeat;
	background-position: 0 0;
}


/* main page regions and relationships */

#wrap { margin:0 auto 0; width:785px;}

#pgHeader { background:#fc0;  padding: 0px; margin: 0 0 0 0; }

#pgSidebar { float:left; top: 0px; width:250px; }

#pgMain { float:left; position: relative; width:525px; margin-top: 5px; padding: 0; min-height: 700px;}

#pgFooter { clear:both; width:100%; bottom: 0; background: #333;}

#pgFloater { clear:both; position: absolute; right: 0; top: 0; width: 183px; height: 182px; background-image: url('imgs/corner.gif'); background-repeat: no-repeat; z-index: 8;}


/* regional contents */

#leftNav {
	background: #fff;
 	position: relative;
	left: 20px;
	top: 20px; 
	width: 220px; 
	padding: 0px 0px 0px 0px; 
	border: 0px;
	overflow: hidden;
/*  	-moz-opacity:0.9;opacity: 0.9; filter:alpha(opacity=90);   */
}

#leftNav:hover {
/*  	-moz-opacity:0.9;opacity: 0.9; filter:alpha(opacity=90);   */
}


div.mainContent {
	background: #fff;
 	text-align: left;
 	position: relative;
	left: 0px;
	top: 15px; 
	width: 492px; 
	padding: 0px 0px 0px 0px; 
	margin-bottom: 40px; 
	border: 0px;
	overflow: hidden;
}

div.mainBoxes {
 	position: relative;
 	text-align: left;
	left: 0px;
	top: 0px; 
	width: 500px; 
	padding: 0px 0px 0px 0px; 
	border: 0px;
	overflow: hidden;
}

div.whiteContent {
 	position: relative;
	overflow: hidden;
 	text-align: left;
	padding: 5px 10px 40px 2px; 
	margin: 0; 
	background: #fff;
}

div.footContent {
 	text-align: left;
 	position: relative;
	margin:0 auto 0 auto; 
	width:785px;
	padding: 0;
	}



/* round-corner class (white lozenge) */

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}



/* notch in any round-corner box and un-notched version*/

div.hr {
  height: 23px;
  background: #fff url(./imgs/notch.gif) no-repeat scroll left;
}

div.hr hr {
  display: none;
}

img { border: 0; }





/* nav with fixed pix sizes */

p.nav a { 
	font-family: "Trebuchet MS", Tahoma, Arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-weight: 500;
	color: #444;
	margin: 2px 20px 5px 12px;
	line-height: 1.5em;
	text-decoration:none
	}
	
a.subnav { 
	font-family: "Trebuchet MS", Tahoma, Arial, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-weight: 500;
	color: #444;
	margin: 2px 20px 5px 28px;
	line-height: 1.1em;
	text-decoration:none
	}

p.nav a:hover, a.nav:hover, a.subnav:hover {	
	border-bottom: 1px #666666;
	text-decoration: none;
	color: #606
}

span.navPDF {
color: #888;
padding: 0 2px;
font-size: 8px;
border: 1px solid #888;
}


/* rigid foot */


p.foot {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: #909090;
	line-height: 1.5em;
	margin: 20px 0px 20px 35px; 
}

ul.foot {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: #909090;
	line-height: 1.5em;
	margin: 20px 0px 20px 35px; 
}

ol.foot {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: #909090;
	line-height: 1.5em;
	margin: 20px 0px 20px 35px; 
}

li.foot {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: #909090;
	line-height: 1.5em;
	margin: 20px 0px 20px 35px; 
}

a.foot {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: #909090;
	line-height: 1.5em;
	margin: 20px 0px 20px 0px; 
}

a.footnav {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	line-height: 15px;
	font-size: 9px;
	color: #909090;
}

a.intra {
	border-bottom: 1px #cccccc dashed;
	}


a.foot {	
	text-decoration:underline;
}

a.foot:hover, a.footnav:hover {	
	border-bottom: 1px #666666;
	text-decoration:underline;
	color: #f90;
}

a:hover, a.intra:hover {	
	border-bottom: 1px #666666;
	text-decoration:underline;
	color: #606;
}




/* fin */
