/* Start of CMSMS style sheet 'module registration' */
#content div#registration {
  margin: 1em 0 1em 0.2em;  /* margin for the entire div surrounding the registration global module*/
  border: 1px solid #000; 
  background: #C3D4DF; 
}
#content div#registration h2{
color: #ffffff;
font-size: 90%;
line-height: 2em;
background: #385C72;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 3px;
//* and some air under the border */
        margin: 0em 0em 0em 0;

}
#content div#registration p{
   font-size: 80%;
   font-family: "Lucida Bright", serif;
   margin: 0.5em 0.5em 0.5em 0.5em; /* some air around p elements */
   line-height: 1.2em;
   padding: 0em;
   }

.Content {
padding: 2.5em 0.5em 0.5em 0.5em;/*padding for the registration global module*/
margin: 0 0.5em 1em 0.5em;/*margin to the bottom of the registration global module*/
border-bottom: 1px solid#ccc;
/* End of 'module registration' */

/* Start of CMSMS style sheet 'Module penguin' */
div#penguin{
 img: Penguin-2;  
  margin: 1.0em 0 1em 0.2em;  /* margin for the entire div surrounding the givingglobal module*/
}
.Content {
padding: 2.5em 0.5em 0.5em;/*padding for the registration global module*/
margin: 0 0.5em 1em 0.5em;/*margin to the bottom of the registration global module*/
border-bottom: 1px solid#ccc;
}
/* End of 'Module penguin' */

