html {
  background-image: url(images/grey-lines-bg.jpg);  
  font-family: Arial, Helvetica, Sans-Serif;
  margin-top: 0px;
  padding-top: 0px;
  }
body {
  background-color: #000;
  margin-top: 0px;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 0px;
  width: 1040px;
  }
#border {
 border-collapse: collapse;
  margin-top: 0px;
  padding: 0px;
  }
#border td {
  display: compact;
  margin: 0px;
  padding: 0px;
  }
#left {
  background: #ffffff url(images/left-side-gradient.jpg) repeat-y;
  width: 21px;
  }
#right {
  background: #ffffff url(images/right-side-gradient.jpg) repeat-y;
  width: 21px;
  }
#container {
  background: #000;
  float: right;
  width: 1000px;
  }
  
  
  
  
/* Header Styles */
#header {
  background: #000000 url(LFTheader[leadin_new_logo].gif) no-repeat;
  font-family: Serif;
  height: 200px;
  margin-top: 0px;
  padding-top:1px;
  text-align: center;
  }
#header h1 {
  color: #ffffff;
  font-family: Times, Serif;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left:162px;
  }
#header h2 {
  color: #2d9ee0;
  font-style: italic;
  font-weight: 300;
  margin-top: 0px;
  margin-left:162px;
  }




/* Body Styles */
#body {
  background-color: #283054;
  float: right;
  width: 1000px;
  padding-bottom: 50px;
  font-size: 13px;
  }
#body a {
  color:  #94e9f4;
  font-weight: normal
  text-align: left;
  vertical-align: center;
  font-size: 15px;
  }
#body a:hover {
  font-weight: 600;
  color:  #2d9ee0;
  background: #000;
  vertical-align: center;
  text-decoration: none;
  }
#body h1 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 500;
  padding-top: 20px;
  margin-top: 40px;
  margin-bottom: 0px;
  text-decoration: underline;
  }
#body h2 {
  color: #2d9ee0;
  font-style: italic;
  padding-top: 20px; 
  font-weight: 300;
  margin-top: 0px;
  text-align: center;
  }
#body h3 {
  text-align: center;
  font-weight: bold;
  font-family: verdana,arial,helvetica,geneva,sans-serif;
  font-size: 15px;
  padding-left: 100px;
  line-height: 33px;
  color: #fff;
  }
#body h4 {
  text-align: center;
  font-weight: normal;
  font-family: verdana,arial,helvetica,geneva,sans-serif;
  font-size: 27px;
  padding-left: 100px;
  line-height: 33px;
  color: #94e9f4;
  }
#body h4 a {
  text-align: center;
  font-family: verdana,arial,helvetica,geneva,sans-serif;
  font-size: 16px;
  color:  #fff;
  text-decoration: none;
  }
#body h4 a:hover {
  text-align: center;
  font-family: verdana,arial,helvetica,geneva,sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  }
#body h5 {
  text-align: center;
  font-weight: normal;
  font-family: verdana,arial,helvetica,geneva,sans-serif;
  font-size: 12px;
  line-height: 33px;
  color: #94e9f4;
  }
#body p {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  }
#body .center {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  }
.countries {
  text-align: center;
  }
.countries li {
  width: 800px;
  text-align: left;
  padding-left: 170px;
  color: #fff;
  font-family: verdana,arial,helvetica,geneva,sans-serif;
  font-size: 15px;
  font-weight: bold;
  list-style-position: inside;
  list-style-type: none;
  padding-bottom: 9px;
  }
.countries .list2 {
  width: 800px;
  text-align: left;
  color: #d2d7db;
  font-family: verdana,arial,helvetica,geneva,sans-serif;
  font-size: 14px;
  font-weight: normal;
  list-style-position: inside;
  list-style-type: none;
  }
.countries li a {
  font-weight: 600;
  color: #94e9f4;
  font-size: 12px;
  text-decoration: none;
  margin-left: 45px;
}
#body ol {
  font-size: 13px;
  padding-left: 30px;
  padding-right: 20px;
  text-align: justify;
  }
#body table {
  margin-left: 50px;
  text-align: left;
  }
#body table caption {
  color: #0b4072;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
  text-transform: capitalize;
  }
#body table th {
  color: #0b4072;
  font-size: 15px;
  text-transform: capitalize;
  }
#body table td {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  }
#body .date {
  width: 150px;
  }
#body .deadline {
  width: 416px;
  }




/* Tab List Formatting */
#tablist{
  padding: 0 0 6 0;
  margin-bottom: 1px;
  margin-top: 0.1em;
  font: bold 12px Verdana;
  border-bottom: 2px solid gray;
  }
#tablist li{
  list-style: none;
  display: inline;
  margin: 0 0 0 175;
  }
#tablist li a{
  text-decoration: none;
  padding: 7px;
  margin-right: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #0b4072;
  color: #fff;
  }
#tablist li a:link {
  color: ffffff;
  }
#tablist li a:hover { 
  color: #05b2fe;
  background: #000000;
  border-color: gray;
  }
#tablist li a.on {
  color: #d0d0d0;
  background: #000000;
  border-color: gray;
  }




/* Footer Styles */
#footer {
  background: #cccccc url(images/footer-repeating.jpg) repeat-x;
  border-bottom: thin outset;
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  }
#footer h4 {
  color: #2f2f2f;
  font-family: Sans Serif;
  font-weight: 600;
  margin-top: 3px;
  font-size: 13px;
  }
#footer h5 {
  font-weight: normal;
  }  
