* {
    box-sizing: border-box;
}

body {
    background-color: #999999;
}


#header, #menu, #footer {
    text-align: center;
}

#container {
    margin-left: auto;
    margin-right: auto;
    /*width: 800px;
    height: 1220px;*/
    border: 1px solid black;
}

#header {
    color: black;
    text-align: center;
    font-family: verdana, sans-serif;
    align-content: center;
    align-items: center;
    
    /*margin-left: 20px;
    margin-right: 20px;*/
    margin-top: 20px;
    /*margin-bottom: 10px;
    width: 758px;
    height: 175px;*/
    border: 1px solid black;
    box-shadow: 0 0 2px 4px gray;
    background-color: #336699;
    color: white;
}

#header h1 {
    text-align:center;
    margin-top: 10px;   
}

#sidebar {
    /*float: left;
    margin-left: 20px;
    margin-right: 10px;*/
    margin-top: 10px;
    /*margin-bottom: 20px;
    width: 130px;
    height: 850px;*/
    border: 1px solid black;
    box-shadow: 0 0 2px 4px gray;
    background-color: #666666;
}

#sidebar h1 {
    text-align:center;
    margin-top: 0px;
}

#sidebar ul {
    list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li {
    border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
    text-align: center;
}

#sidebar li a {
    display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#sidebar li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#sidebar .active {
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: darkblue;
	color: #fff;
}

#content {
    /*float: left;
    margin-left: 10px;
    margin-right: 20px;*/
    margin-top: 10px;
    /*margin-bottom: 20px;
    width: 605px;
    height: 850px;*/
    border: 1px solid black;
    box-shadow: 0 0 2px 4px gray;
    background-color: #336699;
    color: antiquewhite;
}

#content h1 {
    /*text-align:center;*/
    margin-top: 0px;
}

#homefont {
    font-size: x-large;
}

#footer {
    /*clear: both;
    margin-left: 20px;
    margin-right: 20px;*/
    margin-top: 10px;
    /*margin-bottom: 20px;
    width: 758px;
    height: 100px;*/
    border: 1px solid black;
    box-shadow: 0 0 2px 4px gray;
    padding: 10px;
    background-color: #999999;
}

#footer h1 {
    text-align:center;
    margin-top: 0px;
}

#content a {
    color: antiquewhite;
}

.centered {
    text-align: center;
}

.top {
    padding-top: 10px;    
}

.bottom {
    padding-bottom: 10px;    
}

input[type=text] {
    
    color: black;
}

input[type=date] {
    
    color: black;
}

.white {
    color: white;
}