﻿* {
    margin: 0;
    padding: 0;
}
input, select, th, td {
    font-size: 1em;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.75em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.25em;
}
h6 {
    font-size: 1em;
}
li li {
    font-size: 1em;
}
a {
    text-decoration: none;
}

.no {
    display: none;
}
.left {
    text-align: left;
}
.center {
    margin: 0 auto;
    text-align: center;
}
.right {
    text-align: right;
}


@import url("Main.handheld.css") handheld;

@media screen, print, tv, projection {

body {
    margin: 0 auto;
    padding: 0;
    background-image: url('Images/MainBGOuter.jpg');
    background-repeat: repeat-x;
    background-position: top;
    background-color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 60%;
/*    font-size: 62.5%;*/
 }
li {
    list-style-image: url(Images/bullet3.gif);
}

#frame {
    width: 800px;
    margin: 0 auto;
    position: relative;
}
#frame img.left {
    position: absolute;
    top: 0px;
    left: 0px;
}
#frame img.right {
    position: absolute;
    top: 0px;
    left: 771px;
}
#header {
    width: 740px;
    height: 318px;
    margin: 0 29px 0 31px;
    padding: 0;
    background-image: url('Images/MainBGMiddle.jpg');
    background-repeat: repeat-x;
    background-position: top;
    text-align: left;
}
#header h1 a img.center {
    position: absolute;
    top: 24px;
    left: 328px;
    border-style: none;
}
#header h1 {
    margin: 0;
}
#toplinks {
    width: 100%;
    height: 36px;
    position: absolute;
    top: 149px;
    left: 31px;
    margin: 0;
    padding: 0;
}
#toplinks ul {
    height: 36px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#toplinks ul li {
    width: 148px;
    height: 36px;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    background-image: url('Images/LinkHdr.gif');
    background-repeat: no-repeat;
    list-style-image: none;
}
#toplinks ul li a {
    display: block;
    position: relative;
    top: 12px;
    width: 148px;
    height: 36px;
    float: none;
    color: #87500F;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#toplinks ul li a img {
    border-width: 0;
    position: relative;
    top: 7px;
}
#bottom {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    background-image: url('Images/MainBtmOuter.gif');
    background-repeat: repeat-x;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 958px;
}
#bottomspacer {
    display: none;
}
#bottomlinks {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#bottomlinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 800px;
    height: 40px;
    background-image: url('Images/MainBtm.gif');
    background-repeat: no-repeat;
}
#bottomlinks ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style-image: none;
}
#bottomlinks ul li a {
    display: block;
    width: 141px;
    color: #87500F;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    left: 7px;
    top: 13px;
}
#bottomlinks ul li img {
    text-align: center;
    position: relative;
    left: 7px;
    top: 17px;
}
#copyright {
    height: 60px;
}
#content {
    width: 740px;
    height: 640px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 318px;
    left: 31px;
}

}


@media handheld {

body {
    margin: 0 auto;
    padding: 0;
    background-color: #0F0F0F;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: White;
    text-align: center;
    font-size: 60%;
 }

#frame {
    margin: 0 auto;
}
#frame img.left {
    display: none;
}
#frame img.right {
    display: none;
}
#header {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#header h1 a img.center {
    border-style: none;
}
#header h1 {
    margin: 0;
}
#toplinks {
    margin: 0;
    padding: 0;
}
#toplinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#toplinks ul li {
    margin: 0;
    padding: 0;
}
#toplinks ul li a {
    color: #87500F;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
#toplinks ul li a img {
    display: none;
}

#bottom {
    margin: 0;
    padding: 0;
    text-align: center;
}
#bottomlinks {
}
#bottomlinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#bottomlinks ul li {
    margin: 0;
    padding: 0;
}
#bottomlinks ul li a {
    color: #87500F;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
#bottomlinks ul li img {
    display: none;
}
#copyright {
}
#content {
    margin: 0;
    padding: 0;
}

}
