*html #container {padding-top:20px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: url('images/it3.jpg');
	margin: 50px 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff url(images/new-5.jpg);
	background-position:left top;
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 275px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.fltlfth { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 300px;
	text-align: center;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}

.style2 {color: #FF0000}
.style4 {
	font-size: 14pt;
	font-weight: bold;
}
.style6 {
	color: #003399
}
.style11 {
	color: #0088BC;
}
.style7 {font-size: 14pt; font-weight: bold; color: #0088BC; }
.style8 {
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
}
.style10 {
	font-size: 16pt;
	font-style: italic;
}
h1 {font-size: 28pt;}
h2 {font-size: 18pt;}
ul {line-height: 1.4;}
#menu {
  padding: 0 0 0 17px;
  margin:0;
  line-height: 2.4;
  }
#menu li {
  list-style-type:none;
  }
