*{
	 padding : 0;
	 margin : 0;
	 border : 0;
}
body{
	 background-color : #052049;
	 background-attachment : fixed;
	 background-size : 100% auto;
}
hr
{
    border: 1px solid rgb(128, 128, 128);
}
.blended_grid{
	 display : block;
	 width : 1000px;
	 overflow : auto;
	 margin : 50px auto 0 auto;
}
.pageHeader{
	 background-color : white;
	 float : left;
	 clear : none;
	 height : 150px;
	 width : 1000px;
	 /*border: 1px solid rgb(128, 128, 128);*/
}
.pageLeftMenu{
	 background-color : white;
	 float : left;
	 clear : none;
	 height : 600px;
	 width : 160px;
}
.pageContent{
	 background-color : white;
	 float : left;
	 clear : none;
	 height : 600px;
	 width : 680px;
}
.pageRightMenu{
	 background-color : white;
	 float : left;
	 clear : none;
	 height : 600px;
	 width : 160px;
}
.pageFooter{
	 background-color : white;
	 float : left;
	 clear : none;
	 height : 100px;
	 width : 1000px;
}
