html{
	min-height: 100%;
}

body 
{
	background-color: Black;
	font-family: "Times New Roman";
	color: #333333;
	min-height: 100%;
	-webkit-text-size-adjust: none;
}

div.container
{
background-color: white; 
width:900px;
/*border:1px solid gray;*/
min-height: 100%;
margin-left: auto;
margin-right: auto;

}

h1.header{
	padding-top:  20px;
	padding-bottom: 0px;
	margin-bottom:  0px;
	
}

h2.header{
	padding-top:  0px;
	margin-top:  0px;
}

h2.content{
	color:  #B77A11
}

h3.content{
	color:  #B78C43
}

div.header{
	background-color: #1146b7;
	height: 125px;
	text-align: center;
	color: White;
	padding-bottom:  10px;
}

div.footer{
	height: 50px;
	text-align: center;
	color: #a2a133;
	margin-top:  50px
}

img.headerpic{
	border: 1px solid Silver;
	float: left;
	height: 123px;
	width: 125px;

}
#navcontainer ul
{
	padding-left: 0;
	padding-top: 0;
	margin-left: 0;
	background-color: #758ab7;
	color: #2E0854;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0; /*added to remove space that was appearing in firefox between header and navbar */
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #758ab7;
	color: #2E0854;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	line-height: 65%;
	font-weight: bold;

}

#navcontainer ul li a:hover
{
	background-color: White;
	color: #2E0854;
	font-weight: bold;
}

#navcontainer ul li a:active 
{
color:red
}

div.left{
	float: left;
}

img.left{
	border: 1px solid Silver;
	float: left;
	height: 150px;
	width: 200px;
	margin-right: 10px;
}

img.services{
	border: 1px solid Silver;
	float: left;
	height: 150px;
	width: 200px;
	margin-right: 10px;
}

div.content{
	margin-left: 220px;
	margin-top: 20px;
}

div.contactformat{
	padding:  20px;
}