/* Alternative Style Sheet. All other elements located
   in itstyle.css */

@import url("default.css");   
   

body {
background: #026698 url(i/bg.jpg) repeat-y 50% 0;
margin: 0 auto; 
padding: 0px;
text-align: center;
font-family: verdana, "Trebuchet MS", helvetica, arial, sans-serif;
color: #000000;
font-size: 130%;
}

#rightnav a {
background-image: url(i/snv.jpg);
display: block;
width: 100%;
height: 2.4em;
font-weight: bold;
text-decoration: none;
color: white;
font-size: 90%;
line-height: 2.4em;
border-top: 1px dotted white;
border-bottom: 1px dotted white;
}

#rightnav a.ad {
font-size: 120%;
}
