/*---general---*/

 body {
		font-family:arial,helvetica,sans-serif;
                background-color: #33ccff;
	}

  #wrapper {
		width:810px;
		margin:0px auto;
		padding:10px;
	}
  #header {
                margin-top:10px;
                border:2px solid #777;
                height:180px;
        }
	/* applies to all divs within the header div */
  #header div {
            	padding:10px;
                float:left;
        }
  #header-left {
                width:170px;
                text-align:center;
	}
  #header-main {

                width:590px;
        }

  #content {
		margin-top:10px;
		padding-bottom:10px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
                float:left;
	}
  #content-menu {
  	        width:140px;
		border:2px solid #777;
	}
  #content-main {
		margin-left:10px;
		width:576px;
                
	}
  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
                padding:10px;
                width:800px;
                text-align:center;
	}
  #bottom {
		clear:both;
		text-align:center;
	}


	
	

li.plus1 {
   font size:30px;
   font-style: italic;
   font-weight:bold;
   }
	
	
	
	
	
/*--- left hand menu navigation properties------*/
	
#camenu { 
  width: 90%;
  background-color:#33ccff;
  }

#camenu span {
  display: none;
  visibility: hidden;
  }

#camenu a {
  display: block;
  padding-right: 0.4em;
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-decoration: none;
  }

#camenu a:link {
  background-color:#D9D9D9 ;
  FONT-FAMILY: Verdana, Comic Sans, Helvetica, sans-serif;
	COLOR: #000000; TEXT-DECORATION: none; Font-Size:14px; font-weight:normal; 
	border-top: solid #f8f8f8 2px;
	border-right: solid #808080 2px;
	border-bottom: solid #808080 2px;
	border-left: solid #f8f8f8 2px;
	}

#camenu a:visited {
  background-color: #D9D9D9;
  color: black;
  FONT-FAMILY: Verdana, Comic Sans, Helvetica, sans-serif;
	COLOR: #000000; TEXT-DECORATION: none; Font-Size:14px; 
	border-top: solid #f8f8f8 2px;
	border-right: solid #808080 2px;
	border-bottom: solid #808080 2px;
	border-left: solid #f8f8f8 2px;
    }

#camenu a:hover {
  background-color: #3399ff;
  color: white;
  FONT-FAMILY: Verdana, Comic Sans, Helvetica, sans-serif;
    TEXT-DECORATION: none; Font-Size:14px; font-weight:bold;
	border-top: solid #808080 2px;
	border-right: solid #f8f8f8 2px;
	border-bottom: solid #f8f8f8 2px;
	border-left: solid #808080 2px;
    }

#camenu a:active {
  background-color: ##D9D9D9;
  color: white;
  FONT-FAMILY: Verdana, Comic Sans, Helvetica, sans-serif;
	COLOR: #000000; TEXT-DECORATION: none; Font-Size:14px; 
	border-top: solid #f8f8f8 2px;
	border-right: solid #808080 2px;
	border-bottom: solid #808080 2px;
	border-left: solid #f8f8f8 2px;
    }

