body { 
margin : 10px 0 0 0;
padding : 0;
font-family : verdana, "Lucida Grande", arial, helvetica, sans-serif;
color : #333366;
background : ##FFFFF3 url(images/topbluefade.gif) repeat-x;
text-align : left;
} 



  #banner { 
  color: #FFF;
	position:relative; 
	height:73px; 
	background-image: URL(/images/QABanner.jpg); 
	width:100%; 

}       

#uplan { 
  color: #FFF;
	position:relative; 
	height:200 px; 
	background-image: URL(/images/Unit Test Planning.jpg); 
	width:100%; 

}         
  
  #container
  {
   margin: 1em 5%;
   background-color: #FFF;
   border: 1px solid #D8EEEE;
  }
  
 
  
  #banner h1
  {
   margin: 0;
   padding: .5em;
  }
 


#Nav1 { 
	height: 28px; 
	width: 100%; 
	background-image : url(/images/topgray.gif);
	text-align: center; 
        border: 1px solid #838B8B;  }

#Nav1 a { 
	color: #333366; 
	font-weight: bold;
        font-size: 12pt; 
	text-decoration: none; 
	padding: 13px; 
	vertical-align:middle; 
        border: 1px sold #FFF;
.horizontalDivide { 
	width: 100%; 
	height: 8px; 
	background-image: URL(/images/divider_nav.gif); 
                   } 
        }
#side
  {
   background-color: #ECF1EF;
   float: right;
   width: 110px;
   font-size: 12pt;
   margin-right: 10px;
   padding-top: 1em;
   border: 1px solid  #EBECE4;
  }
  
  #side p { margin-top: 0; }
  
  #content
  {
   padding-top: 1em;
   margin: 0 2em 0 200px;
   font-size: 11pt;
   color : #000000;

  }
  
  #content h2 { margin-top: 0; }
  
  #content h4 { margin-top: 0; }

  #footer
  {
   color: #FFF;
   clear: both;
   background-color: #104E8B;
   padding: 1em;
   text-align: right;
   border-top: 1px solid #333;
  }

#leftcolBox { 
	padding: 6px 0px;
	position: relative;
	background-image : url(/images/otcdivider_dot.gif); 
	float: left; 
}

#leftcol { 
	position:relative; 
	float:left;
        font-size: 12pt;
 	padding: 6px 12px 6px 0px; 
	width:180px; 
	background-position: left; 
}
.arrowedLinks a { 
	
	display:block; 
        color: #333366; 
	font-weight: bold; 
	text-decoration: none; 
	background-position: 3px 2px; padding-left:20px; padding-right:3px; padding-top:0px; padding-bottom:0px 
} 
.subArrowedLinks a ,.subArrowedLinks a:hover{ 
	display:block; 
	padding-left:40px; 
	background-image: url(/images/topnav.jpg); 
	background-repeat: no-repeat; 
	background-position: 20px 2px 
} 

#homeLeftcolBox {
	width: 140px;
        margin-left: 10px; 
	background-color: #F4F4DB; 
	border: 1px solid #E3E9D4; 
	padding-bottom: 5px; 
}

/* *** Float containers fix: 
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
.clearfix{display: inline-table;} 
/* Hides from IE-mac \*/ 
* html .clearfix{height: 1%;} 
.clearfix{display: block;} 
/* End hide from IE-mac */ 

#nav
  {
   background-color: #FFF;
   float: left;
   width: 160px;
   margin-left: 10px;
   padding-top: 1em;
  }
  
  #nav p { margin-top: 0; }

div.maincol { 
width : 425px;
text-align : left;
float : left;
} 
div.maincol p { 
font-size : 12px;
line-height : 16px;
margin : 3px 0 15px 0;
} 
div.maincol h1 { 
font-size : 16px;
color : #036;
font-weight : bold;
padding : 0;
margin : 0 0 15px 0;
} 
div.maincol h2 { 
font-size : 12px;
color : #333;
font-weight : bold;
padding : 0;
margin : 0 0 1px 0;
} 
div.maincol h3 { 
font-size : 12px;
color : #000;
font-weight : bold;
padding : 0;
margin : 0 0 15px 0;
} 
div.maincol p { 
font-size : 11px;
line-height : 15px;
color : #333;
margin : 0 0 15px 0;
} 


  
a,white:link {
color: #FFFFFF; text-decoration: underline;
}
a.white:active {
color: #FFFFFF; text-decoration: underline;
}
a.white:visited {
color: #FFFFFF; text-decoration: underline;
}
a.white:hover {
color: #FF0000; text-decoration: none;
}
a.green:link {color:  #008000; text-decoration: underline;  }
a.green:active {color: #008000; text-decoration: underline; }
a.green:visited {color: #008000; text-decoration: underline; }
a.green:hover {color: #ff0000; text-decoration: none; }


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