body {
width: 97%;
margin : 0 auto;
padding : 0;
font : 75% helvetica, "Trebuchet MS", arial, sans-serif;
background : #F2F9FF;
line-height : 1.0em;
color : #3B3B3B;
}
			/*TOP BANNER*/
#chart {
        float : left;
		width : 20px;
		margin: 0 auto;
        margin-top: 0 auto;
        margin-bottom: 0 auto;
}
#header {
        width: 750px;
        height: 116px;
        margin: 0 auto;
        margin-top: 1px;
        margin-bottom: 1px;
        background: url(../../images/birdsitetop.gif) no-repeat;
}

#nymenu {
width: 100%;
height : 40px;
margin : 0 auto;
margin-top : 0;
padding : 0;
color : #FFFFFF;
text-decoration: none;
}

			/*3 COLUMNS*/
#col1 {
float : left;
width : 20%;
margin-bottom : 1em;
padding-right : 1%;
line-height : 1.2em;
}
#col2 {
float : left;
width : 50%;
margin-bottom : 1em;
padding-right : 1%;
line-height : 1.0em;
}
#col3 {
float : left;
width : 10%;
margin-left : 0%;
margin-bottom : 1em;
padding-right : 0.5%;
padding-left : 0.5%;
}

/* Footer */

#footer {
        width: 97%;
        height: 10px;
        margin: 0 auto;
        padding: 5px 15px;
        background: #3B3B3B;
        font-size: .77em;
        color: #FFFFFF;

}

#legal {
        float: left;
        color: #FFFFFF;

}

			/*TYPOGRAPHY*/
h1 {
margin : 30px;
padding-top : 60px;
text-align : left;
text-decoration: none;
font-size : 2em;
color : #2A55FF;
background : inherit;
}
h2 {
margin-top : 0px;
font-size : 1.2em;
text-align : left;
color : #7F7FFF;
background : inherit;
}
h3 {
margin-top : 0px;
font-size : 1.2em;
text-align : center;
color : #2A55FF;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #2A55FF;
}

dl.over dt {
		Color : #2A55FF;
}
dl.hannen dt {
		margin-left : 0px;
		Color : #007FFF;
}

			/*LINKS*/
a {
text-decoration : none;
color : #2A55FF;
background : inherit;
}
a:hover {
text-decoration : none;
color : #0000FF;
background : inherit;
}
a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding-left : 0px;
border : 0px solid #aaa;
margin-right : 2px;
}
.myimage2 {
float : right;
padding : 2px;
border : 0px solid #aaa;
margin-left : 2px;
}

/* Menu */

#menu {
}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#menu li {
        display: inline;
}

#menu a {
        display: block;
        padding: 1px 3px;
        border-bottom: 1px solid #F2F9FF;
        text-decoration: none;
        color: #3B3B3B;
        background: #F2F9FF;
}

#menu a:hover {
        background: #4F789F;
        color: #FFFFFF;
}

#menu .active a {
        background: #B7B7FF;
        color: #000000;
}

#sort {
        width: 100%;
        height: 2px;
        margin: 0 auto;
        background: #3B3B3B;

}

