/* AATTRACK.COM style sheet
** last updated 30 nov 2010
** Main colors:
**  #006666   turquoise
**  #2db3b3   light turquoise
**  #000000   black
**  #ffffff   white
**  #ffff99   pale gold (links)
**  #ffff66   darker gold (links)
*/

body { background-color: #006666;   /* turquoise, a dark color */
       color: #ffffff;              /* white, for high contrast */
       font-family: Times, "Palatino Linotype", Georgia, serif;
      }
      

a { color: #ffff99;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited { color: #ffff66; }


#wrapper { margin-left:      auto;
       margin-right:     auto;
       width:            80%;
       min-width: 850px;
      }

pre { font-family: "Courier New", monospace;
    font-size: 11pt;
    }
subhead { font-size: 75%; }


.navlist ul { list-style-type: none;
	margin: 10px 0 10px 0;
	float: left;
 }
.navlist li { font-family: Helvetica, Geneva, Tahoma, Arial, sans-serif;
	font-size: 105%;
	display: inline;
	margin: 0 20px 0 0;
     }
/*     .navlist a:link { color: #000000; }
     .navlist a:hover { color: #ccaa66; }
.navlist a:visited { color: #666666; }
*/
   
h1, h2, h3, h4 { background-color: #ffffff;   /* white */
	color: #006666;                /* turquoise */
	font-family: Helvetica, Geneva, Tahoma, Arial, sans-serif;
  	padding: 5px 5px 0 5px;
  	border-width: 0 0 2px 4px;
  	border-style: solid;
  	border-color: #000000;    /* black */
  	margin: 5px 0 5px 0;
	}

      

img { margin-left: 5px; 
	border: none; }   

#logo, #logo-home { background-color: #ffffff;
  color: #006666;
  margin:  0;
  min-width: 850px;
  padding: 0 0 0 0;
border-width: 1px 1px 2px 4px;
  	border-style: solid;
  	border-color: #000000;    /* black */
      }
#logo-home { height: 175px;
      }
#logo { height: 90px;
      }
      
#updated { background-color: #ffffff;
	color: #2db3b3;   /* light turquoise */
	font-size: 80%;
	font-family: Helvetica, Geneva, Tahoma, Arial, sans-serif;
	font-style: oblique;
	text-align: right;
	padding-right: 5px;
	margin: -15px 5px 5px 5px;
	}
      
#leftcolumn { float: left;
	width: 25%;
	min-width: 200px;
	border-right: 2px groove #ffffff;
	border-bottom: 4px groove #ffffff;
	margin: 10px 0 0 0;
}

#rightcolumn { margin: 15px 0 0 28%;

 }

.floatright { float: right;
	padding: 5px;
}
.floatleft { float: left;
    padding: 5px;
    }
.clearright { clear: right;}
.clearleft { clear: left; }
.subhead { font-size: 75%; }



.photo-right { 
	width: 600px;
	border: 0;
	float: right;
	}
.caption { font-size: 80%;
	font-family: Helvetica, Geneva, Tahoma, Arial, sans-serif;
	text-align: right;
	margin: 0;
	}
.photo-credit { font-size: 75%;
	font-family: Helvetica, Geneva, Tahoma, Arial, sans-serif;
	font-style: italic;
	text-align: left;
	margin: 0;
	}

#footer { font-size: 0.80em;
          font-style: italic;
          margin: 10px 0 0 220px;
        }

table { margin: auto;
	text-align: left;
	}
  caption { font-size: 150%;
    font-family: Helvetica, Geneva, Tahoma, Arial, sans-serif;
    font-weight: bold;
    color: #006666;
    background-color: #ffff99;
    text-align: left;
    padding: 5px 0 15px 5px;
    margin: 10px 0 15px 0;
    border-color: #000000;  /* black */
    border-width: 0 0 2px 4px;
    }
  th { color: #ffffff;
  	background-color: #006666;
  	font-family: Helvetica, Geneva, Tahoma, Arial, sans-serif;
  	font-weight: bold;
  	font-size: 90%;
  	padding: 5px;
  	}
  td { color: #006666;
  	background-color: #ffffff;
  	font-family: Times, "Palatino Linotype", Georgia, serif;
  	font-weight: normal;
  	font-size: 85%;
  	border-color: #2db3b3;
  	border-width: 0 0 0 thin;
  	padding: 5px;
  	}
  	td a { color: #2db3b3;
	text-decoration: underline;
	font-weight: bold;
	font-style: oblique;
	}
	td a:visited { color: #006666; }
