/* NOTE:!! there could be problems with borders being defined here, and the width of the element defined in layout!!! */ 

  body {
/*   background: #C9E7FF;*/
   background: #D4F4FF;
	 /*
   background-image: url(snowIce1.gif);
   background-repeat: repeat-x left;
	 */
   color:#000;
	 height:100%;
  }
	
	div.header{
   border: 0px solid #0F0;		
	}
	
  div.center-block{
   border-left: 1px solid #000;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
   border-top: 2px solid #000; /*#FF7000;*/
	 	 	 
   padding:0;
 	 background:#0363B2;
  }
	
	div.middleBody{
/*	  border: 5px solid #f00;       useless!!! doesn't work at all really */
		
	}
  .contentBox div{
   border: 1px solid #000;
 	 background:#FFA100;
	 margin-right:5px;
	 margin-left:5px;
	 padding: 0 0 5px;
  }
		
  .contentBox div.pic{
   border: 1px solid #000;
 	 background:#FFA100;
	 margin-right:5px;
	 margin-left:5px;
	 padding: 0 0 5px;
	 height:100%;			/* needed for those silly pictures not filling their boxes properly */
	 min-height: 232px;	 				/* needed for those silly pictures not filling their boxes properly */
  }
  .contentBox div.picAndHeading{
   border: 1px solid #000;
 	 background:#FFA100;
	 margin-right:5px;
	 margin-left:5px;
	 padding: 0 0 5px;
	 height:100%;			/* needed for those silly pictures not filling their boxes properly */
	 min-height: 265px;	 				/* needed for those silly pictures not filling their boxes properly */
  }
  .contentBox div img{
   float: left;
   border: 1px solid #000;
	 margin:5px;
  }
	.contentBox div h3{
	 text-align:center;	
	 padding: .2em;
	 background: #FF1E00;
   background-image: url(darkerOrangeLinGrad.gif);
   background-repeat: repeat-x;
	 margin:0px;
 	 font-size: 20px;
	 border-bottom: 1px dotted #000;
	}
	.contentBox div p{
	 margin:0 0 0 0px;
	 padding: .5em;
	 color:#000;
	 font-size: 18px;
	 }
	 /**/
  .col1Box div{
   border: 1px solid #000;
	 background:#FFA100;
	 margin-right:5px;
 	 font-size: 14px;
  }
	.col1Box div h3{
	 text-align:center;
	 padding: 0.2em;
	 background: #FF1E00;
   background-image: url(darkerOrangeLinGrad.gif);
   background-repeat: repeat-x;
	 margin:0px;
	 border-bottom: 1px dotted #000;
 	 font-size: 20px;
	}
	
	.col1Box div p{
	 margin:0;
	 padding:0.3em;
	 border-bottom:1px solid #333;
	}

  .col2Box div{
   border: 1px solid #000;
   padding:0.5em;
	 background:#ff6600;
 	 margin-right:5px;
  }
	
  p{
    padding:0;
  }
	
	a{
	
	/*  color: #FF1E00; */
	color: #0363B2;
	}
	
	div.footerPart div{	
	 background:#339;
	 border-top:1px solid #fff;
   margin:1em 0px 0px 0px;
	 padding:3px;
	 text-align:center;
	 color:#fff;
	}
