body {
   margin:0;
   padding:0;
   height:100%;
   width:100%;
   background-image: url(../../pics/sky3.jpg);
}

#scaleDiv{
position:absolute;
visibility:hidden;
}

#container {
   min-height:100%;
   height:100%;
   width:80%;
   margin-left:10%;
   position:relative;
   font-family:verdana; 
}

#header {
/*background-image: url(../../pics/sky3.jpg); 
background-repeat: no-repeat;*/
background:#e0e0e0;
padding:1px;
height:14.2%;
border-bottom: solid 1px;
position:relative;
}

#body {
min-height:80%;
}

#news {
      background:#F0F0F2;
      border:solid 1px;
      margin-bottom: 2px;
      padding: 2px;
      margin-left:20%;
      word-wrap: break-word;
      width: 60%;
}

#footer {
clear:both;
   position:relative;
   bottom:0;
   width:100%;
   height:4%;
border-top: solid 1px;
border-bottom: solid 1px;
   background:#e0e0e0;
}
table {
    border-collapse:collapse;
}

  td {overflow:hidden;}

#print { 
font-family: courier new;
background: #fff;
color: #000000;
font-size: 10pt;
margin:1%;
}	

#llink {
	width: 99% ;
	text-align: center ;
}
#llink ul {
	margin: 3% ;
	padding: 0 ;
	list-style: none ;
}
#llink li {
	margin: 2px ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	
}
#llink li a {
	color: #fff ;
        background-image: url(../../pics/skylink.jpg);
	border: 0px outset #566666 ;
	width: 99% ;
	text-decoration: none ;
	display: block ;
}

#llink li a:hover {
	color: #ff0 ;
	background-color: #0000c0 ;
}

iframe {
height: 100%;
width: 100%;
overflow: auto;
}

.input {
    border: 1px solid #006;
    background: #fff;
}

.button { 
	background:#e0e0e0;
	color:#000;
	font-size:14px;
	padding: 2px;
	font-weight:bold;
	margin:2px 0 0 0;
}

fieldset
{
border: 1px solid #000;
margin-top:3px;

}

.links {
width:50%;
padding:3px;
margin-left:25%;
margin-top:1%;
border: solid 1px;
}

.links .url {color: #119955; font-size: 11px; font-family:arial;}
.links a:link{text-decoration: none;}
//.links a:visited{color:#9955AA;}
.links a:visited{color:#00f;}
.links a:hover{color:#00f; text-decoration: underline;}
.description{font-size: 13px; font-family:arial;}
.title{color:#0000FF; font-size:16px; font-family:arial;}

.gog {
width:100%;
border:0px;
margin-left:0%;
}

.image { 
   position: relative; 
   width: 100%;
   /*width: 100%;*/ /* for IE 6 */
}


.image .bg {
    position: absolute;
    bottom: 0px;
    font-family: sans-serif;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
    width: 90%;
    margin: 0% 5%;
    line-height: 14px;
    font-size: 12px;
    letter-spacing: 0.1px;
}

.image .bg > a:link, a:visited {
    color: #eee;
    text-decoration: none ;
}

a.nws:link, a.nws:visited {
     color:#f00;
     text-decoration:none;
}

p {
   padding: 1px 3px;
   margin: 1px;
}