html
{
}
body
{
	text-align:left;
	min-width: 500px;
	font-family: arial,verdana, "minion web", helvetica, sans-serif;
	font-size: 9pt;
	background-image: url('./images/faroebg.jpg');
}
h1
{
color:silver;
font-size:13pt;
padding:4px;
}
.wrapper 
{
	/*text-align:center;*/
	background:white;
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px dashed #333;*/
}

p
{
	text-align:left;
	font-family: arial,verdana, "minion web", helvetica, sans-serif;
	font-size: 10pt;
	text-align:justify;
	line-height: 1.5;
	width:792px;
	padding:4px 4px 4px 4px;
}

a {color: #8899CC; text-decoration: none;}
a:hover {text-decoration: underline;}

p.footNote 
{
clear:both;
}
div.pageText{
	text-align:justify;
	line-height:1.5;
	font-size:10pt;
}

/* google map div */
div.googleMap
{
	width: 800px; 
	height: 500px;
	position:relative;
	left:0px;
}

div.floatLeft { 
    float: left; 
    margin-right: 5px;
    font-size:9pt;
}
div.floatRight { 
    float: right; 
    margin-left: 5px; 
    font-size:9pt;
}


p.cLine
{
color:silver;
width: 380px; 
}

p.topLines
{
color:#6495ED;
font-weight:bold;
font-size:10pt;
}

p.mainTxt
{
text-align:justify;
float:left;
width:550px;
}
.rs
{
float:right;
}
div.flags{
float:right;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
li {
  float: left;
  position: relative;
  width: 115px;
  cursor:pointer;
  cursor:hand;
}
li ul {
	z-index: 10;
	display: none;
  position: absolute;
  top: 1em;
  left: 0;
} 
li > ul {
	top: auto;
	left: auto;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
}

/* Fix IE. Hide from IE Mac * /
html ul li { float: left; height: 20px; }
html ul li a { height:20px; }
/ * End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block;} /* The magic */

#top { z-index: 10; }
#text {position: absolute;}

#tree a, #tree a:link, #tree a:visited, #tree a:active, #tree a:hover
{
color: #000000;
text-decoration: none;
font-family: Tahoma, Verdana;
font-size: 12px;
}


.block {
 position: absolute;
 cursor: "not-allowed";
 background-color: #000000;
 filter:alpha(opacity=50); 
 left: 0px;
 top:0px;
 width:100%;
 height:100%;
 -moz-opacity:0.7;
 opacity: 0.7;
 z-index:1000;
 display:inline;
 vertical-align:center;
}
.unblock {
 width:0%;
 height:0%;
 display:none;
}
.spFrame {
 /*border:outset 2px;*/
 padding:10px;
 color:#6495ED;
 position: absolute;
 /*text-align:left;*/
 width:450px;
 /*height:450px;*/
 z-index:1001;
 left: 150px;
 top:100px;
 background-color: white;
}
.spFrameWide {
 /*border:outset 2px;*/
 padding:10px;
 color:#6495ED;
 position: absolute;
 text-align:left;
 width:750px;
 /*height:450px;*/
 z-index:1001;
 left: 150px;
 top:100px;
 background-color: white;
}

span.commentSpn
{
 color: #8899CC;  text-decoration: none;
 font-style: italic;
 font-size:9pt;
 cursor: pointer;
 float:right;
}
span.commentSpn:hover
{
text-decoration: underline;
}
div.commentText
{
 /*width:400px;*/
 padding:10px;
 font-style: italic;
 font-size:9pt;
 background-color:#E6E6E6;
 color:#000080;
}
img.sponsorImages{border:0;}

div.logs
{
	/*border:0.5px solid;
	border-color:#6495ED;*/
	background-color:#F5F5F5; 
	margin-top:2px;
	text-align:left;
}
span.closeDiv
{
	position:absolute;
	top:0px;
	right:0px;
	color:red;
	font-size:15pt;
	cursor:pointer;
	font-weight:bold;
}