* {
   font-family: Verdana;
   font-size: 11px;
   color: #252525;
}

body {
   margin: 0;
   padding: 0;
   background: #ffffff;
}


a { 
   color: #008295; /* turquoise */
}

a.selected {
   color: #464646; /* current */
}


/* sitebar
---------------------------------------- */

#sitebar {
    display: none;
}


/* titlebar
----------------------------------------- */
#titlebar {
    display: none;
}


/* menubar
----------------------------------------- */

#menubar {
    display: none;
}

/* main-body 
------------------------------------- */

#main-body
{
   width: 756px;
   height: 570px; /* firefox */
   background: #ffffff;
   text-align: left;
}

#content
{
   padding: 30px 20px;
   float: left;
   background: #ffffff; /* firefox */
   width: 573px; /* firefox */
}

#submit { 
    display: none;
}

/* footer
--------------------------------------- */

#footer {
   clear: both;
   /* width: 756px; */
   font-size: 85%;
   color: #ebeff0;
   text-align: center;
   background-color: #424748;
   /* background: url("images/sitebar.jpg"); */
}
