

body {
    margin: 0;
    padding: 0;
    font: 85% 'Comic Sans MS', arial, hevetica, sans-serif;
    text-align: left;
    color: #006600;
    background-color: #ffffcc;
  }


a:link {
    color: #000099;
  }


a:visited {
    color: #339900;
  }


a:hover, a:active {
    color: #ffffff;
    background-color: #000099;
  }


h2 {
    color : #000099;
    font-family : 'Comic Sans MS', georgia, times, 'times new roman', serif;
    font-size : 120%;
    margin-bottom : 2px;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
  }


h2 a {
    text-decoration: none;
  }


h3 {
    color: #000099;
    font-size : 100%;
    font-family : 'Comic Sans MS', georgia, times, 'times new roman', serif;
    margin-top: 0;
  }


#container {
    margin: 1em auto;
    width: 650px;
    text-align: left;
    background-color: #ffffcc;
    border: 0px none #006600;
  }


#header {
    height: 136px;
    width: 100%;
    background-image: url(images/newbanner1.jpg);
    background-repeat: no-repeat;
    border-bottom: 0px solid #009900;
    border-top: 0px solid #009900;
    border-left: 0px solid #009900;
    border-right: 0px solid #009900;
    background-position: center center;
    position: relative;
    border-bottom: 1px solid #006600;
  }


#header h1 {
    color : #ffffff;
    font-size : 30px;
    font-variant : small-caps;
    font-weight : bold;
    margin-bottom : 1;
    margin-left : 1;
    margin-right : 1;
    margin-top : 1;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    text-align : center;
  }

#contents ul {
    text-align : left;
  }
#contents li {
    display: list-item;

  }

#mainnav ul {
    list-style-type: none;
  }


#mainnav li {
    display: inline;

  }


#menu {
    float: right;
    width: 165px;
    border-left: 1px solid #006600;
    padding-left: 15px;
  }


#contents {
    margin: 0 200px 40px 20px;
  }


#contents p {
    line-height: 130%;
  }
.impact {
				color: #ff6d00;
				font-size: 150%
				}

.blogentry {
    border-bottom: 0px none #C5C877;
  }


.imagefloat {
    float: right;
  }


.imagefloatleft {
    float: left;
  }


#footer {
    clear: both;
    color: #FFFFFF;
    text-align: right;
    font-size: 90%;
  }



