BODY {
	FONT-SIZE: 13px;
	COLOR: #000000;
	font-family: 'Roboto', sans-serif;
	text-align:left;
    background-color: #f3f3f3
}
table.dkouterblock
{
	 table-layout:auto;
	 background-color: #f3f3f3;
	 height: 100%;
	 vertical-align:top;
	 width: 100%;
	 margin-left:auto;
	 margin-right:auto;
}
tr.dkouterblock
{
	vertical-align:top;
}
td.dkouterblock
{
	vertical-align:top;
}
table.dkcenterblock
{
	 table-layout:auto;
	 background-color:#FFFFFF;
	 vertical-align:top;
	 width: 100%;
	 height: 100%;
	 margin: 0px;
	 vertical-align:top;
}
td.dkcenterblock
{
	vertical-align:top;
}
table.dkleftblock
{
	 table-layout:auto;
	 width: 0px;
	 height: 100%;
	 margin: 0px;
	 vertical-align:top;
}
td.dkleftblock
{
	table-layout:auto;
	vertical-align:top;
	width: 0px;
}
table.dkrightblock
{
	 table-layout:auto;
	 width: 0px;
	 height: 100%;
	 margin: 0px;
	 vertical-align:top;
}
td.dkrightblock
{
	table-layout:auto;
	width: 0px;
	vertical-align:top;
}
tr.dkheaderblock
{
	vertical-align:top;
	margin: 0px;
	height: 10px;
}

td.dkheaderblock
{
	vertical-align:top;
	margin: 0px;
}
/***** Begin New England Base Camp Custom Styles *****/
/***** Use styles below to match WordPress Marketing Site *****/
/*
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;					
	color: #444444;
}

a:hover {
	color: #1B75BC;
}
*/

#nebc-navbar {
	background-color:#FFFFFF;
	display: flex;
    width:100%;
    min-width:960px;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 70px;
    height: 53px;
/*    padding: 10px 20px; */
    box-shadow: 2px 2px 20px rgba(152, 152, 152, 0.2);
	-webkit-box-shadow: 2px 2px 20px rgba(152, 152, 152, 0.2);
}

#nebc-logo {
	display: inline-block;
	/*height: 232px;
	position: relative;*/
	top: 45%;
	transform: translateY(-45%);
}

#nebc-logo img {
	height: 194px; 
	width: 232px;
}

#nebc-nav {
	float: left; 
	display: inline-block;
	color: #444444;
	padding: 20px 25px 20px 25px;
	margin-bottom: 20px;
}

#nebc-nav a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;					
	color: #444444;
	padding-left: 10px;
	padding-right: 10px;

}

#nebc-nav a:hover {
	text-decoration: none;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;					
	color: #1B75BC;
}

#nebc-sub-nav {
	position: absolute; 
/*	color: #F3F3F3; */
	color: #444444;
	padding: 10px 25px 10px 25px;
	background-color: #1B75BC;
	width:100%;
    text-align: left;
    top: 150px;
    margin-bottom: 50px;

}

#nebc-sub-nav a, a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;					
/*	color: #F3F3F3; */
	color: #444444; 
	padding-left: 10px;
	padding-right: 10px;
}

#nebc-sub-nav A:hover {
	color: #8DC63F;
}


#nebc-footer {
	background-color:#2F3033;
	display: flex;
    min-width:960px;
    justify-content: right;
    text-align: right;
    height: 79px;
    color: #F3F3F3;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}

#nebc-footer p{
    text-align: right;
    padding: 20px;
    margin-left: 70%;

}