body
{
	font-size: 12px;
	font-weight: normal;
        font-color: #000000;
         width: auto;
	color: #000000;
	background-color: #CCCC99; 
	font-family: Verdana, verdana, Tahoma, tahoma, sans-serif
}
a
{
        color: #000000;
	font-weight: bold;
}
a:visited
{
	font-weight: normal;
        color: #333333;   /* dark gray */
}
a:active
{
	color: #000000;
}
a:hover
{
	color: #0000FF; /* blue */
	text-decoration: underline;
}
.color-header
{
               font-size: 20px;
               color: #000000;
                background-color: #003300; /* dark forest green */
               position: absolute;
               left: 250px;
               top:  0px; 
               height: 200px;
               width: 800px;
               z-index: 1
}
.background_picture
{
	position: absolute;
	left: 265px;
	top: 5px;
	z-index: 2
}
.wordfloat
{
	font-size: 30px;
	color: #000000;
	position: absolute;
	left: 290px;
	top: 0x;
	z-index: 4;
	font-family: Verdana, verdana, Tahoma, tahoma, sans-serif
}
.navigation  /*this is the brown sidebar*/
{
               font-size: 20px;
               color: #000000;
                background-color: #996633; /* brown */
                text-align: center;
               position: absolute;
               top:  0px; 
               left: 0px;
               /*height: 300px;*/
               width: 250px;
               z-index: 1
}
.navigation_highlight
{
       background-color: #996633; 
       text-decoration: none;
       font-size: 15px
}
.navigation_highlight a
{
	font-weight: bold;
      color: #000000;
	text-decoration: none;
}
.navigation_highlight a:visited
{
	font-weight: normal;
        color: #000000;
}
.navigation_highlight a:active
{
	color: #cccccc;
}
.navigation_highlight a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.navigation_link a
{
	font-weight: bold;
        font-size: 20px;
        color: #000000;
	text-decoration: none;
}
.navigation_link a:visited
{
	font-weight: normal;
        color: #000000;
}
.navigation_link a:active
{
	color: #cccccc;
}
.navigation_link a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer    /*this is the address and email at the botton of the sidebar*/
{
        font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 1em;
	text-indent: 0em;
	font-family: Verdana, verdana, Tahoma, tahoma, sans-serif
}
.news  /*this is the news block*/
{
               font-size: 20px;
               color: #003300;
                background-color: #FFFFFF;
                text-align: center;
               position: absolute;
               padding-top: .25cm;
               border-style: dotted;
               border-color: #ffff00;
               top:  10px; 
               left: 400px;
               height: 155px;
               width: 280px;
               z-index: 1
}
.entry
{
	color: #000000;
	background-color: #CCCC99;
	position: absolute;
	left: 265px;
	padding: 10px;
	top: 200px;
        /*width: auto;*/ /*575px;*/
        z-index: 4;
	font-family: Verdana, verdana, Tahoma, tahoma, sans-serif
}

.p
{      width: auto
}