/*Standard sheet body formatting*/
body
{
	background: url(images/fade-wide.gif);
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-style: none;
	display: inline;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

/*Banner formatting*/
div.banner
{
	background: url(images/banner.gif);
	height: 120px;
	width: 100%;
	display: inline;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-bottom-color: 006699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}

/*Main body text formatting (within bounds set by banner/contents*/
div.body
{
	font-size: 10pt;
	font-family: Trebuchet MS;
	color: Black;
	line-height: 16pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline;
	text-align: left;
	width: 500px;
	left: 140px;
	top: 110px;
	position: absolute;
	background-color:Transparent;
}

/*Bulleted lists (within bounds set by banner/contents*/
div.bullets
{
	font-size: 9pt;
	font-family:Trebuchet MS;
	color: Black;
	line-height: 1pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:10px;
	display:inline;
	text-align: left;
	width: 500px;
	left: 0px;
	top: 0px;
	position: relative;
	background-color:Transparent;
	text-indent:20px
}

/*Google ad placement*/
div.google
{
	top: 80px;
	left:500px;
	position:absolute;
	z-index:5;
	display:block;
	margin:0,0,0,0;
	padding:0,0,0,0;
	width:50px

	
}

div.amazon
{
position:absolute;
left:120%;
top:0px;
background-color:#7FB2CC;
}
	
/*Contents formatting*/
div.contents
{
	background: url(images/contents.gif);
	height: 900px;
	width: 140px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-right: 0px;
	line-height: 0px;
	top: 120px;
	left: 0px;
	display: block;
	position:absolute;
	z-index: 1;
}

/*Contents bottom image formatting*/
div.contentsimages
{
	height: 64px;
	width: 140px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	line-height: 0px;
	top: 993px;
	left: 0px;
	display: block;
	position:absolute;
	z-index: 2;
}

/*Text formatting to ensure that it fits in proper box width*/

div.top
{
	font-size: 10pt;
	font-family: Trebuchet MS;
	font-weight:bold;
	border-bottom-color: 006699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	color: Black;
	line-height: 12pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	text-align: left;
	width: 500px;
	left: 140px;
	top: 110px;
	position: absolute;
	background-color: Transparent;
}

/*Link formatting*/
a
{
	text-decoration: none;
}
a:link
{
	color: #006699;
}
a:visited
{
	color: #006699;
}
a:hover
{
	color: Blue;
}

/*Code samples text formatting (within bounds set by banner/contents*/
div.code
{
	font-size: 8pt;
	font-family:Courier;
	color: Black;
	line-height: 8pt;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	display:inline;
	text-align: left;
	width: 500px;
	left: 0px;
	top: 0px;
	position: relative;
	background-color:Transparent
}