/* CSS Document 

Default style sheet setup with WebProActive account. Change as you wish.
*/

formElement {
   font-family:verdana;
   font-size: 12px;

}

td {
   font-family:verdana;
   font-size: 12px;

}

formElementReq {
   font-family:verdana;
   font-size: 12px;
   font-weight: bold;

}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 3px;
	padding-right: 6px;
}

.fckeditor1 {
    font-family: Arial;
    font-size: 12px;
    background-color: #EEEEEE;

}
.fckeditor2 {
    font-family: Arial;
    font-size: 12px;


}
.pageTitle {
   font-family: arial;
   font-size: 24px;
   font-weight: bold;
   color: #00673E;

}

div {
  font-family:arial;
  font-size:12px;
  background-color: #FFFFFF;
}
div#page { 
  	 text-align: center; 
	 padding:5px;
	 background-color: #DCDCE1;
	
	 
	 }
div#wrapper {
     width: 781px;
     border: 2px solid #00673E;
	 padding:10px;
	 margin:5px; 

    }
div#leftColumn {
  width:425;
  background-color: #EEEEEE;
  float:left;
  padding:15px;
  text-align:left;
  border:1px solid #CCCCCC;

}
div#rightColumn {
  float:right;
  width:275px;
  padding:5px;
  border:1px solid #CCCCCC;
  text-align:left;
}
div#footer {
  clear:both;
  text-align:left;
  padding: 10px;
}
div .sideBar {
  font-size:10px;
  padding:10px;

}

.pict {
  
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0px solid #000000;
  
  
}















