p, td
{
font-family: helvetica, arial, sans-serif;
}


.main
{
/*
background-image: url("images/eastchembgsmall.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
*/
padding-bottom: 5px;
}


.main  h1, h2, h3, h4, h5, h6
{
color: #33a0c6;
}

.main th, td
{
font-size: 80%;
}

#navbar
{
margin: 0;
font-size: 120%;
text-align: center;
text-transform: lowercase;
padding: 0.5em;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin-left: 0px;
width: auto;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 90px;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #33a0c6 #ccc #fff;
border-style: solid;
color: black;
text-decoration: none;
}

ul#navlist li a:hover
{
background: #33a0c6;
color: #fff;
border-color: #aaab9c #fff #fff #ccc;
}

ul#navlist .active 
{
display: block;
width: 90px;
padding: 0.5em;
border-width: 1px;
background: #33a0c6;
color: #fff;
border-color: #aaab9c #fff #fff #ccc;
}

#news
{
border-top: 1px solid red;
border-bottom: 1px solid red;
}

#boxout
{
border: 2px solid #33a0c6;
font-size: 120%;
text-align: center;
margin: 0 10% 0 10%;
}

.left
{
float: left;
}

.right
{
float: right;
}

#footer
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000;
font-size: 80%;
text-align: center;
}

#footer img
{
border: 0;
float: right;
margin-top: 15px;
margin-right: 3px;
}
