@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtr #heading {
	padding: 0; margin: 20; background:#FFFFFF; position:static; width: 780px; height: 470px;  
}

.oneColFixCtr #logo {
	padding: 0; margin: 0; position:absolute; top: 10px; text-align:center; 
}

.oneColFixCtr #headingRightSide {
	padding: 0; margin: 0; float:right; top: 0; width: 560px; 
}



.oneColFixCtr #h1 {
	position:relative; width: 560px; height: 60px; padding: 0; margin: 0 auto; overflow: hidden; top: 0;
}

.oneColFixCtr #h1 span {
	position:absolute; width: 560px; height: 60px; padding: 0; left: 0; top: 0; margin: 0; overflow: hidden; background:url(images/title.jpg) no-repeat;
}

.oneColFixCtr #headingText {
	position:absolute; width: 560px; top: 70x;
}

.oneColFixCtr #headingText {
    text-align:center;
}

.oneColFixCtr #project {
    text-align:left;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr h2 {
	margin-left:auto; margin-right:auto; position:relative; text-align:center;
}



.style1 {
	font-size: 9pt
}
