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: #336699;
 text-decoration: underline;
}
a:hover {
 color: #000000;
 text-decoration: underline;
}

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



#main {
 width: 992px;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid grey;
 background-color: white;
}

.column1 {
 width: 210px;
 border-right: 1px solid grey;
 background-color: #ffffff;
}

.column2 {
 width: 780px;
}

.row1 {
 height: 70px;
 padding-left: 0px;
}
.row2 {
 background-color: #336699;
 height: 35px;
 border-top: 1px solid grey;
 border-bottom: 1px solid grey;
}
#cell1A {
 background-color: #FFFFFF;
}
#cell1B {
 background-color: #FFFFFF;
}
#cell2A {
 border-left: none;
}
#menu1 {
 border-left: none;
}
#menu2 {
}
#menu3 {
}
.menuitemGreen {
 background-color: #336699;
 color: black;
}
.menuitem {
 border-left: 1px solid grey;
 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: #100D37;
 border-left: 1px solid grey;
 width: 240PX;
 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: #100D37;
 border-left: 1px solid grey;
 width: 240px;
 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: 'Lucida Grande', verdana, helvetica, 'sans serif';
}
#content p {
  text-indent: 3%;
}
#content a:link, #content a:visited {
 color: #336699;
 text-decoration: underline;
 border-bottom: none;
}
#content a:hover {
 color: #100d37;
 text-decoration: underline;
 border-bottom: none;
}

#submenu {
 margin-top: 0px;
 padding: 2px 10px 2px 10px;
 border-bottom: 1px solid #000000;
 background: #413D7D;
 color: #000;
 text-align: left;
}
#submenu a:link, #submenu a:visited {
 color: #666666;
 text-decoration: underline;
 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;
}




