#mainarea {
    width: 704px;
    min-height: 800px;
}

#leftmenubar {
    vertical-align: top;
    font-family: arial;
}

#leftmenubar tr {
    margin: 0;
    padding: 0;
}

#leftmenubar td {
    margin: 2px 0 0;
    padding-top: 5px;
    padding-left: 5px;
}

#leftmenubar a:link, #leftmenubar a:active, #leftmenubar a:visited {
    border: 1px solid #000000;
    display: block;
    background: #ffffff;
    color: #000000;
    font:normal 12px Arial;
    font-weight: bold;
    padding-left: 2px;
    text-align:center;
    padding-right: 1px;
    text-decoration: none; 
    min-width: 120px;
}

#leftmenubar a:hover {
    border: 1px solid #000000;
    background: #333333;
    color: #ffffff;
}



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
color: black;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #c0c0c0;
}

#example {
    font-size: 11px;
    color: blue;
}

#formbody {
    min-height:300px;
}

#help {
display:none;
width: 200px;
font-family: arial;
font-size: 15px;
}

#worthhelp {
display:none;
font-family: arial;
font-size: 15px;
}

#updatehelp {
display:none;
font-family: arial;
font-size: 15px;
}

.button {
font-size: 100%;
padding: 0px 0px 0px 0px;
margin: 0;
letter-spacing: 0.03em;
background: #e2e2da url(../buttons/button.png) repeat-x bottom center;

border: 1px solid #c5c5bd;
color: #666;
font-weight: bold;
text-transform: uppercase;
}

.buttonlarge {
font-size: 110%;
padding: 0px 0px 0px 0px;
margin: 0;
letter-spacing: 0.03em;
background: #e2e2da url(../buttons/button.png) repeat-x bottom center;

border: 1px solid #c5c5bd;
color: #666;
font-weight: bold;
text-transform: uppercase;
}


