#bigContainer {width:1000px}
#mainLeftNav {float:left;width:300px;height:100%;}
#mainContent {float:left;width:690px;height:100%;}

.folioScreenshot {background-color:#33CCFF;}

.debugRed {border:1px solid red;}
.debugBlue {border:1px solid blue;}
.debugGreen {border:1px solid green;}
.debugPurple {border:1px solid purple;}
.debugOrange {border:1px solid orange;}

body, h3, h4, h5, h6 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;	
    /* line-height:1.4; */
}

h2 {
	font-size:1.0em;
    font-weight:bold;
	/* color:#263DDD; */ /* dark blue */
}

#header {
	padding-top:10px;
	padding-bottom:20px;
	padding-left:0px;
	font-size:1.75em;
	font-weight:bold;
	color:#000099;  /* NAVY blue */
	/* background-color:#6699FF; */

}

.limey {
		color:#00CC00;  /* lime green */	  
		/* color:#263DDD; */ /* dark blue */ }

.navHeader {
	padding-left:5px;
	font-size:1.2em;
	font-weight:bold;
	/* color:#263DDD; */ /* dark blue */
	color:#000099;  /* NAVY blue */	

}

.navSubheader {
	padding-left:15px;
	padding-bottom:-10px;
	font-size:1.1em;
	font-weight:bold;
	/* color:#263DDD; */ /* dark blue */
	color:#000099;  /* NAVY blue */
}

.navItem{
	padding-left:20px;
	padding-top:0px;
	padding-bottom:5px;
	font-size:1.0em;
	font-weight:bold;
	/* color:#263DDD;  */ /* dark blue */ 
}

.navItem a {
	    color:#263DDD; /* dark blue */ 
		text-decoration:underline;
}

.navItem .active{
		color:#00CC00; /* lime green */	  
	    /* color:#006633; */ /* dark green */ 
		text-decoration:none;
}

.navItem a:hover,.navItems  a:focus  {
	    color:#00CC00; /* lime green */	   
		text-decoration:underline;
}

.navItem a:active  {
	 	color:#99FF33; /* light lime green */
		text-decoration:underline;
}
	
.captionItal {font-style:italic;font-size:0.9em;font-weight:normal;} /* darker lime green */	