body {
font-family: verdana;
font-size: 11px;
color: #515151;
margin: 0;
background: #EBE9E0 url("images/cnycs_1bg.gif") top repeat-x;
}
a {
color: #FFAD00;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #FFAD00;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #FFAD00;
font-weight: bold;
text-decoration: underline;
}
#content img {
display: block;
background: #fff;
padding: 4px 4px 4px 4px;
border: solid 1px #ccc;
margin: 7px;
}
td {
font-family: verdana;
font-size: 11px;
}
#content {
padding: 0 15px 15px 15px;
margin: 0;
font-family: verdana;
line-height: 17px;
}
h1 {
display: block;
border-bottom: 1px solid #fff;
padding: 15px 0 15px 0px;
width: 100%;
margin: 1px 0 0 0;
font-family: arial narrow, arial, times new roman;
font-weight: bold;
font-size: 22px;
color: #145073;
}

/* MENU ROLLOVER*/
#navcontainer {
font-family: georgia, serif;

width: 520px;
text-align: center;

}
ul#navlist {
list-style: none;
padding: 0;
margin-right: 0;
margin-top: 35px;
width: 100%;
font-size: 1em;
text-align: center;
}
ul#navlist li {
display: block;
float: left;
width: 90px;

padding: 0;
text-align: center;
}
ul#navlist li a {
display: block;
width: 95%;

padding: 0;
border-width: 2px;
border-color: #fff;
border-style: solid;
color: #97A3CD;
text-decoration: none;
background: #fff;
font-size: 12px;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
color: #666699;
border-color: #fff #fff #ffa500 #fff;
}
