@charset "utf-8";
body  {
	background: #63656d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #63656d;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #eef0f3;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
} 
.twoColFixLtHdr #header {
	background: #63656d;
	padding: 150px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/logo_gry_background.jpg);
	background-repeat: no-repeat;
	border-bottom: 2;
	border-bottom-style: inset;
	border-bottom-color: #C7CCD0;
} 
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	background-color: #63656d;
	display: block;
	width: 150px;
	padding: 8;
	line-height: 25px;
	border-top-width: 3px;
	border: ccced2;
	border-top-color: #999;
	border-top-style: groove;
}


.navigation: hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	background-color: #333;
	display: block;
	width: 250px;
	padding: 8;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #63656d; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 150px 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-top: 1px;
}
.twoColFixLtHdr #mainContent {
	margin: 2px 0px 0px 170px;
	padding: 5px 5px 0px 5px;
	background-image: url(images/cl_about_fade.jpg);
	background-repeat: no-repeat;
	background-color: #C1C5C6;
} 
.pleft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BFBEC2;
	border-top: 2;
	border-top-style: inset;
	border-top-color: #C9C9C9;
} 
.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: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
}

.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;
}
.privacytxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.adobe {
	font-size: 12px;
}
