html, body
{
  font-family: Arial, Sans-Serif;
  font-size: 18px;
  color: #FFFFFF;
  background: #6889AE;
  margin: 0px;
  padding: 0px;
}

a
{
  color: #385C85;
  text-decoration: none;
}

#content-heading
{
  width: 95%;
  height: 125px;
  color: #ffffff;
  background-color: #1e3f64;
  background-repeat: repeat;
  background-attachment: scroll;
  background-x-position: 0%;
  background-y-position: 0%;
  position: relative;
  padding: 1px 0px 0px 20px;

}

#content-heading a
{
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #7896b8;
  text-decoration: none;
}


#wrap
{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

#main-content-area
{
  width: 900px;
  background: url(../images/main-content-area-1000px.gif);
  color: #000000;
  padding: 15px 0px 35px 20px;
  margin: 0px 0px 10px 0px;
  position: relative;
  font-size: 16px;
}


#main-content-area p
{
  padding: 0px 50px 0px 5px;
}



#highlighted-content-area
{
  position: absolute;
  top: 0px;
  left: 940px;
}

#highlighted-content h1
{
  font-size: 30px;  
  font-weight: normal;
  color: #ffffff;
  margin-top: 20px;  
  margin-right: 0pt;  
  margin-bottom: 0pt;  
  margin-left: 0pt;  
  padding-top: 0pt;  
  padding-right: 0pt;  
  padding-bottom: 0pt;  
  padding-left: 0pt;
}


#highlighted-box
{ 
  height: 117px; 
  width: 268px; 
  background-color: transparent;  
  background-image: url(../images/highlighted-box.png);  
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-x-position: 0%;  
  background-y-position: 0%;  
  position: relative;  
  padding: 8px;  
  margin-top: 15px;  
  margin-right: 0pt;  
  margin-bottom: 15px;  
  margin-left: 0pt;
}

#highlighted-box p
{
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}


/* Images */

.imageTop
{
  width: 804px;
}

.imageTop img
{
  background-color: #000000;
  color: #ffffff;
  margin-top: 1px;
  margin-bottom: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}


.imageCaption
{
  font-size: 13px;
  font-family: arial,helvetica,sans-serif;
  background-color: #000000;
  color: #ffffff;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  margin-top: -4px;
}

