/* CSS Document 
<style type="text/css">*/
body {
	font-family: "Century Gothic", verdana, "Times New Roman", serif;
	background-image: url(../images/bgphp.jpg);
	background-color: #C1C3CF;
	
}


.container {
  border: 1px solid #000;
  overflow: auto /* forces the container to enclose its floated contents */
}

.leftnav {
	float: left;
	width: 85px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-attachment: scroll;
	height: auto;
}

.rightbox {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	height: auto;
	margin-left: 90px;
	margin-top: 1px;
}
.imagefloat {
	display:block;
	float: left;
}

#imagecontainer {
	WIDTH: 250px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 165px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	
}


.banner {
	float: none;
	width: 898px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	letter-spacing: 1px;
	font-size: 14px;
	color: #044267;
	vertical-align: middle;
	font-weight: normal;
	margin-top: 3px;
	font-style: normal;
	text-transform: uppercase;

}
.bannerbottom {
	float: none;
	width: 898px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	letter-spacing: 1px;
	font-size: 14px;
	color: #333333;
	vertical-align: middle;
	font-weight: normal;
	margin-top: 3px;
	font-style: normal;
}
UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;

}

LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.clearfooter {
	clear: both;
 }

p {
	margin: 0px;
}
