body {
	background-image: url(../Images/layout.body.bkg.gif);
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
img {
	behavior: url(../scripts/pngbehavior.htc);
}
#container {
	position: relative;
	background-image: url(../Images/layout.container.bkg.gif);
	border: 1px solid #FFFFFF;
	width: 720px !important;
	margin: 0 auto;
	padding: 5px 0px 0px;
	background-position: center top;
	clear: both;
	background-repeat: repeat-y;
}
#pageHeader {
	height: 146px;
	background-image: url(../Images/title.gif);
	background-position: center top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#pageHeader h1, #pageHeader h2 {
	display: none;
}
#linkList {
	background-image: url(../Images/layout.links.bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 39px;
	position:absolute;
	top: 170px;
	left: 0px;
	float:left;
	width: 197px;
}
#supportingText, #quickSummary, #preamble {
	text-align: left;
	padding-left: 198px;
}
#quickSummary .p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #999999;
	margin: 2px;
	padding: 2px;
	color: #000000;
}
#quickSummary .p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 2px;
	padding: 2px;
	text-align: right;
}
#footer {
	background-image: url(../Images/layout.bkg.bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 165px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
p {
	padding: 10px;
	text-indent: 15px;
}
#linkList h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#linkList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ltopics h3.topics span, #lexamples h3.examples span, #lresources h3.resources span {
	display: none;
}
#ltopics h3.topics {
	height: 72px;
	background-repeat: no-repeat;
	background-image: url(../Images/layout.links.topics.h3.gif);
}
#ltopics {
	background-image: url(../Images/layout.links.topics.bkg.gif);
}
#lexamples h3.examples {
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(../Images/layout.links.examples.h3.gif);
}
#lexamples {
	background-image: url(../Images/layout.links.examples.bkg.gif);
}
#linkList2 div {
	padding-bottom: 15px;
}
#lresources h3.resources {
	height: 72px;
	background-repeat: no-repeat;
	background-image: url(../Images/layout.links.resources.h3.gif);
}
#lresources {
	background-image: url(../Images/layout.links.resources.bkg.gif);
}

a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-left: 3px solid #FF9900;
	padding-left: 3px;
}
a:hover {
	font-style: italic;
	color: #FF9900;
}
a:active {
	color: #330066;
	text-decoration: underline;
}
.code {
	border: 1px dotted rgb(102, 102, 102);
	margin: auto;
	font-family: "Courier New",Courier,mono;
	font-size: 12px;
	color: rgb(51, 51, 51);
	width: 425px;
	background-image: url(../Images/layout.code.bkg.gif);
	text-indent: 0px;
}
.codeHighlight {
	color: #FF0000;
}
#preamble {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(../Images/layout.code.bkg.gif);
}
.PRINT {
	display:none;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	cursor: hand;
}
.highlight {
	background-image: url(../Images/layout.highlight.bkg.gif);
}
.inlinecode {
	font-family: "Courier New", Courier, mono;
	color: #666666;
	font-size: 12px;
}
.interLink {
	text-align: center;
}
#final {
	height: 525px;
}
a#tooCool {
 position: fixed;
 right: 0;
 bottom: 0;
 display: block;
 height: 80px;
 width: 80px;
 background: url(/Images/too_cool.png) bottom right no-repeat;
 text-indent: -999em;
 text-decoration: none;
 border: none;
}