body {  
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size: 9pt !important; 
  font-weight: normal; 
  color: #000000; 
  background-color: #E8E1D1;  
  text-align: center; 
  margin: 20 auto;
  margin-top: 0px;
  width: 100%;
}

#MainContainer {
  width: 775px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin: 0 auto;
  background-color: #D4DFCF;
}

#HeaderImageRow {
  width: 775px;
  height: 112px;
  background-image: url(../images/home_header.gif);
  background-position: right
}

#MainContainerBackground {
  background-image: url(../images/home_main_bkg.jpg);
  width: 100%;
  text-align: left;
  height: 490px;
  position: relative;
}



#MainRow {
  width: 775px;
  height: 425px;
}

#MainImage {
  width: 378px;
  height: 425px;
  background-image: url(../images/home_main_img.jpg);
  background-repeat: no-repeat;
  float: left;
  font-size: 10px;
  padding-top: 282px;
}

#MainImage p{
  margin: 0px 10px 10px 10px;
}

#MainContentHome {
  width: 380px;
  height: 425px;
  float: right;
  margin: 0 0 0 0;
  padding: 10 10 10 0;
}

#footer {
  width: 100%;
  height: 25px;
  font-size: 10px !important;
  line-height: 17px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 450;
  /*border: 1px solid #000;*/

}

ul {
  width: 150px;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
  margin: 0;
  padding: 0 0 10 0;
}

li {
  margin-top: 5px;
  margin-left: 25px;
  font-size: 12px !important;
  font-weight: bold; 
  list-style-image: url(../images/home_bulletpoints.gif)
}

a {color: #330033; text-decoration: none}
a:hover {color: #993399}

#newsletterAnnouncementsDiv {
  width: 100%px;
  height: 84px;
  clip: rect(1 100% 83 1);
  overflow: auto;
  padding: 5px;
  color: #000000;
  font-size: 9pt;
}

td.newsletterAnnouncements {
  background-color: #ffffff;
  height: 84px;
}


td.newsletterAnnouncements a {
  color: #C690C6;
  font-weight: bold;
  text-decoration: underline;
}

td.newsletterAnnouncements a:hover {
  color: #000000;
  text-decoration: none;
}


.Presentations {
  background-image: url(../images/home_presentations_button.gif);
  height: 26px;
  width: 290px;
}

.newResources {
  background-image: url(../images/home_new_resources_button.gif);
  height: 26px;
  width: 290px;
}

#PresentationsScoller {
  height: 80px;
  width: 380px;
  margin: 0;
  padding: 0 10 10 0;
  clip: rect(0 380 80 0);
  overflow: auto;
  clear: both;
}

#PresentationsScoller table, tr, td {
  font-size: 9pt;
}

#PresentationsScoller p {
  margin-bottom: 5px; 
  margin-top: 0px;
}

#newResourcesScoller {
  height: 80px;
  width: 380px;
  margin: 0;
  padding: 0 10 10 0;
  clip: rect(0 380 80 0);
  overflow: auto;
  clear: both;
}

#newResourcesScoller table, tr, td {
  font-size: 9pt;
}

#newResourcesScoller p {
  margin-bottom: 5px; 
  margin-top: 0px;
}
