body  {
	background: #666666;
	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;
	background-image: url(graphics/blugre_bkgd.gif);
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
}
.twoColFixLtHdr #header table {
	margin-top: 0px;
}  
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 12px;
	line-height: 16px;
}
.twoColFixLtHdr #sidebar1a {
	float: left; /* since this element is floated, a width must be given */
	width: 520px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1a h1 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.twoColFixLtHdr #sidebar1a h2 {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.twoColFixLtHdr #sidebar1a p {
	font-size: 12px;
	line-height: 18px;
}
.twoColFixLtHdr #sidebar1b {
	float: left; /* since this element is floated, a width must be given */
	width: 780px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1b h1 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.twoColFixLtHdr #sidebar1b h2 {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.twoColFixLtHdr #sidebar1b p {
	font-size: 12px;
	line-height: 18px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 346px; /* 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. */
	padding: 12px12px 12px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #7599b3;
	background-image: url(graphics/corner_graphic.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
}
.twoColFixLtHdr #mainContent a {
	color: #FFFFFF;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent a:link  {
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
.twoColFixLtHdr #screen a {
	text-decoration: none;
}
.twoColFixLtHdr #screen a:link  {
	text-decoration: none;
}
.twoColFixLtHdr #screen a:visited {
	text-decoration: none;
}
.twoColFixLtHdr #screen a:hover {
	text-decoration: none;
	background: none;
}
.twoColFixLtHdr #mainContent table.contact {
	color: #FFFFFF;
	margin: 24px 24px 12px 24px;
}
.twoColFixLtHdr  #mainContent td.contact2 {
	text-align: right;
	height: 20px;
	font-size: 10px;
	width: 120px;
	vertical-align: top;
}
.twoColFixLtHdr  #mainContent td.contact3 {
	text-align: left;
	height: 20px;
	font-size: 10px;
	width: 120px;
	vertical-align: top;
}
.twoColFixLtHdr #nav2 a {
	color: #FFFFFF;
	font-size: 12px;
}
.twoColFixLtHdr #nav2 a:link  {
	color: #FFFFFF;
}
.twoColFixLtHdr #nav2 a:visited {
	color: #FFFFFF;
}
.twoColFixLtHdr #nav2 a:hover {
	background: none;
	border-width: 0px;
}
.twoColFixLtHdr #logbut a {
	color: #FFFFFF;
	font-size: 12px;
}
.twoColFixLtHdr #logbut a:link  {
	color: #FFFFFF;
}
.twoColFixLtHdr #logbut a:visited {
	color: #FFFFFF;
}
.twoColFixLtHdr #logbut a:hover {
	background: none;
	border-width: 0px;
}
.twoColFixLtHdr #narrowContent {
	margin: 0 0 0 820px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #7599b3;
	background-image: url(graphics/corner_graphic.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixLtHdr #otherContent {
	margin: 0 0 0 565px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #7599b3;
	background-image: url(graphics/corner_graphic.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixLtHdr #otherContent h1 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}
.twoColFixLtHdr #otherContent h2 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #otherContent h3 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.twoColFixLtHdr #otherContent p {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
}       
.twoColFixLtHdr #footer {
	height: 24px;
} 
.twoColFixLtHdr #footer p {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #75b39c;
	text-align: center;
	padding-top: 12px;
}
.twoColFixLtHdr ul {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.twoColFixLtHdr li {
	margin-top: 4px;
}
.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;
}
.padleft1px {
	padding-left: 1px;
}
.padleft8 {
	padding-left: 8px;
}
.padleft8bot6 {
	padding-left: 8px;
	padding-bottom: 6px;
}
.indenttext {
	text-indent: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.noindent {
	margin-top: 0px;
	margin-bottom: 0px;
}
.indenttext8 {
	text-indent: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.noindent8 {
	margin-top: 0px;
	margin-bottom: 8px;
}
.screencell {
	width: 105px;
	padding-left: 8px;
	vertical-align: top;
	padding-bottom: 6px;
}
.twoColFixLtHdr #mainContent p.screencelltype {
	line-height: 12px;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
