#sunrise0 {
position: absolute; left: 2; top: 0;
z-index:3;
}

#sunrise1 {
position: absolute; left: 5; top: 15;
z-index:2;}

#descriptions { 
font-family: verdana, arial, san serif;
font-size: small;
text-align: left;
margin-left: 20px;
margin-top: 50px;
width: 675px;
height: 400px;
}

#scriptmenu {
valign: top;
font-family: times, times new roman, serif;
font-size: small;
margin-top: 20px;
width: 100px;
height: 200px;
}
.bold {
font-weight: bold;
}


.rtBorderNavy {
border-right:2px solid navy;
}

a:link {
 color: navy;
 background: transparent;
 text-decoration: none;
}

a:visited {
 color: #A3A300;
 background: transparent;
 text-decoration: none;
 }
 
 a:active {
 color: #A3A30A;
 background: transparent;
 text-decoration: none;
 }
 
 a:hover {
 color: white;
 background: navy;
 text-decoration: none;
}

a.quicklink:link{
font-family: verdana, arial, san serif;
font-size: small;
color: navy;
text-decoration: underline;
}

a.quicklink:visited {
font-family: verdana, arial, san serif;
font-size: small;
 color: #A3A300;
 background: transparent;
 text-decoration: none;
 }



a.quicklink:hover{
font-family: verdana, arial, san serif;
font-size: small;
font-weight:normal;
color: #385599;
background: transparent;
text-decoration: underline;
}

ul.none {
list-style-type: none;
}