      html,body{
        font-family: Century;
	    background-color: #5E7155;
        background-image: url(../images/bgStripe.bmp);
        margin: 0px;
        padding: 0px;
		height:100%;
      }
      #divHeader{
        width: 80%;
        height: 100px;
        margin: auto;
        margin-top: 15px;
		background-color: rgb(47,56,62);
		color:white;
		font-size: 48px;
		border: 2px solid #111317;
      }
	  #divNav{
        width: 80%;
        height: 25px;
        margin: auto;
        background-color: rgb(55,66,72);
		border-bottom: 2px solid #111317;
        border-right: 2px solid #111317;
		border-left: 2px solid #111317;
		margin-bottom: 5px;
	  }

      div#navcontainer{
	    line-height: 25px;
        font-family: arial;
        font-weight: bold;
        float: right;
      }

      div#navcontainer ul{
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
        border: 0px;
      }
      
	  div#navcontainer ul li{
        display: inline;
		padding: 0px 10px;
      }

      div#navcontainer ul li a{
        text-decoration: none;
		color: silver;
      }

	  
      div#navcontainer ul li#active a{
        text-decoration: none;
		color: #E4E3BA;
      }

      div#navcontainer ul li a:hover{
        color: white;
      }

      #divContent{
        width: 80%;
        margin: auto;
        margin-top: 10px;
		background-color: rgb(47,56,62);
		color:white;
		border: 2px solid #111317;
		font-family: Arial;
		background-image: url(dot.gif);
		background-repeat: repeat-y;
		background-position: 50% 50%;
		clear:both;
      }

	  #divLeft{
	    /*float: left;*/
		display: block;
		width: 49%;
	  }
  	  #divRight{
	    float : right;
		display: block;
		width: 50%;
	  }

      ul#articles {
	    font-size: .75em;
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        border: 0px;
      }
      
	  ul#articles li{
	    margin: auto;
        display: block;
		width: 90%;
		padding: 5px;
		border-bottom: 1px solid #666666;
      }

      ul#articles li a{
        text-decoration: none;
		color: silver;
      }

      ul#articles li a:hover{
        color: white;
		margin-left:5px;
      }

	  div.divHead{
	    font-size: 1em;
        font-weight: normal;
	    margin: auto;
        display: block;
		width: 90%;
		padding: 5px;
		border-bottom: 2px solid #000000;
		color: #CAD9EC;
	  }
	  p{width:90%;margin:auto;font-size:.8em;}
          h3{width:90%;margin:auto;}
      a{color:#AFCEE7;}
	  a:hover{color:#FFFFFF;}

      #divFooter{
        width: 80%;
		height: 25px;
		line-height: 25px;
        margin: auto;
        margin-top: 10px;
		background-color: rgb(47,56,62);
		color:white;
		border: 2px solid #111317;
		font-family: Arial;
		font-size: .7em;
		text-align: right;
		clear:both;

      }