 body
{
margin: 0;
padding: 0;
font-size: 95%;
font-family: georgia, serif;
color: 207e20;
background-color: #fff;
}

p { 
text-indent: 20px; 
}

.clock {
	font-family: arial, helvetica, sans-serif;
	/*background-color: #000028;*/
	color: 207e20;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	/*border: thin solid 207e20;*/
}

a:link { color: black; }
a:visited { color: black; }

a:hover, a:active
{
color: white;
background-color: 207e20;
}

div#banner
{
background: url('kb5wck_grad.jpg') no-repeat;
color: white;
background-color: 207e20;
border-bottom: 1px solid #000;
}

div#banner a:hover
{
/*background-color: white;*/
background: url('kb5wck_grad.jpg') no-repeat;
}

div#banner h1
{
margin: 0;
padding: .3em 0 .3em .5em;
font-size: 2.2em;
font-weight: normal;
color: 207e20;
}

div#banner a{
	text-decoration: none;
}

div#container
{
/* background-image: url(nav_col_base.jpg); */
background-repeat: repeat-y;
}

div#container2
{
/* background-image: url(more_col_base.jpg); */
background-repeat: repeat-y;
background-position: right;
}

div#navigation
{
float: left;
width: 150px;
padding-top: 2em;
}

div#navigation ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

div#navigation ul li { margin-top: 4px; }

#navigation ul li a
{
display: block;
width: 135px;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #000;
background-image: url(nav_base.jpg);
background-repeat: repeat-y;
}

#navigation ul li a:hover
{
color: #fff;
#background-color: #ccc;
background-color: white;
background-image: url(nav_base2.jpg);
background-repeat: repeat-y;
}

div#more
{
float: right;
width: 200px;
margin: 0;
padding: 2em 10px 0 0;
}

div#more h3
{
margin-top: 0;
color: 207e20;
padding: .2em;
background-image: url(more_base.jpg);
background-position: right;
background-repeat: repeat-y;
}

div#content
{
margin-left: 190px;
margin-right: 230px;
}

div#content h2
{
font-size: 2em;
color: 207e20;
margin: 0;
padding-top: 1em;
font-weight: normal;
}

div#content { line-height: 150%; }

#cleardiv
{
clear: both;
height: 1em;
}

div#footer
{
clear: both;
padding: .5em 1em;
border-top: 1px solid #999;
text-align: right;
}

div#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

div#footer li
{
display: inline;
margin-right: 1em;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: georgia, serif; 
	font-size: 12px;
	color: white;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #336600;
}

/* databack: background color for data areas */
.databack {
	/*background-color: #CCCC99; */
        background-color: #CCCCCC;
}

/* databack: background color for data areas */
.databack2 {
	background-color: #999966;
}
p.introduction:first-letter {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}
input:focus, textarea:focus{
   background-color: #F5F5DC;
}

#calendar
{
font-family:verdana;
font-size:12px;
border:1px #207e20 solid;
width:175px;
}

#calendar td
{
text-align:center;
}

.today
{
border:1px black solid;
background-color: 207e20;
color:white;
}

.days
{
border:1px #207e20 solid;
background-color:white;
}