@charset "iso-8859-1";
/* author: George E. King */
/* Creation date: 2/10/2004 */
/* EASA SOuthwestern Chapter Basic CSS */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, sans-serif;
    background: #ffffcc;
	color: #000000;
	}
 
a {
	text-decoration: none;
    font-weight: bold;
	color:  #000099;
	outline: none;
	
	}
a:visited {
	color:  #000033;
	}
a:active {
	color:  #FF0000;
	}
a:hover {
	color: #00FF00;
	text-decoration: underline;
	}

b {font-weight: 600;} 

h1 {
	font-size: 2em;
	font-family: Tahoma, helvetica, sans-serif;
	line-height: 2em;
	margin-top: 0;
	margin-bottom: 0;
    text-align: center;
	width: 90%;
    color: #3333CC;
	}
h2 {
	font-size: 1.4em;
	font-family: tahoma, helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: bold;
    text-align: center;
	margin-top: 0;
	margin-bottom: 0;
    width: 90%;
    color: #ff3300;
	}

h3, h3.c {               
	font-size: 1.2em;
	font-family: tahoma, helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
    width: 90%;
    text-align: left;
	color:#000000;
	}

h3.c {text-align: center; }

h4 {               
	font-size: 1.1em;
	font-family: tahoma, helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 1em;
    width: 90%;
    text-align: left;
	color:#ff3300;
	}
	
img {border: 0px solid;}

img.a { width: 60%;	
		 }

img.b { width: 100%; height: 100%;
		 }
	
table {width: 90%;}

tr {
	padding: 1em;
	margin: 1em;
	}
		
td {
	padding: 1px;
	font-size: .9em;
	}
	
	
.l {float: left;
    margin: 10px;
	}

.r {float: right;
	margin: 10px;
	}

p {width: 40em; font-size: .9em;}
	
#header {
    position: absolute;
    padding: 1%;
    text-align: center;
    width: 90%
    }
		
#left {
  position: absolute;
  width: 17%;
  padding: 0%;
  text-align: left;
  margin-top: 200px;
  margin-left: .5%;
  }

#content {
  position: absolute;
  width: 76%;
  text-align: left;
  margin-top: 200px;
  margin-left: 200px;
  }  

#edit {
  position: absolute;
  margin-top: 5em;
  margin-left: 20px;
  }

#footer {
  text-align: left;
  padding: 1%;
  width: 80%;
  }
  
.box {
  width: 90%;
  text-align: left;
  padding-bottom: 20px;
  margin: 0%;
  font-family: tahoma, verdana, sans-serif;
  font-size: .9em;
  }    