/**************** body and tag styles ****************/
	body {
	  margin-top: 2px;	  
	  margin-bottom: 30px;
	  color: #000000;
	  background-color: #E8E8E8;
	  }

	#container1 {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #000000;
	  background-color: #000099;
	  }
	  
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #000000;
	  background-color: #F0F0F0;
	  border-bottom: 2px solid #000099;
	  }
		
	h1 {
	  font-family: Arial Black, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 30px;
	  color: #FFFFFF;
	  background-color: #000099;
	  margin-top: 15px;
	  margin-bottom: 15px;
          text-align: center;
	  }
		
	h2 {
	  color: #FFFFFF;
	  font-size: 16px;
	  font-family: Arial, Helvetica, Verdana, sans-serif;
	  background-color: #000099;
	  }
		
	a {
	  color: #000099;
	  background-color: #F0F0F0;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #F0F0F0;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

	a.gallery:hover {
	  text-decoration: none;
	}

	a.FAQ {
	  color: #000000;
	  font-weight: bold;
	}

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 0px;
	  border: 1px solid #000000;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

	img.gallery {
       	  border-style: solid;
	  border-width: 1px;
	  border-color: #000000;
	}

	img.gallery_centered {
	  border-style: solid;
	  border-width: 1px;
	  border-color: #000000;
	  display: block;
	  margin: 0 auto 5px auto;
	}

/**************** form styles ****************/


/**************** header styles ****************/
	#header {
	  width: 750px;
	  border: 0px;
	  padding-bottom: 5px;
	  padding-top: 5px;
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
          background-color: #000000;
	  }

/**************** menu styles ****************/
    #main_menu {
      float:left;
      width:750px;
      font-size:12px;
	  padding-bottom: 1px;
	  border-bottom:4px solid #000099;
      line-height:normal;
      color: #000000;
      background-color: #000099;
      }
    #main_menu ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #main_menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #main_menu a {
      float:left;
      background:url("../images/menu_1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #main_menu a span {
      float:left;
      display:block;
      background:url("../images/menu_2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      background-color: #000099;
      }
    #main_menu a span {
	  float:none;
	  }
    #main_menu a:hover {
      background-position:0% -42px;
      }
    #main_menu a:hover span {
      background-position:100% -42px;
      }

/**************** content styles ****************/
	#content {
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
          color: #000000;
	  background-color:#000099;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  background-color: #000099;
	  padding: 5px;
          text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#000099;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  background-color: #000000;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }

	#footer_print { 
	  display:none; 
	}
