  html,body{
    margin:0;
    padding:0
    }
  body {
    background-color: #000;
	margin: 0;
	padding: 0;
    font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	}
  a:link {color: #004080}     /* unvisited link */
  a:visited {color: #004080}  /* visited link */
  a:hover {color: #0080C0}    /* mouse over link */
  a:active {color: #004080}   /* selected link */
  div#header {                /* bird talk banner */
    height: 75px;
    background-color: /*#FED9AF*/#FFCC99;
	background-image: url(images/wren_banner_h65.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    border: 1px solid black}
  div#table {
    padding: 10px;
    }
  td.topbanner {
    border-color: #ffb164;
    background-color: #ffb164;
    height: 20px;
    }
  .navigation {
    background-color: #fbe3ca;
    }
  .nav-size {
	width: 240px;
    }
  .notopmargin {
    margin-top: 0;
    padding-top: 0;
    vertical-align: top;
    }
  .indent {
    padding-left: 20px;
    }
  ul {
    list-style-type: none;
	text-indent: -40px;
	font: 12px Comic Sans MS, arial,sans-serif;
	line-height: 16px;
	}
  .mailtext {
  	font: 12px Comic Sans MS, arial,sans-serif;
	line-height: 18px;
	}
  .sendtext {
  	font: 12px Comic Sans MS, arial,sans-serif;
	line-height: 18px;
	}
  .maintext { 
  	font: 12px Comic Sans MS, arial,sans-serif;
	line-height: 16px;
	text-align: left;
	color: #440000;
	}
  .maintexthome { 
  	font: 14px Comic Sans MS, arial,sans-serif;
	line-height: 16px;
	text-align: left;
	color: #440000;
	}
  .maintitle { 
  	font: 16px Comic Sans MS, arial,sans-serif;
	line-height: 16px;
	text-align: center;
	color: #440000;
	}
  .lefttitle { 
  	font: 16px Comic Sans MS, arial,sans-serif;
	line-height: 16px;
	text-align: left;
	color: #440000;
	}
  .indenttitle { 
  	font: 16px Comic Sans MS, arial,sans-serif;
	line-height: 16px;
	text-align: left;
    padding-left: 20px;
	color: #440000;
	}
  .navtitle { 
  	font: 16px Comic Sans MS, arial,sans-serif;
	line-height: 16px;
	text-align: left;
	color: #0077CC;
	}
  .centered {
	text-align: center;
    }
   .indented {
     padding-left: 20px;
     }
  .small {
    font-size: 10px;
    }
  .tiny {
    font-size: 8px;
    }
  .boldtext {
    font-weight: bold; 
    }
  .blue { 
	color: #0077CC;
	}
  .rust {
  	color: #440000;
    }
  .black {
    color: #000;
    }
  .outline {
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    }
  .wren_background {
    background-image: url(images/marsh_wren_wash4.jpg);
    background-position: center top;
	background-repeat: no-repeat;
    }
  


