



body{
        /*background: -webkit-radial-gradient( #2EB8E6 30%, #0052CC 80%); /* Safari 5.1 to 6.0 */
        /*background: -o-radial-gradient( #2EB8E6 30%, #0052CC 80%); /* For Opera 11.6 to 12.0 */
        /*background: -moz-radial-gradient( #2EB8E6 30%, #0052CC 80%); /* For Firefox 3.6 to 15 */
        /*background: radial-gradient( #2EB8E6 30%, #0052CC 80%); /* Standard syntax (must be last) */
        background-color: #527BFF;
        font-family: Verdana;
        width:99%;
        margin: 0;
        padding:0;


}

#content   {
         width: 94%;
         margin-top: 1em;
         margin-left: 3em;
         background-color: none;
}

.columns {
         width: 95%;
         margin-left: auto;
         margin-right: auto;
         display:block;
         background-color: none;
         text-align:justify;
        

}

.columnLeft{
         width: 50%;
         background-color: none;
         display: inline;
         float: left;

         }

.columnRight{
         width: 50%;
         background-color: none;
          display: inline;
          float: left;
         }

.left{

        width: 49%;
         background-color: none;
          display: inline;
          float:left;
          margin-left: auto;
         margin-right: auto;
         text-align:justify;
}

.right{
      width: 49%;
         background-color: none;
          display: block;
            float:right;
          margin-left: auto;
         margin-right: auto;
         text-align:justify;
}
header {
       visibility: hidden;
       }

div.transbox {
    position: absolute;
    z-index: -1;
    width: 93%;
    height: 170px;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 3em;
    margin-right: 30px;
    background-color: #000000;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;


    opacity: 0.4;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

div.transboxbottom {

    float:left;
    width: 94%;
    height: 1.7 em;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 3em;
    margin-right: 30px;
    background-color: #000000;
    border: 1px solid white;



    opacity: 0.4;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

div.transboxbottom a{
                   color: #ffffff;
                   display:inline;
                   float: right;
                   margin-right: 20px;
                   margin-left:auto;
}

div.transboxbottom a:hover{
                   color: #C0C0C0;
                   }
                   

nav {

    position:absolute;
    width: 93%;
    height: 1.2em;
    margin-top: -14px;
    margin-left: 3em;
    background-color: #000000;
    border-left: 1px solid white;
    border-right: 1px solid white;
    opacity: 0.4;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

div.transbox p {
    font-size: 2em;
    margin-left: 15em;
    margin-top: 2em;
    opacity: 2;
    filter: alpha(opacity=200); /* For IE8 and earlier */
    font-weight: bold;
    color: white;
}

img.logo {
     position:relative;
     margin-left: 60px;
     margin-top: 10px;
}

nav ul {
    list-style-type: none;
    color: white;
    font-size: 1em;
    margin:0;
    padding: 0;

}


nav li {

    float: left;
    background-color: #FFFFFF;
    text-align: center;
}



nav a {
    border-left: 1px solid #C0C0C0;

    display: block;
    width: 130px;
    text-decoration:none;
    color: black;
    background-color: #FFFFFF;

}


nav a:link {
    color: #000000;
}


nav a:active {
    color: #0000FF;
    text-decoration:none;
    color: #FFFFFF;
    background-color: #000000;
}

nav a:hover {
    text-decoration:none;
    color: #FFFFFF;
    background-color: #000000;

}

li.menuSpace{
    width: 13em;
}

#bottom{

         display: block;
}

#hamburger{

           visibility:hidden;
 }
 
table{
      width:100%;
      border: none;
      

 }
 
td{
      height: 3.6em;
     
      text-align: center;
      width: 33%;

 }
 
td.head{
   font-size: 1.2em;
   font-weight:bold;
 }

