#container {
	width: auto;
	margin: 15px auto 15px auto;
	background-color: white;

	border-width: 4px;
	border-color: #001D3D;
	color: #333333;
	font-family: Gotham, Arial," sans-serif"
}
			
#header {
	background-color: Orange;
	padding: 5px;
	color: #FFF4DC;
	font-family: Georgia, serif;
	text-align: center;
}
			 
#sidebar {
	float: left;
	width: auto;
	height: 100%;
	text-align:center;
	text-decoration: underline;
	border: 5px solid #FFAD00;
}	

#nav {
    list-style-type: none;
    margin: 0;
    padding: 25% 0px 1000px 0px;
    width: 200px;
	  height: 100%;
    background-color: white;
}
			
#content {
	margin: 15px 15px 0px 250px;
	text-align:center;
}


table {
	width:100%;
    border: 3px solid #FFAD00;
    border-collapse: collapse;
}

th {
	text-align: center;
	border: 1px solid #FFAD00;
	background-color: #FFAD00;
	color:white;
	padding: 5px;
} 

td {
	text-align: center;
	border: 1px solid #FFAD00;
	padding: 5px;
}

#footer {
	background-color:#f4800b;
	color:white;
	font-size:20px;
	text-align:right;
	padding: 20px;
	clear:both;
	width:auto;
}


li a {
    display:block;
    color: #026295;
    padding: 10px 15px;
    text-decoration: none;
	  border-color: grey;
}

li a:hover {
    background-color: #e6ac00;
    color: white;
}

body, 
 a:link
   {
     color: blue;
     text-decoration: none;
    }
 a:visited
   {
     color: blue;
      text-decoration: none;
    }
 a:active
   {
     color:  #f4830b;
      text-decoration: none;
    }
 a:hover
   {
     color:  #f4830b;
      text-decoration: none;
    }