html {
scrollbar-base-color: #339933;
scrollbar-arrow-color: white;

scrollbar-shadow-color: #006600;
scrollbar-lightshadow-color: white; 
scrollbar-darkshadow-color: black;

scrollbar-highlight-color: #66FF66;
scrollbar-3dlight-color: blue;
 }
	
	body {
	background-image:  url("./images/q8bw.gif");
	background-color: black;
	margin:0px;
	background-position: center;
	text-align: center;
}

.pg_container {
	width:1200px;
	text-align: center;
}
.pg_logo {
	z-index: 2;
	position: relative;
	width:295px;
	height:97px;
	float:left;
	background-image:  url("./images/q8toplogo.gif");
}

.pg_content {
	z-index: 1;
	position: relative;
	top:-80px;
	width:1015px;
	background-image:  url("./images/page_mid_shadow.gif");
	text-align: center;
}
.pg_content_top {
	position: relative;
	top:-20px;
	width:1015px;
	height:22px;
	background-image:  url("./images/page_top_shadow.gif");
}

.pg_image {
	position: relative;
    margin:0px;
}

.pg_content_mid {
	top:-50px;
	left:1px;
	position: relative;
	text-align: center;
}

.pg_content_text {
	position: relative;
	text-align: center;
	top:-20px;
	padding:20px;
	float:left;
	width:775px;
}

.pg_content_date {
	top:-20px;
	position: relative;
	font-family:Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	background-color: black;
	padding:5px;
	width:980px;
}

.pg_content_nav {
	position: relative;
	width:175px;
	height:450px;
    border: 4px solid #6699CC;
	padding:5px;
	background-image:  url("./images/page_nav_bk_clr_chip.gif");
	float:left;
	text-align: center;
}
a {
	text-decoration: none;
	}
	
.pg_nav {
	font-family:Arial;
	margin:5px;
	padding:5px;
	width:170px;
	border: 1px dashed #6699CC;
	}

.pg_nav_text1 {
	color: #990000;
	font-size: 20pt;
	font-weight: bold;
}
.pg_nav_text12 {
	color: #990000;
	font-size: 10pt;
	font-weight: bold;
}
.pg_nav_text2 {
	color: black;
	font-size: 14pt;
	font-style: italic;
}

a.pg_nav:hover {
	background-color: white;
	border: 1px solid #660000;
	}

.pg_content_spnsors {
	font-family:Arial;
	position: relative;
	float:left;
	padding:5px;
	margin:10px;
	height:450px;
	border-left-width: normal;
	border-left-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-color: #6699CC;
	
}


.pg_content_bot {
	position: relative;
	width:1017px;
	top:20px;
	background-image:  url("./images/page_bot_shadow.gif");
	background-repeat:no-repeat;
	background-position: bottom bottom;
}

.pg_quote {
	margin:10px;
	font-family:Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.line {
	position: relative;
	background-image:  url("./images/hr.gif");
	background-repeat:no-repeat;
	background-position: center center;
	height:80px;
	width:775px;
	}