body {
    margin: 0;
    padding: 0;
    font-family: "trebuchet ms", trebuchet, verdana;
    font-size: 14px;
    background: url(/images/bg.jpg);
}
#wrapper {
    width: 1000px;
    padding-top: 5px;
    padding-left: 5px;
}
#header_top {
    width: 940px;
    background: url(/images/green_line.jpg) repeat-x 0px 5px;
    float: left;
    padding: 10px 0 10px 0;
}
#logo {
    width: 60px;
    height: 100px;
    background-image: url(/images/main.gif);
    float: left;
}
#j_header a{
    background: url(/images/header.gif) no-repeat top center;
    width: 530px;
    height: 85px;
    margin-top: 20px;
    display: block;
}
#phrase {
    width: 650px;
    float: left;
    color: #006633;
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
    padding: 0 15px 0 0;
}
#top_links {
    width: 200px;
    float: left;
}
#header {
    padding: 0 0 0 10px;
    font-size: 1.1em;
    font-weight: bold;
    float: left;
    width: 250px;
}
#nav {
    width: 200px;
    float: left;
    font-weight: bold;
    font-size: 1em;
}
#nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 10px;
}
#nav li {
    background: url(/images/bullet.gif) left center no-repeat;
    padding-left: 15px;
    margin-bottom: 5px;
}
#nav li li {
    background: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
#nav a {
    color: #006633;
}
#nav a:hover {
    color: #003300;
}
#nav .li_header {
    margin-bottom: 0;
}
#nav .group {
    background: none;
}
#content {
    width: 800px; /* Full width */
    float: left;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    margin-left: 20px;
    width: 780px; /* Corrected width */
}
#footer {
    height: 30px;
    margin: 20px 10px 0 10px;
    text-align: center;
}
.clear {
    clear: both;
}


a {
  text-decoration: none;
  color: #006633;
  color: #ff9900;
}
a:hover {
  text-decoration: none;
  color: #333;
}
.float_right {
    float: right;
}
.float_left {
    float: left;
}
a.button, table.specs a, table.button_links a, a.button_half {
    display: block;
    height: 100%;
    width: 100%;
    color: #006633;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border: 1px solid #666;
}
a.button_half {
    width: 75%;
    margin: auto;
}
a.button:hover, table.specs a:hover, table.button_links a:hover, a.button_half:hover {
    color: #fff;
    background-color: #ff9900;
}
table.specs a {
    border: none;
    padding: 3px;
}
h1 {
    color: #006633;
}
table.specs td, table.specs th {
    border: 1px solid #000;
    text-align: center;
    font-size: 13px;
}
.disclaimer {
    font-size: 11px;
    float: right;
    padding-right: 20px;
}
a.decor:hover {
    text-decoration: underline;
}
a.green {
    color: #006633;
    padding-left: 5px;
}
a.green:hover {
    text-decoration: underline;
}
h2 {
    margin: 5px 0px 5px 0px;
}
.center {
    text-align:center;
}