body {
    margin: 0;
    padding: 0;
    background-color: #246d6c;
    color: #000;
    font-family: arial,sans-serif;
    line-height: 150%;
    font-size: 80%;
}

a {
    text-decoration: none;
    font-weight: normal;
    color: #42a5a4;
}

a:hover {
    text-decoration: underline;
    color: #246d6c;
}

.hide {
    display: none;
}

.wrapper {
    width: 810px;
    margin: 0 auto;
    clear: both;
}

#header {
    width: 800px;
    height: 150px;
    background: url(images/banner.jpg) no-repeat;
    background-position: top left;
}

#header h1 {
    float: left;
    height: 148px;
    width: 320px;
    margin: 0;
    padding: 0;
}

#header h1 a {
    display: block;
    height: 148px;
    width: 320px;
    margin: 0;
    padding: 0;
}

#top_nav {
    float: right;
    width: 470px;
    padding-top: 110px;
    text-align: right;
}

#top_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#top_nav ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

#top_nav ul li a {
    margin: 0;
    padding: 0 1em 0 0;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    color: #98cb00;
}

#top_nav li a:hover {
    color: #246d6c;
    text-decoration: underline;
}

#top_nav .current
, #top_nav a.current:hover {
    color: #246d6c;
    text-decoration: underline;
}

#shadow-wrapper {
    background: #fff url(images/shadow.gif) repeat-y;
}

/* IE6 hack */
* html #shadow-wrapper {
    background-color: #246d6c;
}

#main-wrapper {
    width: 800px;
    background: #fff url(images/waves-bot.gif) no-repeat;
    background-position: bottom right;
    margin: 0 5px;
}

#main {
    float: left;
    width: 780px;
    padding: 10px 0 10px 20px;
    color: #000;
}

#main p {
    padding-right: 20px;
}

#left {
    float: left;
    width: 350px;
    padding: 1em 1em 1em 0;
}

#right {
    float: right;
    width: 370px;
    margin: 0 20px 0 0;
    padding: 1em 0 1em 1em;
}

h2 {
    padding-top: 10px;
    color: #000;
}

#left h2, #right h2 {
    font-size: 125%;
    color: #000;
}

#main ul {
    list-style-type: square;
    color: #369;
}

#footer {
    text-align: center;
    color: #555;
    font-size: 80%;
}

#footer .state_seal img {
    border: none;
    text-decoration: none;
}
