﻿
HTML,BODY{
   color: white;
   font-family: tahoma, verdana, arial, sans-serif, helvetica;
   margin: 0;
   padding: 0;
   height: 100%;
   border: none;
}

TD {
   /* border: dotted 1px darkgray; */
   color: white;
   font-family: tahoma, verdana, arial, sans-serif, helvetica;
   vertical-align: top;
}

A {
   color: white;
}

A:hover {
   color: whitesmoke;
   text-decoration: none;
}

#home_page {
   height: 100%;
   margin: 0;
   padding: 0;
   width: 100%;
}

#home_top {
   background-color: #003366;
   font-size: 20px;
   height: 0%;
   text-align: center;
   vertical-align: baseline;
}

#home_top TD {
   vertical-align: baseline;
}

#home_middle {
   background-image: url(images/blue_black_bg.gif);
   background-position: top;
   background-repeat: repeat-x;
   font-size: 14px;
   height: 300px;
   text-align: center;
   vertical-align: bottom;
}

#home_middle TD {
   vertical-align: middle;
}

#home_bottom {
   background-color: black;
   font-size: 18px;
   height: 0%;
   text-align: center;
   vertical-align: top;
}

#home_bottom TD {
   vertical-align: top;
}

#home_footer {
   background-image: url(images/footer_bg.gif);
   background-repeat: repeat-x;
   font-size: 11px;
   height: 30px;
   text-align: center;
}

#home_footer TD {
   vertical-align: middle;
}

#content_page {
   background-color: black;
   background-image: url(images/blue_black_bg.gif);
   background-position: top;
   background-repeat: repeat-x;
   height: 100%;
   margin: 0;
   padding: 0;
   width: 100%;
}

#content_top {
   font-size: 20px;
   height: 175px;
   text-align: center;
   vertical-align: baseline;
}

#content_middle {
   font-size: 12px;
}

#display_hide {
   display: none;
}

#display_show {
   display: block;
}
