* {
margin: 0;
padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 10pt   Arial, Helvetica, sans-serif;
	background-color: #0066FF;
	text-align: center;
}
/*-- Layout --*/
#theSite {
	width: 955px;
	background-image: url(images/site_background.jpg);
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#topShadow {
	margin: 0 auto;
	padding: 0;
	width: 955px;
	height: 10px;
	background-image: url(images/top_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#bottomShadow {
	text-align: right;
	margin: 0 auto;
	padding: 0p;
	width: 955px;
	height: 10px;
	background-image: url(images/bottom_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#header {
	padding: 0;
	margin: 0 5px 0 5px;
	width: 945px;
	height: 75px;
	background-color: #FFFFFF; 
}
#menu{
	z-index: 100;
	padding: 0 0 0 315px;
	margin: 0 5px 0 5px;
	width: 630px;
	height: 25px;
	background-color: #003399;
	background-image: url(images/menuLogo.jpg);
	background-repeat: no-repeat;
}
#footer {
	text-align: right;
	height: 100px;
	width: 945px;
	padding: 0;
	margin: 0 5px  0 5px;
	color: #6AD7FF;
	background-repeat: no-repeat;
	background-image: url(images/home_footer.jpg);
}
#contentArea {
	padding: 0;
	margin: 0;
	height: 450px;
	width: 955px;
	background-image: url(images/content_Area.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contentLeft {
	width: 308px;
	position: relative;
	left: 0px;
	top: 2px;
	height: 378px;
	background: none;
}
#contentRight {
	width: 635px;
	position: absolute;
	left: 320px;
	top: 102px;
	height: 378px;
}
#homeBoxLeft {
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	width: 140px;
	float: left;
}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
}
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
