@charset "utf-8";
body  {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-family: Arial;
	font-size: 16px;
	color: #333;
	background-repeat: repeat-x;
	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 */
	background-image: url(../../Incorporated%20Site%20Graphix/Lab%20Gradient.jpg);
}
.twoColFixRtHdr #container {
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	position:relative;
	background: #fff url(../Incorporated%20Site%20Graphix/LAB%20FLAG.jpg);
	padding: 0 px;
	height: 143px;
}
.twoColFixRtHdr #header #homeAnchor {
	position:absolute;
	top: 24px;
	left:0;
	width: 746px;
	height: 110px;
	border:0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 251px; /* 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: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar1 .SideBarLinks {
	font-family: Arial;
	font-size: 16px;
	color: 333;
	padding-left: 35px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 295px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 1em;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
	text-align: center;
	height: 27px;
} 
.twoColFixRtHdr #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 */
	font-size: 12px;
	color: #333;
}
.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;
}

.PageTitle {
	font-family: Arial;
	font-size: 24px;
	color: #1F59DD;
	text-align: left;
	vertical-align: text-top;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 30px;
}

.ATLText {
	font-family: Arial;
	font-size: 16px;
	color: #333;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.PageTitleRightJustified {
	font-family: Arial;
	font-size: 24px;
	color: 1f59dd;
	text-align: right;
}
.PageTitleRightJustified {
	font-family: Arial;
	font-size: 24px;
	color: #1f59dd;
	text-align: right;
	padding-right: 30px;
	padding-left: 50px;
}
.BoldGreyFont {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-right: 30px;
	padding-left: 50px;
}
.ATLTextItalic {
	font-family: Arial;
	font-size: 16px;
	color: #333;
	font-style: italic;
	padding-right: 30px;
	padding-left: 50px;
}
.ATLInlineTextItalic {
	font-family: Arial;
	font-size: 16px;
	color: #333;
	font-style: italic
}
.ATLTextRegularBold {
	font-family: Arial;
	font-size: 16px;
	color: #1F59DD;
	font-style: normal;
	font-weight: bold;
}

.ATLTextSmall {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	font-style: normal;
	padding: 0px;
}
A:Link {
	font-family: Arial;
	font-size: 15px;
	color: #333;
	font-style: normal;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
A:Visited {
	font-family: Arial;
	font-size: 15px;
	color: #333;
	font-style: normal;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	font-family: Arial;
	font-size: 15px;
	color: #009900;
	font-style: normal;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
.ATLTextRed {
	font-family: Arial;
	font-size: 16px;
	color: #FF0000;
	font-style: normal;
	padding: 0 0 0 40px;
}

