/***********************************************/
/* woggle.css                                  */
/* css rules specific to the Woggle            */
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:justify;
}

#content h2 {
   text-align:center;
}   

#content h3 {
   color:#FF0000;
}

#content img {
   float:left;
   padding-right:2px;
}   

/*   End of factsheet folder definitions       */

#table.woggle {
   border: 2px solid;
   text-align:justify;
}

.nofloat {
   clear:both;
}   

