@charset "UTF-8";
body {

    background-color: #5D6E7F;
    background: linear-gradient(to bottom, #BADCFF 40%,#5D6E7F 100%);
    font-family: Verdana, Geneva, Arial, sans-serif;
    padding:0px;
    margin:0px;
    line-height:1.5;
}
#wrapper {
    position:relative;

	background-color: #F2F2F2;

	margin: auto;

	width: 960px;  

    min-height:750px;

    padding:10px;
	}

  header {
    background-color: #010440;
	  height: 80px;
    padding-left:5px;       
}

  #banner img {
    margin: 8px;
    vertical-align:middle;
    width: 160px;
    
  }

#tswsubmit {
  color:#F2F2F2;
  border-radius: 5px;
  font-weight: bold;
  background-color: #010440;
  padding: 10px 30px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 6px;
}

#tswsubmit:hover {
  background-color: #d7a71e;
  color:#010440;
}

    hr {
        width: 99%;
        border: 2px solid #d7a71e;
      
      }

      h1 {
        color: #010440;
        font-size: 1.75rem;
        padding-left: 5px;
        padding-top: 0;
      }

      h2 {
        color: #5D6E7F;
        font-size: 1.75rem;
        padding-left: 5px;
        padding-top: 0;
      }

      .width {
        max-width: 100%;
      }

      .button {
        background-color: #d7a71e;
        border-radius: 5px;
        color: #010440;
        padding: 10px 30px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 6px;
        cursor: pointer;
        list-style-type: none;
        height: 20px;
       font-weight: bold;
      }
    
      .button:hover{
        background-color: #010440;
        color:white;
      }

      #footer {
        position:relative;            
        height: 200px;     
        width: 960px;
        background-color:#F2F2F2;             
        }
        #footer:hover{
          background-color: white;
        }

        #footer p {
          color: #010440; 
          padding-left:5px;
          padding-top: 5px;
          text-align: left;
          margin-left: 10px;
          font-size: 16px;
          font-weight: bold;
        }

        #footer p img {
          height: 65px;
          display: inline-block;
          margin-top: 10px;
          margin-left: 60px;
          
        }
#vertical-line {
  width: 5px;
  height: 200px;
  background-color: #010440;
  float: left;
}


        a:hover {    
          color: #d7a71e;
          border-radius: 5px;
          font-weight: bold;
          text-decoration: underline;    
        }
        

        .column1, .column2 {
          width: 480px;
          float: left;
        }

       

        .column3 p {
          width: 960px;
        }