body {
   background-color: green;
   text-align:center;  
   font-family: georgia;
   font-size: 11pt;
}

#mainbox {
   margin-left: auto;
   margin-right: auto;
   border-style: groove;
   border-color:#CCCCCC #CCCCCC;
   border-width: 6px;
   width: 850px;
   text-align: left;
}

a {
   text-decoration: none;
   padding: 0px;
}

h1 {
   font-family: georgia;
   font-size: 1.8em;
   color: #006600;
   background-color: #ffffff;
}

h2 {
   font-family: georgia;
   color: #006600;
}

h3 {
   font-family: georgia;
   font-size: .8em;
   color: #006600;
   background-color: #ffffff;
}

h4 {
   font-family: georgia;
   font-size: 9pt;
   font-style: italic;
   color: black;
   background-color: #ffffff;
}

h5 {
   font-family: georgia;
   font-size: 1.0em;
   color: #006600;
   background-color: #ffffff;
   margin-bottom: 0px;
}

h6 {
   font-family: georgia;
   font-size: 9pt;
   font-style: italic;
   color: black;
}

p {
   margin-bottom: 0px;
   font-size: 12px;
}


#leftbox {
   width: 250px;
   float: left;
   margin-left: 30px;
   margin-top:10px;
   color: #006600;
   background-color: #ffffff;
   text-align: center;
   z-index:1;
}

#leftbox p {
   font-size: 20px;
   font-family: sans-serif;
   font-style: italic;
}
#leftboxhome{
   width: 250px;
   float: left;
   color: #006600;
   background-color: #ffffff;
   text-align: center;
   z-index:1;
}

#rightbox {
   width: 60%;
   margin-left: 300px;
   text-align: center;
   
}

#rightside {
   width: 500px;
   margin-left: 38%;
}


#rightsidehome {
   width: 600px;
   float: right;
}


#contextmenu {
   text-align: center;
}

#content {
   width: 850px;
   background-color: white; 
   height: 1400px;
}

#verytopbar {
   text-align: center;
   height: 45px;
   width:100%;
   background: transparent url(../images/topbar2.png);
   clear: both;
}

ul {
   font-family: georgia;
   font-size: 14px;
   margin: 0px;
   padding: 0px;
   z-index:2;
}

ul li {
   display: block;
   position: relative;
   float: left;
}

ul li ul li {
   float: none;
   font-size: 16px;
   text-align: left;
   padding: 0px;
}

ul li ul li a:hover {
   background: #95A9B1;
}

li ul {
   display: none;
}

ul li a {
   display: block;
   text-decoration:A:link

A:visited
A:active
A:hover none;
   color: white;
   padding-top: 5px;
   padding-left: 1px;
   padding-right: 1px;
   padding-bottom: 5px;
   background: none;
   margin-left: 0px;
   white-space: nowrap;
}

/*background hover color for button when you scroll over it*/
ul li a:hover {
   background: none;
}

li:hover ul, li.sfhover ul{
   display: block; 
   position: absolute;
   border-style: outset;
   background: green;
}

li:hover li {
   float: none;
   font-size: 16px;
   text-align: left;
}

li:hover ul a {
   background: green;
}

/*hover color for dropdown box*/
li:hover li a:hover {
   background: #95A9B1;
}

img {
   border: none;
   padding: 0px;
   margin: 0px;
}

.hangingindent {
   margin-left: 30px;
   margin-top: 0px;
}

.blacklink a{
   font-size: 20px;
}

.blacklink A:link {
   color: white;
}

.blacklink A:visited {
   color: white;
}

.blacklink A:hover {
   color: black;
}

.calendarlink A:link {
   color: green;
}

.calendarlink A:visited {
   color: green;
}

.calendarlink A:hover {
   color: black;
}

iframe {
   background-image:url(images/greenfade2.png); 
   width:225px;
   text-align: left; 
   border-style:groove; 
   border-width:5px;
   margin-left:0px; 
   margin-top:0px
}

#calendar {
    width: 850px;

}

