HTML
{
	width:100%;
        font-size: 16px;
}

BODY {
	font-family : arial;
	background-color: #ffffff;
        margin: 0px;
}


p {
	text-align: left;
	margin:0px;
}

.logo {
	background-color:#1860ab;
	width:100%;
}

img {
	border: 0;
	margin: 0px;
	max-width: 96%;
}

hr {
 color: #cccccc;
}

.nav {
	width:100%;
	background-color:#1860ab;
	border: solid #1860AB;
	border-width:0px 0px 3px 0px;
	margin:0px;
padding: 0px;
}

.navitem1 {
	background-color:#ffffff;
	margin:0px;
	float:left;
	text-align:center;
	border: solid #1860AB;
	border-width:1px 1px 1px 2px;
	padding:0px;
}

.navitem2 {
	background-color:#ffffff;
	margin:0px;
	float:left;
	text-align:center;
	border: solid #1860AB;
	border-width:1px 1px 1px 1px;
	padding:0px;
}

.navitem3 {
	background-color:#ffffff;
	margin:0px;
	float:left;
	text-align:center;
	border: solid #1860AB;
	border-width:1px 2px 1px 1px;
	padding:0px;
}

.foot {
	color: gray;
	font-size:.7rem;
	text-align: left;
	padding: 0px 0px 0px 5px;
}

.crumbnav {
	margin:0px 10px 0px 10px;
	float:left;
	text-align:center;
	color: #006699;
}

.pagecontent {
	margin:10px 0px 0px 20px;
	max-width:900px;
	border: 0px solid purple;
}

.pagetitle {
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
	color: rgb(24,96,171);
}

.lefthide {
	margin:0px;
	text-align:center;
	float:left;
border: 0px solid black;
}
	
.divcontainer {
	margin:0px;
	text-align:center;
	float:left;
	max-width:700px;
border: 0px solid red;
}
	
.halfdiv {
	margin:0px 5px 0px 5px;
	text-align:center;
	float:left;
	width:46%;
	max-width:700px;
border: 0px solid green;
}
	
.divsocial {
	margin:0px;
	text-align:center;
	width: 96%;
	float:left;
	max-width:160px;
border: 0px solid orange;
}
	


.comments {
	text-align: left;
	font-weight: bold;
	color: rgb(24,96,171);
}

.imgcapt {
	text-align: center;
	font-size: .9rem;
	color:#1860ab;
	font-weight: bold;
}

.menu:link {
	margin:0px;
	text-decoration:none; 
	color: 336699; 
	font-weight:Bold; 
	font-size:.9rem;
	padding:0px;
	}
 
 .menu:visited {
	margin:0px;
 	text-decoration:none; 
	color: 336699; 
	font-weight:Bold; 
	font-size:.9rem;
	padding:0px;
	}
	
	
 .menu:hover { 
	margin:0px;
 	text-decoration: none; 
	color:003366; 
	font-weight:Bold; 
	font-size:.9rem;
	padding:0px;
	}
	
 .menu:visited:hover {
	margin:0px;
 	text-decoration:none; 
	color: 003366; 
	font-weight:Bold; 
	font-size:.9rem;
	padding:0px;
	}
	
 .submenu:link {
 	text-decoration:none; 
	color: 336699; 
	font-weight:normal; 
	font-size:.8rem;
	}
	
 .submenu:visited {
 	text-decoration:none; 
	color: 336699; 
	font-weight:normal; 
	font-size:.8rem;
	}
	
 .submenu:hover { 
 	text-decoration: none; 
	color:003366; 
	font-weight:normal; 
	font-size:.8rem;
	}
	
 .submenu:visited:hover {
 	text-decoration:none; 
	color: 003366; 
	font-weight:normal; 
	font-size:.8rem;
	}



@media (min-width: 0px)
{
BODY {
	font-size: 1rem;
}
}

@media (max-width: 880px) {
	
.divsocial {
	display: none;
}
	
.lefthide {
	display: none;
}
}

@media (max-width: 600px) {

	
.halfdiv, .divcontainer {
	float:none;
	width:98%;
}
	
}






