/*COLORS
RED - #CF0226
GREEN - #007849
BLUE - #5CA2D8
*/










html,body{
  text-align:center;
  margin:0px;
  padding:0px;
  background-color: #FFFFFF;
  background-image:url(../images/bgPage.gif);
  background-repeat:repeat-x;
  
}



#content{
  width:900px;
  height: auto;
  text-align:center;
  margin: 0px auto 0px auto;
  background-color: #FFFFFF;
  background-image:url(../images/bgBody.gif);
  background-repeat:repeat-y;
  
}

#left{
  float:left;
  width:150px;
  padding-left:50px;
  border-right:1px solid #007849;
  height:auto;
  }
  
#center{
  float:left;
  width:450px;
  height:auto;
  border-right: 1px solid #007849;
  text-align:left;
  }
  
#right{
  float:left;
  width:200px;
  height:auto;
   
  }



#header{
  
  width:900px;
  height:181px;
  margin-top:0px;
  background-image:url(../images/bgHeader.gif);
  background-repeat:repeat-x;
  
  }
  
#pageBase{
  width:900px;
  height:56px;
  margin:0px;
  padding:0px;
  background-image:url(../images/bgFooter.gif);
  background-repeat:no-repeat;
  
  }
  


.divider{
  width:90%;
  margin: auto auto;
  height:34px;
  background-color:#FFFFFF;
  background-image:url(../images/bgDiv.gif);
  background-repeat: repeat-x;
  
  font-size:1pt;
  clear:both;
  padding:0px;
  }
  
  


#footer{
  margin-top:20px;
  text-align:center;
  width:902px;
  height: 90px;
  background-color: #FFFFFF;
  
  }
  
#left{
  overflow:hidden;
  }
  
#right{
  overflow:hidden;
  }
  
  
  

a,p {
  font-family:"Century Gothic",Helvetica,Arial,sans-serif;
  font-size: 10pt;
  text-decoration:none;
  font-weight: normal;
  color: #007849;
  line-height:1.5em;
  }
  
input,textarea,td {
  
  font-family:arial,sans-serif;
  font-size: 8pt;
  text-decoration:none;
  font-weight: normal;
  color: #007849;
  line-height:1.5em;
  }
  
ul,li {
  font-family:"Century Gothic",Helvetica,Arial,sans-serif;
  font-size: 10pt;
  text-decoration:none;
  font-weight: normal;
  color: #5B491F;
  line-height:1.6em;
  }


a img{
  border:0px;
  text-decoration:none;
  }
  
.imageLink{
  border:3px solid #5B491F;
  }

.imageLinkOver{
  border:3px solid #FF6319;
  }



#footer .link{
  font-family:arial;
  font-size:8pt;
  font-weight:bold;
  color: #007849;
  }
  
#footer .linkOver{
  font-family:arial;
  font-size:8pt;
  font-weight:bold;
  color: #CF0226;
  text-decoration:underline;
  }
  
#footer p{
  font-family:arial;
  font-size:8pt;
  font-weight:normal;
  color:  #007849;
  }
  
  
a.blueLink, p.blueLink{
  font-family:arial;
  font-size:8pt;
  color:blue;
  text-decoration:underline;
  }
  
a:hover{
  color:#FF6319;
  }
  
  
a.activePage, p.activePage{
  font-family:arial;
  font-size:8pt;
  color:blue;
  text-decoration:none;
  }
  
p.press{
  font-family:arial;
  font-size:8pt;
  font-weight:normal;
  color:#5B491F;
  }
  
.headline{
  font-family:arial,"Century Gothic",arial;
  font-size:16pt;
  line-height:1.3em;
  font-weight:bold;
  color:#FF6319;
  }
  
  
.bold{
  font-weight:bold;
  }

.spacer{
  clear: both;
  width:1px;
  height:1px;
  font-size:0pt;
  }
  

#left{
  text-align:left;
  padding-right:20px;
  float:left;
  }
  
#right{
  text-align:left;
  float:left;
  }
  
.icon{
  border:2px solid #FFFFFF;
  }
  
.iconOver{
  border:2px solid #CC0000;
  }
  
