/* Media Vision : Cascading Style Sheet

     Changelog
     ---------
     Date            Name            Detail
     ----            ----            ------
     102707          kfw             Initial release.
     102907          kfw             Div, paragraph, and text style  
changes.
     102907          kfw             Javascript: Dynamic Central  
Alignment.
     103107          kfw             Improved dynamic central alignment.
     103107          kfw             Renamed style sheet.
     103107          kfw             Bug fixes.
     103107          kfw             Added anchor styles.
     110707          kfw             Nixed main content scrollbars.

*/

/* Div alignments and text styles */
div{ position: absolute; font-family: Verdana, Arial, Times New Roman; font-size: 12px; line-height: 1.5; color: #ffffff; }

body {margin: 1px; padding: 0;}
#div0{margin: 0 auto;}

#div1{ top: 0px; left: 0px; width: 235px; height: 98px; } 
#div2{ top: 99px; left: 0px; width: 235px; height: 29px; } 
#div3{ top: 135px; left: 0px; width: 235px; height: 701px; }
#div4{ top: 0px; left: 236px; width: 765px; height: 98px; } 
#div5{ top: 99px; left: 236px; width: 544px; height: 252px; } 
#div6{ top: 253px; left: 236px; width: 544px; height: 58px; } 
#div7{ top: 312px; left: 236px; width: 544px; background-color:#8f7f1d; padding-bottom: 13px; max-width: 544px; height: 506px; overflow:auto; }
#div8{ top: 99px; left: 781px; width: 220px; height: 153px; } 
#div9{ top: 253px; left: 781px; width: 220px; height: 58px; } 
#div10{ top: 312px; left: 781px; width: 220px; height: 320px;background-color: #baac28; }
#div11{ top: 633px; left: 781px; width: 220px; height: 45px; } 
#div12{ top: 679px; left: 781px; width: 220px; height: 137px;background-color: #8f7f1d; }
#div13{ top: 817px; left: 781px; width: 220px; height: 14px;background-color: #baac28; }

/* Label and forms' alignment and styles */ label{ position: absolute; font-weight: bold; } input{ position: absolute; border: groove 2px #ffffff; width: 175px; } select{ position: absolute; border: groove 2px #ffffff; width: 175px; }

#label1{ top: 15px; left: 10px; }
#Search1_Name{ top: 30px; left: 10px; }

#label2{ top: 65px; left: 10px; }
#Search1_DOB{ top: 80px; left: 10px; }

#label3{ top: 115px; left: 10px; }
#Search1_DOD{ top: 130px; left: 10px; }

#label4{ top: 165px; left: 10px; }
#Search1_Service{ top: 180px; left: 10px; }

#label5{ top: 215px; left: 10px; }
#Search1_YearEntry{ top: 230px; left: 10px; }

#label6{ top: 265px; left: 10px; }
#Search1_House{ top: 280px; left: 10px; }

/* Paragraph style */
p{ padding-left: 15px; padding-right: 15px; padding-top: 13px;
padding-bottom: 2px; margin: 0px; }

/* Image style */
img{ border: 0px; display:block; }

/* Heading style */
h1, h2, h3, h4, h5, h6, h7{ font-weight: bold; }

/* Link styles */
a:link, a:visited { color: #ffffff; }
a:focus, a:hover, a:active { color: #baac28; }

