body {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/bgshaddow.png);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	margin-top: 2px;
	padding: 0;
	margin: 0;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 790px;
	text-align:left;
	background-color:#FFFFFF;
	background-image: url(images/sidebar_background.gif);
	background-repeat: repeat-y;
}
a { 
	text-decoration:none;
	color:#000000
	}
a:hover { 
	color:#0000FF;
	}

#sidebar {
	float: left;
	width: 150px;
	position: relative;
	z-index: 5;
	padding-top: 1em;
	background-color:#FFFFFF;
	height: 300px;
	}
#sidebar dl dd {
	margin: 0;
	padding: 0 0 0 3px;
	}
#address {
	width: 150px;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	background-color:#FFFFFF;
	padding-left: 3px;
	clear: both;
	/*border-bottom: 1px solid #626262;*/
	}
#sidebar_border {
	position: relative;
	z-index: 4;
	width: 160px;
	height: 10px;
	background-image: url(images/sidebar_top_background.gif);
	}
#content {
	width: 620px;
	float: right;
	position: relative;
	padding: 1em 0px 0px 0px;
	background-color:#FFFFFF;
	z-index:1;
	}

#footer {
	height:10px;
	clear:both;
	text-align: center;
	background-color:#FFFFFF;
	padding: 1em 0;
	}
	

.vista_top {
	background-image:url(images/vistaair_top.png);
	height:162px;
	background-position: top center;
	background-color:#FFFFFF;
	}
.link a {
	color:#000000;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	}
.link a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
div.scroll {
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 2px solid black;
	overflow: auto;
	height: 300px;
	width: 300px;
	padding: 5px;
	}
	

.editor {
 position: relative;
 top: 0;
 right: 0;
 background:white;
 filter:alpha(opacity=90);
 -moz-opacity:0.90;
      opacity:0.90;
	border: thin dashed Blue;
}	