@charset "iso-8859-1";
.dot  { position: absolute; 
       width: 10; 
       height: 10; 
       visibility: hidden; 
       background-color: #F55; 
       font-size: 1px; 

       cursor: hand; 
       z-index: 100; 
	}
.dotoff { position: absolute; 
       width: 8; height: 8; 
       visibility: hidden;        
       background-color: #E44; 
       font-size: 1px; 
       cursor:default; 
       z-index: 200;
	}
.dotempty    { position: absolute; 
       width: 10; 
       height: 10; 
       visibility: hidden; 
       background-color: orange; 
       font-size: 2px; 
       cursor: pointer; cursor: hand; 
       z-index: 100; 
	}
	
.caption {
	
	position: absolute;
	margin-top: 3px;
	visibility: hidden;
	color: #dddddd;
	Letter-spacing: .30mm;
	text-align: center;
	cursor: default;
	z-index: 1;
	font: 300 8pt "Trebuchet MS", "Verdana", "sans";
	}

a:link {
	color: #F90;
	text-decoration: none;
	font-size: 9pt;
	}
a:hover {
	color: #F55;
	text-decoration: none;
	font-weight: normal;
	}

a:visited {
	color: #A55;
	text-decoration: underline;
	}

p { font-size: 9pt; 
       font-family: "Trebuchet MS", "Verdana", "sans"; 
       color: #463; 
	   } 
	   
p.text {
	
	font-size: 9pt;
	width:165px;
	color: #999;
	margin: 10px;
	font-family: "Trebuchet MS", "Verdana", "sans";
	Letter-spacing: .3mm;
	position: relative;
	} 

body{ margin: 0px; 
       background-color: #000000;
       Background-image:		url(graphics/cloud_house_invert_lowlight.png);
       background-repeat: no-repeat; 
       background-attachment: fixed;
       background-position: center;
	}

#top {

	background-color:#F90;
	background-repeat: repeat-x;
	position: relative;
	top:10px;
	height: 20px;
	width: 100%;
	MARGIN-RIGHT: 20px;
	Letter-spacing: 0.3mm;
	color: #000;
	z-index: 1;
	background-attachment: fixed;
	background-position: left center;
	font: 200 11pt "Trebuchet MS", "Verdana", "sans";
	font-weight:300;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	left: 0px;
	text-indent: 8px;
	}
#menu {
	position:relative;
	font-family: "Trebuchet MS", "Verdana", "sans"; 
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	left: 0px;
	text-align: right;
}
	
	
	

	

