.container {
    width: 820px;
    text-align: left;
    margin: auto;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px; 
    -khtml-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 3px 3px #707070;
    background: #ffffff;
}

.banner {
    background: #dd4b39;
    text-decoration: none;
    color: #ffffff;
    font-family: verdana,arial,sans-serif;
    text-align: left;
    padding: 10px 0px 10px 0px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px; 
    -khtml-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
}

.navigation {
    float: left;
    margin: 0px;
    padding: 1px 5px 5px 0px;
    width: 160px;
    background: #242d31;
    font-weight: normal;
    min-height: 100%;
}

.maincontent {
    margin: 0px 0px 0px 165px;
    padding: 1px 5px 5px 5px;
    text-align: justify;
    color: #000000;
    background: #ffffff;
}

.maincontentwide {
    margin: 0px 0px 0px 0px;
    padding: 1px 5px 5px 5px;
    text-align: justify;
    color: #000000;
    background: #ffffff;
}

.footer {
    background: #dd4b39;
    text-decoration: none;
    color: #ffffff;
    font-family: verdana,arial,sans-serif;
    font-size: 9px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px; 
    -khtml-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    clear: both;
}

body, font {
    font: 12px verdana,arial,sans-serif;
    color: #ffffff;
}

body {
    background: #edf0f5;
    color: #000000;
}

a {
    text-decoration:none;
    color: #dd4b39;
    font-weight: bold;
}

a:link, a:visited {
    text-decoration: none;
    color: #dd4b39;
    font-weight: bold;
}

.bannertext {
    text-shadow: 2px 2px #303030;
    text-align: center;
}

img {
    display: block;
    margin: auto;
}

.center {
    align-content: center;
    text-align: center;
}

h2 {
    text-align: left;
}

table {
    vertical-align: middle;
    text-align: center;
    empty-cells: show;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-collapse:collapse;
    border-color: #000000;
    border-style: solid;
    border-spacing: 4px;
    border-width: 2px;
    text-decoration: none;
    color: #ffffff;
    background: #000000;
    font-family: verdana,arial,sans-serif;
    width: 100%;
    white-space: nowrap;
}

table th {
    font-family: "Lucidia Console",Monaco,monospace;
    text-shadow: 1px 1px #8b0000;
    text-decoration: none;
    background: #dd4b39;
    border: 1px solid #c0c0c0;
}

table tr:nth-child(even) {
    background: #f7f7f7;
}

table tr:nth-child(odd) {
    background: #d0d0d0;
}

table td {
    color: #000000;
    font-family: "Lucidia Console",Monaco,monospace;
    text-decoration: none;
    border: 1px solid #000000;
}

/* Menu Styles Start Here */
.nav {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 5px 0px 0px 5px;
  padding: 0px;
  width: 155px;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.menu-item {
  background: #fff;
  width: 155px; 
  margin: 0px;
  padding: 0px;
}

/*Menu Header Styles*/
.menu-item h4 {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  margin: 0px;
  
  /*Gradient*/
  background: #DD4B39; /* Old browsers */
  background: -moz-linear-gradient(top, #DD4B39 0%, #9F2C1D 44%, #6D2217 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DD4B39), color-stop(44%,#9F2C1D), color-stop(100%,#6D2217)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #DD4B39 0%,#9F2C1D 44%,#6D2217 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #DD4B39 0%,#9F2C1D 44%,#6D2217 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #DD4B39 0%,#9F2C1D 44%,#6D2217 100%); /* IE10+ */
  background: linear-gradient(top, #DD4B39 0%,#9F2C1D 44%,#6D2217 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD4B39', endColorstr='#9F2C1D',GradientType=0 ); /* IE6-9 */
}

.menu-item h4:hover {  
  background: #cc002c; /* Old browsers */
  background: -moz-linear-gradient(top,  #cc002c 0%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002c', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.menu-item h4 a {
  color: white;
  display: block;
  text-decoration: none;
  width: 155px;
  text-shadow: 2px 2px #303030;
  font-weight: normal;
}

/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  /*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
}


.menu-item:hover ul {
  height: 93px;
  margin: 0px;
  padding: 0px;
}

.menu-item ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #aaa;
  display: block;
  width: 155px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
  margin: 0px;
  padding: 0px;
}

.menu-item li:hover {
  background: #eee;
  margin: 0px;
  padding: 0px;
}

/*First Item Styles*/
.alpha p {
  padding: 8px 12px;
  color: #aaa;
  margin: 0px;
}

.alpha p a {
  color: #aaa;
  font-style: italic;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

.alpha p a:hover {
  color: #ccc;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
