/* cya_new.css as of 19 May 07 */


body {
margin-left: 1em;
width: 940px;
}

/* below: 6px smaller than the graphic NOT RIGHT IN IE*/
/*
#banner {
color:white;
background-color: #b7d7f5;
width: 900px;
height: 124px;       
}
*/

p, li, a:link {
font-family: tahoma, arial, sans-serif;
}

.b {
font-weight: bold;
}

.rb {
color: red;
background-color: transparent;
font-weight: bold;
font-size: 0.9em;
}

.warn {
color: red;
background-color: transparent;
font-size: 0.9em;
}

.i {
font-style: italic;
}

.cntr {
text-align: center;
}

.here {
font-size: 0.8em;
font-variant: small-caps;
font-style: italic;
}

address {
font-size: 0.7em;
color: #eeeeee;
background-color: #006599;
position: relative;
bottom: -8em;
}

#lsb {
position: absolute;
left: 1.0em;
top: 144px;                /* 0,0 + margin-top + 136px banner */
padding-left: 0.5em;
padding-top: 1.0em;
margin-right: 0.5em;
color: white;
background-color: #006599;
width: 12em;
max-width: 12em;
height: 880px;
font-size: 1.0em;
}

.lsblink {
color: white;
background-color: #096280;
font-weight:bold;
font-size: 0.9em;
text-decoration: none;
}

a:link,a:active,a:hover,a:visited {
text-decoration: underline;
color: white;
background-color: #006599;
}

a:link.bg-none, a:active.bg-none, a:visited.bg-none {
text-decoration: underline;
color: blue;
background-color: transparent;
font-weight: bold;
}

#main {
position: absolute;
left: 16em;
top: 158px;
margin-left: 2em;
color: navy;
background-color: white;
width: 580px;
max-width: 580px;
}

