@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	padding-top: 20px;
	padding-top: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColElsLtHdr #container { 
	width: 890px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#companylogo { 
	background: #ffffff;
	float: left;
	width: 300px;
	padding-left: 12px;
	padding-top: 188px;
		
}

#graphics { 
	background: #ffffff;
	float: left;
	width: 500px;
	padding-top: 10px;
	margin-left: 68px;
	margin-bottom:  36px;
	padding-bottom: 10px;
}

.links_panel {
	background-color:#00FFFF;
	
}

.twoColElsLtHdr #jobopp {
	float: right;
	width: 452px;
	margin-right: 10px;
	display: inline;
}


.twoColElsLtHdr #links p {
	padding-top: 10px;
	line-height: 10px;
	margin-left: 10px;
	font-weight:bold;
	
}

.twoColElsLtHdr #header {
	background-color: #ffffff;
	
}

.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColElsLtHdr #sidebar1 {

	float: right;
	width: 200px; /* this element is floated, a width must be given */
	background: #edf1fa; /* this background color will be displayed for the length of the content in the column, but no further */
	padding-left: 10px;
	padding-right: 84px;
	padding-top: 26px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: -55px;
}

.twoColElsLtHdr #mainContent {
	font-size:11px;
	margin: 0 30.5em 0 3em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-right: 55px;
	background-color:#FFFFFF;
	
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}

/* \*/
* html #sidebar1 {
	width: 250px;
	margin-left: -38px;

/*  */  