body{
width:100%;
height:100%;
margin:0px;
}

body p,td,th,div
{
font-family: calibri, Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: #000000
}

select,input
{
  font-family: calibri, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
}

sub,sup{
  font-size: 9pt;"
}

#container{
position:relative;
display:block;
width:1000px;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
/*background-color:yellow;*/
background-color:white;
margin: 0 auto;
}

#menu{
position:relative;
width:200px;
height:600px;
/*background-color:blue;*/
background-color:white;
float:left;
top:75px;
}

#menuitem{
position:relative;
width: 15em;
top:25px;
}

#menuitem ul {
list-style: none;
margin: 0;
padding: 0;
}

#menuitem li a
{
background: url(menuitem.gif) bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 12em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#content{
position:relative;
width:800px;
min-height:600px;
float:left;
/*background-color:red;*/
background-color:white;
top:75px;
display:block;
}

#content p{
padding:5px;
}

#footer{
position:relative;
left:200px;
width:800px;
/*background-color:green;*/
background-color:white;
display:block;
clear:both;
margin-bottom:0px;
top: 75px;
}

#footer a
{
text-decoration: none;
}

h1{
font: 16px Verdana, Arial, Helvetica, sans-serif;
color:#0BAD3F;
font-weight:bold;
margin-bottom:0;
margin-top:0px;
font-variant:small-caps;
border-bottom:1px #0BAD3F solid;
display: block;
width: 800px;}

h2{
margin-bottom: -2px;
}

.ErrorInput
{
    font-family:Calibri, Verdana, Arial;
    font-size: 10pt;
    background:#f3dce3;
    color:#ce063e;
    border: 1px solid #ce063e;    
}

#divErrorMsg
{
    display:block;
    width:85%;
    background:#f3dce3;
    color:#ce063e;
    border: 1px solid #ce063e;
    padding:10px; 
}



