
body  {
	background: #fff;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 777px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/pagebg.gif) repeat-y;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	position: relative;
} 
.twoColFixLtHdr #header { 
	background: #006699; 
	padding: 0;
	border-bottom:1px solid #FFFFFF;
	float: left;
} 
.twoColFixLtHdr #header h1 {
}
   #logo{
    float: left;
    border-right: 1px solid #b1d0dd;
    }

   #rightheader{
    float: right;
    }


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 119px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #006699; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}


.twoColFixLtHdr #mainContent { 
	margin: 0; 
	padding: 0;
	float: right;
	width: 655px
}
.twoColFixLtHdr #mainContent h1 {
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
margin: 30px 10px 10px 20px;
font-weight:300;
}
.twoColFixLtHdr #mainContent h2 {
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
margin: 10px 10px 10px 20px;
}
.twoColFixLtHdr #mainContent p {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
margin: 10px 10px 10px 20px;
}
.twoColFixLtHdr #mainContent li {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
margin: 4px 10px 4px 20px;
}
.twoColFixLtHdr #mainContent ul {
list-style-type: disc;
}
.twoColFixLtHdr #mainContent .headline {
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
margin: 0;
font-weight:300;
}


.twoColFixLtHdr #menu {
float: left;
height: 22px;
background-color: #b1d0dd;
width: 777px;
}
.twoColFixLtHdr #menu #menuspacer{
float: left;
width: 119px; 
height: 22px;
border-right: 1px solid #006699;
}
.twoColFixLtHdr #menu #links{
float: right;
width: 650px;
}
.twoColFixLtHdr #menu #links ul{
list-style:none;
margin: 1px 0 1px 34px;
padding: 0;
font-weight:bold;
}
.twoColFixLtHdr #menu #links li{
font-size: 8px;
font-weight: 900;
font-family:Verdana, Verdana, Geneva, sans-serif;
text-decoration: none;
color: #000;
padding: 0;
margin: 0 0 0 8px;
float: left;
line-height: 20px;
text-align: center;
}
.twoColFixLtHdr #menu #links li.double{
line-height: 10px;
}
.twoColFixLtHdr #menu #links a{
font-size: 8px;
font-family:Verdana, Verdana, Geneva, sans-serif;
text-decoration: none;
color: #000;
font-weight:900;
margin: 1px;
}

 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top: 1px solid #006699;
} 
.twoColFixLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}

.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: 8px;
}
.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;
}

#cases {
margin: 10px 10px 20px 20px;
}

.case {
float: left;
color: #000000;
background-color: #B1D0DD;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
padding-top: 4px;
width: 205px;
height: 23px;
margin: 1px;
}

.case_selected {
float: left;
color: #ffffff;
background-color: #006699;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
padding-top: 4px;
width: 205px;
height: 23px;
margin: 1px;
cursor: pointer;
cursor: hand;
}

.industry_headline {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
margin-left: 20px;
font-weight: bold;
}

.industry {
width: 600px;
height: 200px;
}

.industry a {
color: #006699;
}

