@charset "utf-8";
/* CSS Document */


body {
font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #cccccc; background-color: #000000; width: 100%; height: 100%;
margin: 0; padding: 0; line-height: 1.4;
}


p { margin-left : 10px; margin-right: 10px; }
p.secondary { margin-left : 10px; margin-right: 10px; font-size: 11px; }
p.footer {font-size: 11px; text-align:center;}


h1 { font-size: 14px; color: #FFFFFF; font-weight:normal; margin-left: 11px; }
h2 {font-size: 11px; color: #FFFFFF; padding: 0; margin: 0; margin-left : 10px;  font-weight:normal;}
h3 {font-size: 12px; color: #FFFFFF; margin-left : 10px; font-weight:bold;}

a:link {color: #FFFFFF; text-decoration: underline; }
a:visited {color: #FFFFFF; text-decoration: underline; }
a:hover {color: #FFFFFF; text-decoration: none;}
a:active {color: #FFFFFF; text-decoration: underline;}

/* Layout */
#container {position: relative; width: 640px; height: auto; min-height: 500px; margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 20px; }
#navigation {position: relative; margin-left: auto; margin-right: auto; width: 640px; height: 224px; background-color:#000000 }
#footer {position: relative; margin-left: auto; margin-right: auto; width: 658; height: 74px; color:#666666 }


#bodymiddle {position: relative; margin-left: auto; margin-right: auto;width: 640px; height: 378px; 
background-color:#333333; }


#frame {position: relative; margin: 0px; width: 620px; height: auto; 
 }




div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  width: 100%;
  height:378px;
}
