/***********************************************/
/* style.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body
{
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.2;
  margin: 0px;
  padding: 0px;
  background-attachment: fixed;
  background-image: url(gradient.jpg);
  background-repeat: repeat-x;
}

a:link, a:visited, a:hover 
{
  color: #006699;
  text-decoration: none;
}

a:hover 
{
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 
{
  font-family: Arial,sans-serif;
  margin: 0px;
  padding: 0px;
}

h1
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
  font-weight: bold;
  padding-bottom: 10px;
}

h2
{
  font-size: 114%;
  color: Navy;
}

h3
{
  font-size: 100%;
  color: #334d55;
}

h4
{
  font-size: 150%;
  font-weight: normal;
  color: #333333;
}

h5
{
  font-size: 80%;
  color: #334d55;
}

.toprow1
{
  color: #CCCCCC;
  font-size: 90%;
  padding: 0px;
  border-top: 1px solid #0099FF;
  border-right: 1px solid #0099FF;
  border-bottom: 1px none #0099FF;
  border-left: 1px solid #0099FF;
}

.toprow2 
{
  color: #CCCCCC;
  font-size: 90%;
  border-top: 1px none #0099FF;
  border-right: 1px solid #0099FF;
  border-bottom: 1px solid #0099FF;
  border-left: 1px solid #0099FF;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}

.main 
{
  background-color: #FFFFFF;
  border: 1px solid #0099FF;
  padding: 0px;
}

.breadcrumbs 
{
  padding: 5px 5px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #CCCCCC;
  text-align: right;
  width: auto;
}

.title 
{
  padding: 0px 0px 10px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-color: #0099FF;
  border-bottom-style: solid;
}

.left
{
  padding: 5px;
  background-color: #FFFFFF;
  font-size: 90%;
}

.right
{
  border-left-color: #0099FF;
  border-left-width: 1px;
  border-left-style: solid;
  padding: 5px;
  font-size: 90%;
}

.siteinfo
{
  padding: 5px;
  font-size: 70%;
  text-align: right;
  background-color: #FFFFFF;
  border-top: 1px none #0099FF;
  border-right: 1px solid #0099FF;
  border-bottom: 1px solid #0099FF;
  border-left: 1px solid #0099FF;
}

.piclabel 
{
  color: #999999;
}

.deadlink 
{
  color: #CCCCCC;
}

.border 
{
  border: 1px solid #0099FF;
}
