body {

	/*css shorthand values: Top Right Bottom Left */

}

#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #024176;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
	height: 20px;
	font-size: 11px;

}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #024176;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #015cad;
color: #fff;
}
p {
	text-align: left;
}
.kleeconemail {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	background-position: left;
	text-align: left;
}
