/* ////////////////////////////////////////////
				BODY
//////////////////////////////////////////// */

body { 
  margin:5px;
  padding:0px;
  background-color:#fff;
  font-family:DIN, Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;white-space: normal;
}
  
  
#body {
  text-align:left }

#centered {
  text-align:center }
  
#leftContent{
padding: 0em 0em 1em 0em;
margin: 2em 1em 0em 0em;
}
#rightContent{
padding: 0em 0em 5em 3em;
margin: 2em 0em .5em 0em;
border-left: 2px dotted #000;
/*border-left: 1px solid #b9b9b9;*/
}
#centerContent{
padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em;
}

#footer{
  font-size:10px;
  line-height:1.5;
  color:#884a95;
  margin-left:0px;
  border-top: 1px solid #b9b9b9;
}
.notScreen {display: none;}
div.homepageScreen {display:none;}
.width800{
width: 800px;
}
.width400{
width: 400px;
}

#flashcontent{
color:#D8E9E8;
border-bottom:2px solid;
}
#homepageNews{
text-align:left;
}
/* ////////////////////////////////////////////
				BORDERS
//////////////////////////////////////////// */

.mainBorder{
  border-top: 1px solid #b9b9b9;  border-bottom: 0px solid #b9b9b9; /* No footer border because it's in the blueBG color */
  border-left: 1px solid #b9b9b9;  border-right: 1px solid #b9b9b9;
  background-color: #fff;
}
.greyBorder{
  border: 1px solid #b9b9b9;
}


/* ////////////////////////////////////////////
				COLORS
//////////////////////////////////////////// */

td.blueBg{
  background-color: #D8E9E8;
  border-bottom:1px solid #b9b9b9;
}

/* ////////////////////////////////////////////
				IMAGES
//////////////////////////////////////////// */

td.topImgRepeat{
  background: url("../gif/navrepeat.gif") repeat-x;
}
#butterfly{
background: url("../gif/butterfly.jpg") bottom left no-repeat;
}

#butterflyBtm{
position:relative;
left:0px;
top:200px;
}


