html,body  {
	background-color: #000000;
	padding: 0;
   margin-top:0; 
   margin-bottom:0;
   height:100%; 
   min-height:100%; }
.container { padding:0px;
            margin-bottom:0px;
            min-height:100%; }
#nav-left { color:#ffffff; }
#content  { background-color:#ffffff;
           padding:30px; }
h2 { margin-top:12px;
     border-bottom: dashed gray 1px; }
h3 { margin-top:6px;
     border-bottom: dashed gray 1px; }
h4 { margin-top:6px;
     border-bottom: dashed gray 1px; }
.txtwhite {
   color:#ffffff; }
.txtgray {
   color:#999999; }
.home_para {
   margin:0px 25px;
	font-size:125%;
}
a:hover { color:#666666; }