BODY {	background-color : #000000;	margin : 0px 0px 0px 0px}A:visited {	color : #33ccff;	text-decoration : underline}A:link {	color : #33ccff;	text-decoration : underline}A:hover {	color : #FFFF33;	text-decoration : underline}A:active {	color : #FFFF33;	text-decoration : underline	}.leftcol {	font-size : 12px;	font-family : Arial, Helvetica, sans-serif;	color : #333333;	background : #000000 url(images/colbackground.jpg);	border-top-width: 1px;	border-right-width: 0;	border-bottom-width: 1px;	border-left-width: 1px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	border-top-color: #333333;	border-right-color: #333333;	border-bottom-color: #333333;	border-left-color: #333333;	cursor: auto;}.main {	position: absolute;	top: 84;	left: 0;	z-index: 1;}.mainwindow {	font-size : 14px;	font-family : Arial, Helvetica, sans-serif;	color : #000000;	background-color : #000000;	background-repeat : repeat;	border: 1px none #333333;	cursor: auto;\	z-index: 500;}.rightcol {	font-size : 12px;	font-family : Arial, Helvetica, sans-serif;	color : #FFFF66;	background : #000000 url(images/rightcolbkgd.jpg);	border-top-width: 1px;	border-right-width: thick;	border-bottom-width: 1px;	border-left-width: thin;	border-top-style: none;	border-right-style: ridge;	border-bottom-style: none;	border-left-style: inset;	border-top-color: #333333;	border-right-color: #333333;	border-bottom-color: #333333;	border-left-color: #333333;	font-style: normal;	font-weight: bold;}.header {	background : #000000;	border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 0px;	border-left-width: 0;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;}.footer {	font-size : 10px;	font-family : Arial, Helvetica, sans-serif;	color : #CCCCCC;	background : #000000;	border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 0px;	border-left-width: 0;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;}.ball {  	position: absolute;	background-color: transparent;	border: 0;	width: 160px;	left: 15px;	top: 20px;}	/* 	Use a combined selector to assign all properties common to each	of the trigger DIVs, which are absolutely positioned	Dreamweaver 'Layers' */#p7trigger1, #p7trigger2, #p7trigger3, #p7trigger4, #p7trigger5 {	position: absolute;	background-color: transparent;	border: 0;	width: 155px;	left: 15px;}/* 	Now use individual selectors for each trigger Layer to assign their unique properties.	The first button is wider than the rest, so only its width is unique and declared here. */#p7trigger1 {	top: 200px;}#p7trigger2 {	top: 250px;}#p7trigger3 {	top: 300px;}#p7trigger4 {	top: 350px;}#p7trigger5 {	top: 400px;}/* 	Link styles for the Trigger Layers 	Set to block to make link fill up entire layer with medium gray	background color that shows through the transparent fill of the trigger images */.p7simontrigger a {	display: block;	background-color: #ECE09D;}/* 	When the trigger images are hovered over, the background color changes to white.	We don't change text color because the link text is actually the non-transparent	portion of the trigger image.		Active and Focus trigger the color change in IE-PC and other	modern browsers when tabbing through the links with keyboard. */.p7simontrigger a:hover, .p7simontrigger a:active, .p7simontrigger a:focus {	background-color: #FFFFFF;	cursor: default;}/* 	The Submenu Layers 	Use a combined selector to assign all properties common to each	of the Submenu Layers. */#p7simonsubs1, #p7simonsubs2, #p7simonsubs3 {	position: absolute;	font-size: .8em;	visibility: hidden;	background-color: D0C3F4;	cursor: default;}/* 	Now use individual selectors for each trigger Layer to assign	their unique properties, in this case the left property */#p7simonsubs1 {	top: 185px;	left: 170px;	width: 200px;	}	#p7simonsubs2 {	top: 235px;	left: 170px;	width: 200px;	}	#p7simonsubs3 {	top: 285px;	left: 170px;	width: 200px;	}/* 	The submenu links are in paragraphs, so we set the margin to zero	so there is no gap between links */.p7submenus p {	margin: 0;	z-index: 1000;	}/* 	Submenu Link Styles 	Use a combined selector for a and a:visited. Set padding in shorthand	to 1px on top and bottom, 8px right and 12px left.		Set display to block so entire link box, including padding is clickable.	Set border to 1px solid.		Set border colors in shorthand to Light Gray on top and left - and	Charcoal Gray on right and bottom. This combination of colors creates	a raised button-type effect.		Set background color to dark gray, text to medium gray and turn off underlines. */.p7submenus a, .p7submenus a:visited {	display: block;	font-size : 13px;	font-family : Arial, Helvetica, sans-serif;	padding: 4px 8px 4px 12px;	border: 1px solid;	border-color: #999 #333 #333 #999;	background-color: D0C3F4;	color: #000000;	text-decoration: none;	font-variant: normal;	font-weight: bold;	text-align: left;	z-index: 2;}/* 	Change background and text colors when links are hovered over.	Use a combined selector for hover, active, and focus.		Active and Focus trigger the color change in IE-PC and other	modern browsers when tabbing through the links with keyboard. */ .p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {	background-color: #9179D4;	color: #000000;}
