		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #2b2b2b; font: 12px sans-serif, Helvetica, Arial;
                          line-height: 18px; }
		h2				{ color: #333; }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		#wrapper		{ float: left; width: 100%; }

		/* Navigation */
        ul#navlist      { padding: 0;
                          margin: 0;
                          list-style-type: none;
                          float: left;
                          width: 100%;
                          color: #fff;
                          background-color: green;
                        }

        ul#navlist li   { display: inline; }

        ul#navlist li a { float: left;
                          width: 5em;
                          color: #fff;
                          background-color: green;
                          padding: 0.2em 1em;
                          text-decoration: none;
                          border-right: 1px solid green;
                          border-top: 1px solid green;
                        }

        ul#navlist li a:hover {
                          background-color: #008000;
                          color: #FF8F00;
                          font-weight:bolder;

                          }
		#navigation		{ border-bottom: 1px solid #3C7DC4; padding-left: 18px; }
		#navigation ul	{ padding: 0 18px 9px; }

		/* Header */
        #headertext  	{ color: #FF8F00;
                            margin: 0px;
                            padding: 4px 18px 0 10px;
                            text-align:left;
                            font-family: cursive;
                        	font-style: oblique;
                        	font-variant: normal;
                        	font-weight: lighter;
                        	font-size: 40px;
                        	line-height: 100%;
                        	word-spacing: normal;
                        	letter-spacing: normal;
                        	text-decoration: none;
                        	text-transform: none;
                        	text-align: left;
                        	text-indent: 0ex;
                        }
        #headertext a   {   text-decoration:none;
                            color: #FF8F00;
                        }

        #headertext a:visited a:hover a:active a:link{border:0px;
                        }

        #header         { width:100%; text-align:center;
                            background: #5A8F29;
                            border-bottom: 2px solid #ddd; }
		#header h1      { color: #004b6f; margin: 0px; padding: 0px; }
		#header p       {width:100%; float:left; color: #666;
                         font-size: 11px; font-weight: bold; }
        .thumbnail_img 	{ width: 80px; }
      	#headerimages,#images {
        	        	margin:0;
            		    padding:0;
		                list-style:none;
    	}
    	#headerimages   {width:100%;float:left;}
	    #images         {
	      margin:0;  padding:0;
          list-style:none; white-space:nowrap;   text-align:center;
          }
        /* adjust for # of images */
    	#images img     {display:inline; margin:0}

		/* Content Style */
		#content		{ border-bottom: 1px solid #3C7DC4;
                          margin: 8px;
                          padding:10px;

                          list-style:none;
                          text-align:center;
                          }

        #content img    {display:inline; margin:0;padding:5px;}

        #content ul     {
          text-align:left;
        }


        #content p:first-letter {
                        font-size: 3em;
                        margin: 0 2px 0 0;
                        font-family: "Edwardian Script ITC", "Brush Script MT", cursive;
                        }
        #content p:first-line { line-height: 100%; }

		#extra			{ margin: 0 0 0 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content p, #extra p { padding-right: 18px; }

        /* area styles */
        .area_type      { font-variant: small-caps;
                          background: #FF8F00;
                          font-size: 11px;
                          font-weight: bold;
                          width : 100%;
                          text-align:left;
                          border: 1px solid #555;
                        }
        .area_selector  { font-variant: small-caps;
                          font-size: 24px;
                          font-weight: bold;
                        }
        .area {
                        float:left;
                        width:100%;
                        background:white;
                        text-align:left;
                        border: 1px solid #777;
        }
        .area_left      {
          float: left;
          width:55%;
          margin-right:5px;
        }
        .area_right{
          float: right;
          width : 40%;
        }

		/* Content Positioning & Size */
/*		#navigation		{ float: left; width: 200px; margin-left: -218px; }*/
        #label          { float: left; width: 200px;}
		#content		{ margin-right: 25px;
                          overflow: auto;
                        }
		#extra			{ clear: left; }		/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #3C7DC4; clear: both; width: 100%; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
