@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Roboto);
*{margin:0; padding:0; outline:none;}


* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
* {
  box-sizing: border-box;
}
/* Style the header */
.header {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: left;
}
/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}
/* Left column */
.column.sideL {
  width: 20%;
}
/* Right column */
.column.sideR {
  width: 20%;
}
/* Middle column */
.column.middle {
  width: 60%;
  
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.sideL, .column.middle, .column.sideR { width: 100%; }
  # T3 {  display: none; }
.column.sideL {
display: none;
}
}
.nav {
  background-color: #003366;
 
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.nav1 {
  background-color: #ffffff;
 
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.nav li {
  display: inline-block;
  font-size: 14px;
  padding: 5px;
}
.row { 

display: inline;
 }
* {
  box-sizing: border-box;
}
.T2 {
margin: 0px 50px 0px 0px;
}
.T3 {
margin: 0px 0px 0px 17px;
}