body {
	margin-top: 50px;
	padding: 0;
	background-color: #accce6;/*#666666; #b9d9eb;*/
	font-family: “proxima-nova”, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #003373;
	/*text-shadow: 0 .5px 0 #b9d9eb;*/
}

hr {
    width: 98%;
    align: center;
    height: 0px;
}

#container {
    width:800;
    margin:20px auto;
}

#eqHeight {
    display:flex;
    width: 100%;
    
}

#content {
    background-color:white;
    float:left;
    width:620px;
}

#sidebar {
    background-color:white;
    float:left;
    width:180;
}

#footer {
    background-color:white;
    clear:both;
}

#footer p{
    -webkit-margin-before: 0px;
}

#header {
    background: white;
    background-color: white;
}

#header h1{
    -webkit-margin-after: 0px;
    margin-left:10;
}

h2{
    margin-left:10;
}

h3{
    margin-left:10;
}

p {
    margin-left:20;
}   

#header table{
    width:100%;
    background-color: #666666;
}

/* #header table td{
    border-right: solid 1px #b9d9eb;
    border-left: solid 1px #b9d9eb;
} */

.subheader {
    color: #FFFFFF;
    background-color: #accce6;
    margin: 0;
    padding: 0.2em;
    text-indent: 1em;
    text-align: left;
}

a {
	color: #003373;
}

