
/* structure
--------------------------------- */
body {
     margin:0;
     padding:0;
     background-color: #07126A;
     background-image: url("./IndexImages/BackgroundGradient.gif");
     color:#333;
     text-align:center;
     font-family: "Lucida Grande", Arial, sans;
     voice-family: "\"}\""; voice-family:inherit;
     font-size:small;
     } html>body {font-size:small;}


/* header and summary
--------------------------------- */
#container {
      position:relative;
      width:780px;
      margin:0 auto;
      background-color: #fff;
      text-align:left;
      }


#intro {
      height: 100px;
      background-color: #07126A;
      background-image: url("./IndexImages/IndexTitle.jpg");
      border-bottom: 1px solid #ccc;
      }

  
#header {
      padding: 10px;
      }
#header h1 {
      color: #fff;
      margin: 0;
      height:71px;
      }
#header h2 {
       height:115px;
       }



/* main text
--------------------------------- */
#content {
      margin:0 250px 0 20px;
      padding-bottom:8px;
      font-size: 12px;
      line-height: 17px;
 	 }
#content h1 {
	margin-top: 20px;
	color: #1E5E68;
	font-size: 20px;
	font-family: "Trebuchet MS";
	font-style: italic;
	}
#content ul {
	padding: 5px;
	}
#content li {
	padding: 0;
	margin-bottom: 10px;
	}
	

/* top block in right hand column (site navigation)
--------------------------------- */
#navmenu1 {
  position:absolute;
  top:185px;
  right:15px;
  width:180px;
  padding-left: 10px;
  }
#navmenu1 dt {
	font-size: 12px;
	font-weight: bold;
 }


/* second block in right hand column (search engine)
--------------------------------- */
#navmenu2 {
  position:absolute;
  top:455px;
  right:30px;
  width:180px;
  font-size: 11px;;
  line-height: 17px;
  padding-left: 10px;
  }
#navmenu2 dt {
	font-size: 12px;
	font-weight: bold;
 }


/* third block in right hand column (Paypal)
--------------------------------- */
#ads1 {
  position:absolute;
  top:650px;
  right:20px;
  width:190px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #B2B459;
  }
#ads1 p {
	font-size: 12px;
	line-height: 14px;
	}
#ads1 img {
	display: block;
	margin-top: 20px;
	}
#ads1 h1 {
	font-size:14px;
	color: #666;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	}



/* fourth block in right hand column (advertisements)
--------------------------------- */
#ads2 {
  position:absolute;
  top:1170px;
  right:5px;
  width:190px;
  font-size: 12px;;
  line-height: 17px;
  }

#ads2 h1 {
	font-size:10px;
	color: #666;
	font-weight:bold;
	}



/* footer
--------------------------------- */
#footer {
	border-top: 1px solid #ccc;
           margin:0 210px 0 20px;
	font-size: 11px;
	line-height: 15px;
  }


/* links
--------------------------------- */
a:link, a:visited {
  color: #A90309;
  text-decoration:none;
  border-bottom: 1px dotted #B26260;
  }
a:hover {
  color: #800000;
  text-decoration:none;
  border-bottom: 1px solid #800000;
  }

