

body{

margin: 0;
padding: 0;
background-color: #EFEDE3;
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
color: #641A45;
}

h1{
color: #641A45;
font-size: 130%;
border-bottom: solid 3px #CBD300;
}

a{
  color: #641A45;
}

.highlightbox{
  color: white;
  background-color: #753355;
  padding: 5px;
  width: 200px;
}

.highlightbox strong{
  color: white;
}


p{
color: #641A45;
}

strong{
  color: #ABB135;
}

#topbanner{
  background: url(../images/topbanner.png) top center no-repeat;
  height: 148px;
  cursor: pointer;
  
}

#mainbackground{
  background-image: url("../images/mainbackground.png");
  background-position: center top;
  background-repeat: repeat-y;

  
}

#maincontent{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  pad-ding-left: 40px;
  padd-ing-right: 70px;
  b-order: solid 1px black;
}

#bottomline{  background: url(../images/bottomline.png) top center no-repeat;
  height: 30px;

}

#left-menu{    
    float: left;
    width: 150px;
}


#left-menu a{
  text-decoration: none; 
  color: #7E415E;
}

#left-menu a:hover{
  color: #7E415E;
}


#left-menu ul{
  margin: 0px;
  padding: 0px;
}

#left-menu li{
  cursor: pointer;
  display: block;
  border: solid 1px #CBD300;
  text-align: center;
  padding: 2px;
  margin-bottom: 10px;
  color: #7E415E;
}

#left-menu li:hover{
  border: solid 1px #F3F4D0;
  background-color: #F3F4D0;
  border: none;
}

#right-column{
    float: left;
	margin-left: 30px;
    width: 760px;
    bor-der: 1px solid gray;
	margin-bottom: 20px;
}

#right-content-column{
   background-color: white;
   float: right;
   width: 200px;
   padding-bottom: 50px;
   padding-left: 20px;
}

.newsletterform{
   background-color: #F3F4D0;
   padding: 2px 15px;
   }

.newsletterform h2{
  font-size: 14px;
  text-transform: uppercase;
  color: #CBD300;
  
}

.newsletterform input.text{
  margin-top: 5px;
  border: solid 1px  #CBD300;
  width: 170px;
  color: #D0D2A0;
}

.newsletterform .submit{
  float: right; 
  margin-top: 5px;
  border: solid 1px #641A45;
  background-color: #641A45; 
  color: white;
  width: 70px;
}

#top-menu{
  background-color: #CBD300;
}

#top-menu a{
  text-decoration: none; 
  color: white;
}

#top-menu a:hover{
  color: #EEF0BC;
}

#top-menu ul{
  margin: 0px;
  padding: 0px;

}

#top-menu li{
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 2px;
  float: left;
  background-color: #CBD300;
  width: 142px;
  color: white; 
  font-weight: bold; 
  padding: 5px;
}

#top-menu li:hover{
  color: #EEF0BC;
}

#content{
  padding-top: 20px;
  clear: both;
}

#footer{
  background-color: #CBD300;
  clear: both;
  color: white;
  margin-top: 20px;
  padding: 2px;
}
#footer p{
  margin: 0;
  font-size: 75%;
  text-align: center;
}

#footer a, #footer p{
  color: white;
}
