body, html {
   background-color: #fff;   
   font-family: tahoma;
} 
img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

p {
  margin: 0px;
  padding: 0px;
}
a {
   color: #6DB9FF;
   text-decoration: none;
   font-weight: bold;
}

font {
   color: #000;
}
a.mainmenu_link {
    text-decoration: none; 
    color: #000;
	font-size: 13pt;
	font-weight: bold;
}
a.mainmenu_link:hover {  
   text-decoration: none;
   color: #8DD9FD;
   font-size: 13pt;
   font-weight: bold;
}
a.mainmenu_link_a {
   text-decoration: none;
   color: #B1B1B1;
   font-size: 13pt;
   font-weight: bold;
}

a.menubar_submenu {
    text-decoration: none; 
    color: #000;
	font-weight: bold;
}
a.menubar_submenu:hover {  
   text-decoration: none;
   color: #8DD9FD;
   font-weight: bold;
}
a.menubar_submenu_a:hover {  
   text-decoration: none;
   color: #8DD9FD;
   font-weight: bold;
}


div.logo {
   margin-left: 30px;
   background-image: url(logo_30p.png);
   width: 210px;
   height: 70px;
   background-repeat: no-repeat;
}
td.menu {
   background-color: #fff;
   width: 200px;
   align: left;
   vertical-align: top;
   padding-left: 30px;
}
div.submenu {
   background-color: #fff;
   margin-left: 320px;
}
td.content {
   vertical-align: top;
   text-align: center;
}
div.content {
   padding-left: 30px;
   padding-right: 30px;
   position: relative;
   margin-left: 100px;
   background-color: #e8e8e8;
   vertical-align: top;
   text-align: left;
   width: 600px;
   height: 450px; 
   overflow: auto;
   /* margin-left: auto;*/
   margin-right: auto;
   border: 1px solid #b3b2b2;
   
   
}
