* {
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: 970px;
	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{
	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/footer_backgound.jpg);
}
#contentArea {
	padding: 0;
	margin: 0;
	width: 955px;
	background-image: url(images/background-contentArea.jpg);
	min-height: 365px;
}
#minHeight {
	height:365px;
	width:0;
	margin:0;
	padding:0;
	float:left;
}
#contentLeft {
	width: 308px;
	margin-top:2px;
	margin-left: 7px;
	float: left;
	display: inline;
	background: #003399;
}
#contentRight {
	width: 635px;
	float: left;
	display: inline;
}
#clear {
	padding: 0;
	margin: 0;
	width: 955px;
	height: 10px;
	clear:both;
}
#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;
bluetextonleftofpage {
	color: #0FF;
}
#theSite #contentArea #contentRight p strong {
	color: #666;
}
#theSite #contentArea #contentRight p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
}
redtext {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #F00;
}
