
 @import url('/styles/common.css');


/* ---( layout structure )---*/

body { 
  font-size: small;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #3333ff;
  }
  
  

#outer-wrapper {

  font: normal normal 100% Verdana, sans-serif;
  } 
  
p {
        margin-bottom: 1.3em;
        line-height: 150%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #ffffff;
}

a:link, a:visited {
        color:#00ff00;
        text-decoration: none;
}
        
a:hover { 
        color:#00ff00;
        text-decoration: underline;
 }


h2 {
        color: #ffcc66;
        margin: 0 0 13px 0;
        font: normal 24px Arial, Helvetica, sans-serif;
        /*text-transform: lowercase;*/
}

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #fff;
  background: url(/skinimages/boxes/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* links */

a:link {
  color: #00ff00;
  }

a:visited {
  color: #00ff00;
  }

a:hover {
  color: #00ff00;
  }

a:active {
  color: #00ff00;
  text-decoration: none;
  }
  
  /* News and Events */

  ul.news {
                margin: 1.7em 0 0 0;
                padding: 5px;
                font-size:11px;
        }
        
        .news li {
                margin: 0 0 1.7em 0;
                padding: 10px 0 0 0;
                list-style-type: none;
                line-height:25px;
        }
        .news li a { 
                font-weight: normal; 
                color: #00ff00;
        }
        
        .news .date {
                background: #fff;
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                float: left;
                text-align: center;
                margin: 0 5px 5px 0;
                line-height: 1.1em;
                padding: 2px;
                font-size: 11px;
                width: 2.5em;
                color: #fff;
        }
