html {
  margin: 0 auto;
  position: relative; /* Fix for absolute positioning */
}

html, body
{
  height: 100%;
}

html {
  margin: 0 auto;
  position: relative; /* Fix for absolute positioning */
}

body {  font-family: "trebuchet ms", verdana, sans-serif; font-size: 14px; }
td {  font-family: "trebuchet ms", verdana, sans-serif; font-size: 14px; }

h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13, h14, h15, h16, h17, h18, h19{margin:0px; color:#3f3f3f;}

nav { padding:10px 0 10px 0; }

.ltr a:link  { text-decoration: none; color: #639eed; }
.ltr a:visited { text-decoration: none; color: #639eed; }
.ltr a:hover { text-decoration: underline; color: #7b00da; }

a:link{text-decoration:none;color:#0060ff;}
a:visited{text-decoration:none;color:#0060ff;}
a:hover{text-decoration:underline;color:#6922d4;}
a:link  img { border: 0px solid #ffffff; }
a:visited img { border: 0px solid #ffffff; }
a:hover img { border: 0px solid #ffffff; }

.the_form input, .the_form select, .the_form textarea, .the_form file { font-family: "trebuchet ms", verdana, sans-serif; font-size: 13px; background-color:#ffffff; padding:5px; border: 1px solid #999; border-radius: 0; }
.dotted{border:0;height:1px;clear:left;clear:right;border-top:2px dotted #cdcdcd;padding-top:5px;padding-bottom:5px;}
.dform input, .dform select, .dform textarea, .dform file{padding:1px;background-color:FFFFFF;padding:4px;border:1px solid #d7d7d7;border-radius:0;}
.dform td{padding:0 10px 10px 0;}
.black, .black a:link, .black a:visited {text-decoration:none;color:black;}
.black a:hover { text-decoration:underline; color:#6922d4; }

.navigation_top { display:none; }	
.navigation_left { }	

@media all and (max-width:800px){
.navigation_top { display:block; }	
.navigation_left { display:none; }	
}