#background {position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1}

#topNav {z-index:2; position:fixed; top:0; left:0; background-color:#002461}

#topNav td {text-align:center}

#topNav a {color:white; font-weight:bolder; font-family:sans-serif;}

#topNav a:link {text-decoration:none;
}
#topNav a:visited {text-decoration:none;
}	
#topNav a:focus {text-decoration:none;
}
#topNav a:hover {text-decoration:none;
}
#topNav a:active {text-decoration:none;
}

#content {z-index:1; position:absolute; top:3em; left:15%; width:70%; 
   /*background:white url(HIP_logo.gif) no-repeat fixed center;*/background-color:white; /*border-width:thin; border-color:orange;
   border-top-style:dotted; border-left-style:dotted;*/
}

#text {margin:10px; 
}

#text h2 {color:#005fff}

#text h3 {color:#005fff}

#topic {padding:5px; margin:5px; background-color:#ededed; border:1px solid silver}

/*#topic h3 {border-bottom:1px solid black}*/


#navbottom {z-index:2; position:fixed; right:8%; bottom:0; width:84%; background-color:#d9d9d9; color:black;font-family:sans-serif;
font-size:small;text-align:center;font-weight:bolder; border-left:solid 1px black; border-top:solid 1px black; border-right:solid 1px black;
}

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

#navbottom li {float:center;padding-right:10px
}
#navbottom a {color:black; font-family:sans-serif;}

#navbottom a:link {text-decoration:none;
}
#navbottom a:visited {text-decoration:none;
}
#navbottom a:focus {text-decoration:none;
}
#navbottom a:hover {text-decoration:none;
}
#navbottom a:active {text-decoration:none;
}

