/* style sheet for AZORES */



#a_mission
  {
    position: absolute;
    top: 75px;
    left: 63px;
    width: 100%;
    border-style: none;
    border-width: 1px;
    border-color: #000000;
  }

#a_mission h3
  {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }

#a_misstate
  {
    width: 400px;
    font-size: 10px;
    font-style: italic;
    padding-left:60px;
    padding-right:50px;
    line-height:120%;
  }

#a_misstable
  {
    padding: 0px;
    border-spacing: 0px;
  }

#flag_row
  {
    height: 90px;
  }

#flag
  {
    background-image: url(images/azores-flag-small.gif);
    width: 500px;
    background-position: center center;
    background-repeat: no-repeat;
  }

#left
  {
    position: absolute;
    left: 60px;
    top: 240px;
    padding-top: 0px;
    padding-left:0px;
    width: 350px;
    border-style: none;
    border-width: 1px;
    border-color: #000000;
  }

#right
  {
    position: absolute;
    left: 400px;
    top: 240px;
    float: left;
    padding-top: 0px;
    padding-left: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #000FFF;
  }

#footer
  {
    position: absolute;
    top: 700px;
    left: 60px;
    width: 100%;
    font-size: 10px;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
  }

.azores
	{
	  font-family:verdana, arial, sans-serif;
	  font-size: 12px;
	  color:#000000;
	}

.image
	{
	  border-size: 5px;
	  border-color: #00DD00;
	
	}

.footer
	{
	  font-family:verdana, arial, sans-serif;
	  font-size: 9px;
	  color:#555555;
	  text-align: center;
	  padding-top: 50px;
	}