body{
   margin: 0px;
   padding: 0ex 10px 10px 150px;
   background-color: #000000;
   background-image: url('images/ace12.jpg'); 
}

a:link { 	color: #00FFCC;	}
a:visited { 	color: #FFCC00;	}

H1 {font-family: arial,sans; font-weight:normal; color: #FFFFFF;}
H2 {font-family: arial,sans; font-weight:normal; color: #FFFFFF;}
H3 {font-family: arial,sans; font-weight:normal; color: #FFFFFF;}
H4 {font-family: arial,sans; font-weight:normal; color: #FFFFFF;}
P  {font-family: arial; color: #FFFFFF}
UL {font-family: arial; color: #FFFFFF}
OL {font-family: arial; color: #FFFFFF}
TABLE {font-family: arial; color: #FFFFFF}

/* settings for level 2 data buttons and tables with links */
input.mybut { background: #666666; color: #00FFFF; }
input.mybut:hover { color: #FF9900; }
td.mytda {font-family:arial,sans; font-weight:normal; color: white;}
a.data:link    { text-decoration: none; font-weight: bold; color: #00FFFF; }
a.data:visited { text-decoration: none; font-weight: bold; color: #00FFFF; }
a.data:hover   { text-decoration: none; font-weight: bold; color: #FF9900; }
a.data2:link    { text-decoration: none; font-weight: bold; color: #0000FF; }
a.data2:visited { text-decoration: none; font-weight: bold; color: #0000FF; }
a.data2:hover   { text-decoration: none; font-weight: bold; color: #FF9900; }

.imglnk {border:0px; border-thickness: 0px; border-color: #00000; border-style: solid;}
a:link .imglnk, a:visited .imglnk {border:1px; border-thickness: 1px; border-color: #0000FF; border-style: solid; }
a:hover .imglnk, a:active .imglnk {border:1px; border-thickness: 1px; border-color: #FF9900; border-style: solid; }

.imglnk2 {border:0px; border-thickness: 0px; border-color: #00000; border-style: solid;}
a:link .imglnk2, a:visited .imglnk2 {border:2px; border-thickness: 2px; border-color: #00FFFF; border-style: solid; }
a:hover .imglnk2, a:active .imglnk2 {border:2px; border-thickness: 2px; border-color: #FF9900; border-style: solid; }

table.datatable {background-color: #666666; } 

#navcontainer {
  overflow: hidden;
  height: 100%;
  width: 135px;
  position:       fixed;
  top: 0;
  left: 0;
  padding-top:         10px;
  padding-left:        5px;
  padding-right:       5px;
  /* background:     #F0F0FF; */
  background-color:     #303030;
}

#navcontainer ul {
   font-size: 1.3em;
   margin-left: 0;
   padding-left: 0;
   list-style-type: none;
   font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
   display: block;
   padding: 1px;
   width: 130px;
/*   background-color: #080808; */
   border-bottom: 1px solid #999999;
}

#navcontainer a:link, #navcontainer a:visited {
   color: #00FFCC; 
   text-decoration: none;
   font-size:smaller;
}

#navcontainer a:hover {
   background-color: #369;
   color: #ff9900;
}
