@charset "utf-8";
body  {
	background: #EEEEDD;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body p {
	font-size: 10pt;
}
.thrColAbsHdr #container #mainContent p, pre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.thrColAbsHdr #container #mainContent dd {
	color: #003300;
	margin-left: 3em;
}
.thrColAbsHdr #container #mainContent dt {
	margin-top: 0.1em;
	color: #400000;
	font-weight: bold;
	font-size: 9pt;
}
.thrColAbsHdr #container #mainContent pre {
}
.thrColAbsHdr #container #mainContent dl {
	margin-top: 0.02em;
	margin-bottom: 0.02em;
	background-color: #FFC;
}
.thrColAbsHdr #container #mainContent pre {
	font-size: small;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right:270px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 50px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* 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. */
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
} 
.thrColAbsHdr #header h1 {
	margin: 5px 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 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 53px;
	left: 0px;
	width: 120px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 53px;
	right: 0px;
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent {
	margin: 0 175px 0px 135px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 3px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #container #sidebar1 p {
}
.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColAbsHdr #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 */
}
.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;
}
.description {
	margin-top: -1em;
}
.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;
}
body h1 {
	font-size: 20pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
body h2 {
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
body h3 {
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	font-variant: normal;
	line-height: normal;
}
.thrColAbsHdr #container #mainContent img {
	background-position: center;
}
ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
ul li {
	line-height: 1.125em;
	margin: 0px;
	padding: 0.25em 0px;
	zzzfont-size: 0.75em;
	word-wrap: break-word;
}