html,body {
 font-family: 'Lucida Grande', verdana, helvetica, 'sans serif'; 
 font-size: 10pt;
 background-color: #dddddd;
 margin: 0px;
 padding: 10px;
 text-align: left;
 background-color: #ddd;
}
a:link, a:visited {
 color: #0099cc;
 text-decoration: underline;
}
a:hover {
 color: #000000;
 text-decoration: underline;
}

#logobox img {
 border: none;
 margin: none;
}



#main {
 width: 840px;
 margin-left: auto;
 margin-right: auto;
 border: 2px solid #222222;
 background-color: white;
}

.column1 {
 width: 210px;
 border-right: 3px solid black;
 background-color: ##99cc00;
}

.column2 {
 width: 680px;
}

.row1 {
 height: 70px;
 padding-left: 15px;
}
.row2 {
 background-color: #99cc00;
 height: 35px;
 border-top: 3px solid black;
 border-bottom: 1px solid black;
}
#cell1A {
 background-color: #FFFFFF;
}
#cell1B {
 background-color: #FFFFFF;
}
#cell2A {
 border-left: none;
}
#menu1 {
 border-left: none;
}
#menu2 {
}
#menu3 {
}
.menuitemGreen {
 background-color: #99cc00;
 color: black;
}
.menuitem {
 border-left: 1px solid black;
 width: 210px;
 text-align: center;
 font-size: 15px;
}
.menuitem a:link, .menuitem a:visited {
 color: white;
 text-decoration: none;
 border-bottom: none;
}
.menuitem a:hover {
 color: white;
 text-decoration: none;
 border-bottom: none;
}
.menuitemGrayHover {
 background-color: #0099cc;
 border-left: 1px solid black;
 width: 210px;
 text-align: center;
 font-size: 15px;
}
.menuitemGrayHover a:link, .menuitemGrayHover a:visited {
 color: white;
 text-decoration: none;
 border-bottom: none;
}
.menuitemGrayHover a:hover {
 color: white;
 text-decoration: none;
 border-bottom: none;
}
.menuitemGreenHover {
 background-color: #0099cc;
 border-left: 1px solid black;
 width: 210px;
 text-align: center;
 font-size: 15px;
}
.menuitemGreenHover a:link, .menuitemGreenHover a:visited {
 color: white;
 text-decoration: none;
 border-bottom: none;
}
.menuitemGreenHover a:hover {
 color: white;
 text-decoration: none;
 border-bottom: none;
}
.row3 {
}


#content {
 position: relative;
 padding: 20px 35px 25px 35px;
 text-align: left;
 min-height: 420px;
 height: auto;
}
/*for IE*/
/*\*/
* html #content {
 height: 420px;
}
/**/
#content h1 {
 font-family: Gungush, Century Gothic, serif;
}
#content p {
  text-indent: 3%;
}
#content a:link, #content a:visited {
 color: #000;
 text-decoration: none;
 border-bottom: none;
}
#content a:hover {
 color: #111;
 text-decoration: underline;
 border-bottom: none;
}

#submenu {
 margin-top: 0px;
 padding: 2px 10px 2px 10px;
 border-bottom: 1px solid #000000;
 background: #99cc00;
 color: #000;
 text-align: left;
}
#submenu a:link, #submenu a:visited {
 color: #666666;
 text-decoration: none;
 border-bottom: none;
}
#submenu a:hover {
 color: #000000;
 text-decoration: underline;
 border-bottom: none;
}

#fillit { clear: both; line-height: 0; height: 0; margin-bottom: 20px;}

#footer {
 width: 818px;
 margin-top: 0em;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 30px;
 padding-top: 0px;
 text-align: center;
 font-size: 8pt;
 color: black;
}



