/* CSS Document */

body {
background-image:url(images/background.png);
background-repeat: repeat-x;
background-color:#dddddd;}

#main {
width:900px;
background-color:#ffffff;
border: 1px solid #aeadad;
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

#content{
width:800px;
margin-left:25px;
}

#breadcrumbs{
font-size:10px;
margin-left:25px;
color: #aeadad;

}

#breadcrumbs a{
  color: #aeadad;
  text-decoration: none;
  }

#breadcrumbs a:hover {
  color: #FF0000;
  text-decoration: none;
  }

h2{
font:Georgia, "Times New Roman", Times, serif;
color:#4c4c4c;
}

h3{
font:Georgia, "Times New Roman", Times, serif;
color:#4c4c4c;
font-size:12px;
}

#footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#footer a{
  color:#4c4c4c;
  text-decoration: none;
  }
  
 #footer a:hover {
 color: #FF0000;
text-decoration: none;
  }
  
  #bearagraph {margin-left:50px;
  }
 
 p{text-align:justify;
 font-size:16px;
 color: #000000;
 width:335px;
 
 }
 
p a{
  color: #aeadad;
  text-decoration: none;
  }
  
p a:hover {
  color: #FF0000;
  text-decoration: none;
  }
#hyperlink{
text-align:center;
font-size:25px;
}

#hyperlink a{
  color: #aeadad;
  text-decoration: none;
  }
  
#hyperlink a:hover {
  color: #FF0000;
  text-decoration: none;
  }
  
 #minigraph{
 width:170px;
 font-size:14px;
 text-align:justify;
 }
 
 #minigraph a{
  color: #aeadad;
  text-decoration: none;
  }
  
#minigraph a:hover {
  color: #FF0000;
  text-decoration: none;
  }
  
  #minihyperlink{
text-align:center;
font-size:16px;
}

#minihyperlink a{
  color: #aeadad;
  text-decoration: none;
  }
  
#minihyperlink a:hover {
  color: #FF0000;
  text-decoration: none;
  }
  
#vertline{
border-left-style:dotted;
border-left-color:#c0c0c0;
height:215px;
margin-left:10px;
margin-right:10px;
}

#horzline{
border-bottom-style:dotted;
border-bottom-color:#c0c0c0;
width:850px;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}