@charset "ISO-8859-1";

body  {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003366;
}

#frontContainer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px;
	text-align: center;
} 

#header {
	width: 800px;
	height: 205px;
	margin: 0px;
	padding: 0px;
}

#leftSide {
	width: 400px;
	height: 375px;
	margin: 0px;
	padding: 0px;
	float: left;
}	

#rightSide {
	width: 400px;
	height: 375px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#textL1 {
	width:300px;
	padding-left: 75px;
	padding-right: 25px;
	padding-bottom: 10px;
}

#textL2 {
	width:300px;
	padding-left: 75px;
	padding-right: 25px;
}

#textR1 {
	width:300px;
	padding-right: 75px;
	padding-left: 25px;
	padding-bottom: 10px;
}

#textR2 {
	width:300px;
	padding-right: 75px;
	padding-left: 25px;
}


.descText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999966;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
