body
{
background-color: white;
font-family: Cambria, Georgia, sans-serif;
font-size: 16px;
}

#maindiv
{
width: 970px;
background-color: white;
margin: 0px auto;
}

#globalnavigation
{
width: 970px;
height: 20px;
background-color: #e0e0e0;
margin-bottom: 10px;
border-width: 1px;
border-color: #c0c0c0;
border-style: solid;
border-radius: 10px 10px 10px 10px;
}

#globalnavigation p
{
text-align: right;
margin-right: 50px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

#logodiv
{
display: block;
float: left;
width: 370px;
background-color: white;
}

#logodiv h1
{
font-size: 40px;
margin: 0px;
padding: 0px;
}

#logodiv h1 a
{
color: black;
text-decoration: none;
}

#mainmenudiv
{
display: block;
float: right;
width: 600px;
font-family: Arial, Helvetica;
}

#mainmenudiv ul
{
display: block;
float: right;
margin: 0px;
padding: 0px;
background-color: White;
}

#mainmenudiv li
{
display: block;
float: left;
width: 110px;
height: 36px;
margin-left: 10px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 14px;
padding-bottom: 0px;
background-color: #e0e0e0;
text-align: center;
font-size: 16px;
border-width:1px;
border-top-color: #004000;
border-left-color: #004000;
border-right-color: #004000;
border-style: solid;
border-bottom: none;
border-radius: 10px 10px 0px 0px;
}

#mainmenudiv li:last-child
{
margin-right: 0px;
}

#mainmenudiv li:first-child
{
margin-left: 0px;
}

#mainmenudiv li.active
{
border-color: #548900;
background-color: #548900;
text-align: center;
font-weight: bold;
}

#mainmenudiv li a
{
text-decoration: none;
color: #214000;
}

#mainmenudiv li.active a
{
text-decoration: none;
color: white;
}

#maincontenttopwrapper
{
clear: both;
height: 15px;
background-color: #548900;
border-top-width:1px;
border-top-color: #548900;
border-top-style: solid;
border-left-width:1px;
border-left-color: #548900;
border-left-style: solid;
border-radius: 10px 0px 0px 0px;
}

#indexbanner
{
display: block;
clear:both;
height: 300px;                  /* must be 300px; 20px - for JS intro */
background-color: #548900;
border-width: 1px;
border-style: solid;
border-color: #548900;
margin: 0px;
padding: 0px;
border-radius: 0px 0px 10px 10px;
}

#indexbannerleft
{
display: block;
float: left;
width: 600px;
height: 260px;
}

#indexbannerleft p, #indexbannerleft h1
{
margin-left: 50px;
}

#indexbannerleft h1
{
font-size: 72px;
padding: 0px;
margin-top: 10px;
margin-bottom: 0px;
padding: 0px;
color: white;
text-shadow: 15px 15px 10px #214000;
}

#indexbannerleft p#thetext
{
padding: 0px;
color: white;
font-size: 22px;
margin-left: 100px;
margin-right: 50px;
text-align: justify;
}

#indexbannerbutton
{
width: 170px;
height: 35px;
background-color: #e0e0e0;
border-color: #004000;
border-width: 1px;
border-style: solid;
border-radius: 10px;
text-align: center;
margin-left: 10px;
padding-top: 10px;
box-shadow: 15px 15px 10px 0px #214000;
}

#indexbannerbutton a
{
color: #004000;
font-weight: bold;
text-decoration: none;
}

#indexbannerright
{
display: block;
float: right;
width: 368px;
height: 260px;
}

#indexbannerrightimg1
{
/* border-width: 1px;
border-color: red;
border-style: solid; */
position: relative;
/* MUST BE */
top: 20px; 
left: 0px;
width: 250px;
height: 172px;
z-index: 1;
/* top: 0px; 
left: 0px;
width: 1px;
height: 1px;
z-index: 1; */
box-shadow: 15px 15px 10px 0px #214000;
}

#indexbannerrightimg2
{
/* border-width: 1px;
border-color: red;
border-style: solid; */
margin-left: 30px;
position: relative;
/* MUST BE */
top: -125px;
left: 50px;
width: 250px;
height: 172px;
z-index: 2; 
/* top: 0px;
left: 0px;
width: 1px;
height: 1px;
z-index: 2; */
box-shadow: 15px 15px 10px 0px #214000;
}

#indexbannerrightimg3
{
/* border-width: 1px;
border-color: red;
border-style: solid; */
margin-left: 50px;
position: relative;
/* MUST BE */
top: -235px;
left: -10px;
width: 250px;
height: 172px;
z-index: 3; 
/* top: 0px;
left: 0px;
width: 1px;
height: 1px;
z-index: 3; */
box-shadow: 15px 15px 10px 0px #214000;
}

#contentleft
{
display: block;
float: left;
width: 370px;
}

#contentleft p, #contentleft li
{
font-size: 85%;
color: #404040;
}

#contentleft h2
{
font-size: 85%;
color: #404040;
}

#contentleft a
{
color: #404040;
text-decoration: none;
border-bottom-color: #404040;
border-bottom-width: 1px;
border-bottom-style: dotted;
}

#contentright
{
display: block;
float: right;
width: 600px;
}

.thebutton
{
float: right;
width: 170px;
height: 25px;
background-color: #e0e0e0;
border-color: #404040;
border-width: 1px;
border-style: solid;
border-radius: 10px;
text-align: center;
margin-top: 1px;
margin-right: 30px;
padding-top: 2px;
box-shadow: 15px 15px 10px 0px #c0c0c0;
}

.thebutton a
{
color: #004000;
font-weight: bold;
text-decoration: none;
}

#maincontentbottomwrapper
{
clear: both;
height: 15px;
background-color: #548900;
border-top-width:1px;
border-top-color: #548900;
border-top-style: solid;
border-left-width:1px;
border-left-color: #548900;
border-left-style: solid;
border-radius: 0px 0px 10px 10px;
}

#copyright
{
width: 970px;
background-color: #e0e0e0;
margin-top: 10px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
border-width: 1px;
border-color: #c0c0c0;
border-style: solid;
border-radius: 10px 10px 10px 10px;
}

#copyright p
{
text-align: center;
font-size: 14px;
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}

.newsarchiveheader
{
margin-top: 15px;
margin-bottom: 0px;
}

.newsarchiveheader a
{
color: #404040;
text-decoration: none;
border-bottom-color: #404040;
border-bottom-width: 1px;
border-bottom-style: dotted;
}

.newsarchivedate
{
font-weight: normal;
font-size: 16px;
}

.inputfield
{
border-style: solid; 
border-color: #548900;
border-width: 1px; 
font-family: Cambria, Georgia, sans-serif;  
font-size: 12pt; 
font-weight: bold;
width: 250px;
}

.submitbutton
{
/* float: right; */
font-family: Cambria, Georgia, sans-serif;  
font-size: 12pt; 
font-weight: bold;
background-color: #e0e0e0;
border-color: #404040;
border-width: 1px;
border-style: solid;
border-radius: 10px;
text-align: center;
margin-top: 1px;
margin-right: 0px;
padding-top: 2px;
box-shadow: 15px 15px 10px 0px #c0c0c0;
width: 220px;
}
