body {font-family: "Times New Roman", Times, Georgia, serif;
	/*font: 75%/1.3 Helvetica, sans-serif;*/
      background: #cdd4dc;
	  }

/*body, h1, h2, p, li, ul{margin: 0; padding:0;}*/

body {margin: 0; padding: 0; color:#5f5f5f}

#content {position: relative;
          margin: 0 auto;
          width: 960px;}

#wrapper {position: absolute;
          top: 227px;
          /*margin: 0 auto;*/
          width: 100%;
          min-width: 960px;
          /*height:1688px;*/
          background: #fff;
          /*margin-top: 227px;*/
         /*width: 960px;*/
		  /*min-width: 960px;*/
		  /*height: 400px;*/}
		  
#banner {position: absolute;
		top: 0 ;
		left: 0;
		background: #5270a2;
		width: 100%;
		height: 160px;}
		
#bannerimg{position: relative;
           margin: 0 auto;
		   width: 960px;
		   height: 156px;
		   background-image:url(logo.png);
		   background-repeat: no-repeat;
		   background-position: top left;}
		
.topnav{position: absolute;
        top: 160px;
		left: 0;
		background: #35455f;
		height: 35px;
		width: 100%}
		
.sidenav{position: absolute;
		 top: 10px;
		 left: 10px;
		 padding: 10px 0 10px 5px;
		 background: #e7e7e7;
		 width: 150px;
		 height: 75%;
/*height: 100px;*/
}

.foot {width: 100%;
       text-align: center;
	   }
	   
.foot hr {width: 100%;
        border: 3px 0 3px 0;
        border-color: blue;}

.emphasis {text-align: center;
          font-weight: bold;}

table {align: center;
     width: 80%;
	 }

 tr:nth-child(even) {background: #E2E8DA;}

article {position: relative;
top: 10 px;
left: 180px;
width: 760px;}

article h2 {color: #273f96;
        font-weight: normal;
		margin-bottom: 0;
		 }
		
article hr {margin: 0 0 0 0;}

.sidebar {float: right;
          width: 200px;
          background-color: rgb(83, 112, 163);
          margin-top: 10px;
          border: 2px solid rgb(255, 177, 57);
          text-align: center;
          color: rgb(255, 177, 57);
          }



/*Begin styles for top nav*/

.topnavmenu {position: relative;
             margin: 0 auto;
			 width: 960px;}

button {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-align: left;
	text-decoration: none;
}

.btnfac {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-align: left;
	text-decoration: none;
}

.btnfac p {padding: 0;
           margin:0;}

button:focus {border: none;
              outline: none;}

button:a {color: white;
        text-decoration: none;}
		
.menulink {color: white;
           text-decoration: none;}

.dropbtn {
    background-color:#35455f; /*#4CAF50;*/
    color: white;
    padding: 10px 10px 6px 0px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    
}

.dropbtn:a {text-decoration: none;
            color: white;}
			

.dropbtn:hover, .dropbtn:focus {
    background-color:#cdd4dc; /*#3e8e41;*/
	padding: 10px 0px 9px 10px;
}

/*duplicating drobbtn*/

.dropbtn2 {
    background-color:#35455f; /*#4CAF50;*/
    color: white;
    padding: 10px 0px 5px 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropbtn2:hover, .dropbtn2:focus {
    background-color: #cdd4dc;
	padding: 10px 0px 10px 10px;
}

/*style for third button*/

.dropbtn3 {
    background-color:#35455f; /*#4CAF50;*/
    color: white;
    padding: 10px 0px 5px 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropbtn3:hover, .dropbtn3:focus {
    background-color: #cdd4dc;
	padding: 10px 0px 10px 10px;
}

/*end style for third button*/

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown a {text-decoration: none;
             color: white;}

.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #f9f9f9;*/
    min-width: 900px;
    overflow: auto;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}



.dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: inline-block;
}

/*duplicating dropdown-content for second menu element*/

.dropdown-content2 {
    display: none;
    position: absolute;
    /*background-color: #f9f9f9;*/
    min-width: 900px;
    overflow: auto;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}



.dropdown-content2 a {
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: inline-block;
}

/*more style for third button*/

.dropdown-content3 {
    display: none;
    position: absolute;
    /*background-color: #f9f9f9;*/
    min-width: 900px;
    overflow: auto;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}



.dropdown-content3 a {
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: inline-block;
}

/*end style for third button*/

/*.dropdown-content a:hover {background-color: #000000;}*/

.dropdown a:hover {color: white;}

.show {display:block;}

.show2 {display:block;}

.show3 {display:block;}
/*End styles for top nav*/


/*Begin style for side nav*/

.Sdropbtn {
    /*background-color: #4CAF50;*/
    color: #5370a3;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	text-align: left;
    /*outline: blue;*/
}

.Sdropbtn:hover, .s-dropbtn:focus {
    background-color: #e7e7e7;;
}

.Sdropbtn a:hover {text-decoration: none;}

/*duplicating drobbtn*/

.Sdropbtn2 {
    /*background-color: #4CAF50;*/
	position: relative;
    color: #5370a3;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.Sdropbtn2:hover, .Sdropbtn:focus {
    background-color: #e7e7e7;
}

.Sdropbtn3 {
    /*background-color: #4CAF50;*/
	position: relative;
    color: #5370a3;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.Sdropbtn3:hover, .Sdropbtn:focus {
    background-color: #e7e7e7;
}


.Sdropdown {
    position: relative;
    display: block;
}

.Sdropdown a {text-decoration: none;
             color: #5370a3;}
			 
.Sdropdown button {background-color: #e7e7e7;}

.Sdropdown-content {
    display: none;
    position: relative;
    background-color: #e7e7e7;
    /*min-width: 900px;*/
    overflow: auto;
	padding: 0 0 0 10px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}



.Sdropdown-content a {
    color: #5370a3;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

/*duplicating dropdown-content for second menu element*/

.Sdropdown-content2 {
    display: none;
    position: relative;
    background-color: #e7e7e7;
   /* min-width: 900px;*/
    overflow: auto;
	padding: 0 0 0 10px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}



.Sdropdown-content2 a {
    color: #5370a3;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.Sdropdown-content3 {
    display: none;
    position: relative;
    background-color: #e7e7e7;
   /* min-width: 900px;*/
    overflow: auto;
	padding: 0 0 0 10px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}



.Sdropdown-content3 a {
    color: #5370a3;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

/*.dropdown-content a:hover {background-color: #000000;}*/



.Sshow {display:block;}

.Sshow2 {display:block;}

.Sshow3 {display:block;}

/*end work on eot page*/
