/**/
html, body	{
	font-family: Verdana,sans-serif,"Arial Unicode MS";
	z-index: 1;
	margin: 0px;
	padding: 0px;
	color: black;
	/*background-color: #bdcce4;*/
	background-color: #FFFFE1;
	background-image: url(/images/AmberBits.jpeg);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS","Arial Unicode MS",sans-serif;}
p {font-family: Verdana,sans-serif,"Arial Unicode MS";}
/*perhaps "Lucida Sans Unicode" instead of Georgia*/
a:link {}
a:active {}
a:visited {}
a:hover {}
a.menu:hover {background-color: white;}
a:link img {border: 0px;}
img {border: 0px;}

#TopBanner {
	z-index: 3;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 70px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #A9A9A9;
	background-image: url(/images/GrayBumpsTile1.png);
	background-repeat: repeat;
	color: black;
	overflow: hidden;
	}

#PetesGuideBanner {display: block;}
#PetesGuideBannerTV {display: none;}
#PetesGuideBannerPDA {display: none;}
#PetesGuideBanner
	{
	z-index: 3;
	position: fixed;
	top: 0px;
	left: 0px;
	}

#MainContent > #IEmenu	{
	display: none;
	}

#Menu	{
	z-index: 4;
	position: fixed;
	top: 15px;
	left: 128px;
	font: status-bar;
	margin: 0px;
	}

#Wrapper {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 70px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*	width: 100%;*/
	/*background-color: white;
	color: black;*/
	}

#IconBug	{
	z-index: 3;
	position: fixed;
	bottom: 20px;
	right: 20px;
	}


#MainContent {
	z-index: 2;
	float: left;
	height: auto;
	width: 70%;
	background-color: white; /*#FFF8DC*/
	color: black;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1em;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	}

#SideContent
	{
	z-index: 2;
	width: 30%;
	height: auto;
	width: auto;
	background-color: transparent;
/*	background-color: #72C5E7; */
/*#ECA517 for amber*/
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	}

#SideContent a:link    { color: #ffebcd; }    /* unvisited links */
#SideContent a:visited { color: #ffebcd; text-decoration: none;}   /* visited links   */
#SideContent a:hover   { color: white; background-color: #93d293; } /* user hovers     */
#SideContent a:active  { color: lime }   /* active links    */

#SideContent DIV
	{
	margin: 5px;
	padding: 0px;
	}

#SideContent TABLE
	{
	z-index: 3;
	margin: 5px;
	padding: 0px;
	color: white;
	}

#SideContent P
	{
	font-size: 12px;
	line-height: 16px;
	}
#SideContent LI
	{
	font-size: 12px;
	line-height: 16px;
	margin-left: 1em;
	padding-left: 0px;
	list-style: inside;
	}

#SideContent UL {
	margin-left: 1em;
	padding-left: 0px;
	list-style: inside;
	}

#SideContent OL {
	margin-left: 1em;
	padding-left: 0px;
	list-style: inside;
	}

#SideContent DL {
	font-size: 12px;
	line-height: 16px;
	margin: 1em;
	padding-left: 1em;
	}

#SideContent DT {
	font-size: 12px;
	line-height: 16px;
	margin-left: 1em;
	font-weight: bold;
	}

#SideContent DD {
	font-size: 12px;
	line-height: 16px;
	margin-left: 1em;
	}

#SideContent P {
	font-size: 12px;
	line-height: 16px;
	margin: 1em;
	}

#AltMenu	{
	font: status-bar;
	margin: 1px;
	padding: 1px;
	}