

body  {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:11px;
	background: #ffffff;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	color: #000000;
}

h1 {
	color:#0062a8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:10px;
}
h2 {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
 	font-size: 17px;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:0px;
}

h3 {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
}

.twoColFixLtHdr #container {
	width: 760px;
	height: auto;
	margin: 20px 50px 0px 50px;
	border: 1px solid #6699cc;
	text-align: left;
	background-image: url(/assets/images/leftbar_iuc.jpg);
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
} 

.twoColFixLtHdr #masthead {
	background-image: url(../images/header_iuc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 254px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 150px;
	height: auto;
	margin: 0px; 
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent { 
	/*margin: 0 0 0 200px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	float: right;
	width: 500px;
	height: auto;
	padding: 30px 30px 75px 30px; 
	margin-right: 30px;
	margin-top: 15px;
	background-image: url(/assets/images/intergraph_logo.jpg);
	background-repeat: no-repeat;
	background-position: 180px bottom;
} 
.twoColFixLtHdr #footer {
	margin: 0px;
	padding: 0px 10px 0px 20px;	
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}

.linktreatment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.linktreatment a:link { color: #ffffff; text-decoration: none; }
.linktreatment a:visited { color: #004892 ; text-decoration: none; }
.linktreatment a:hover { color: #1f629c; text-decoration: none; }
.linktreatment a:active { color: #ffffff; text-decoration: none; }

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }