@charset "UTF-8";

html {
    height: 100%;
    background: #003300;
}

body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-image: url(images/bkgtile.jpg);
}

p {
    padding:0;
    margin:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color:#777;
    margin-bottom:19px;
}

p.hometext{
    font-size: 11px;
    line-height: 17px;
    margin-bottom:15px;
}

a {
    color:#003300;
}

a:hover a:visited {
    text-decoration: none;
}

#links ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color:#777;
    margin-bottom:19px;
    list-style-type:none;
}

#links ul a {
    color:#003300;
}

#links ul a:hover, ul a:visited {
    color:#327B51;
}

#privacy li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color:#777;
    margin-bottom:19px;
}

h1 {
    padding:0;
    margin:0;
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#003300;
    font-size: 32px;
    margin-bottom:16px;
    font-weight: normal;
}
h2 {
    padding:0;
    margin:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#327b51;
    font-size:24px;
    margin-bottom:12px;
}
h3 {
    padding:0;
    margin:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#327B51;
    font-size:16px;
    margin-bottom:8px;
}

h4 {
    padding:0;
    margin:0;
    margin-bottom:15px;
    font-size:12px;
}

address {
    text-align:center;
    padding:0;
    margin:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color:#777;
    margin-bottom:19px;
}


strong {
    color:#003300;
}

#topbgrnd {
    background-image: url(images/topbgrnd.jpg);
    height: 174px;
    margin: 0;
    padding: 0;
}

#bottombgrnd {
    background-image: url(images/bottombgrnd.jpg);
    height:100%;
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    background-color: #002B1A;
}
#contentbottom {
    background-image: url(images/contentbottom.jpg);
    height: 57px;
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    text-align:center;
}
#contentbottom ul {
    padding:0;
    margin:0;
    list-style-type:none;
}
#contentbottom li {
    padding:0;
    margin:0;
    position:relative;
    display:inline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:#999999;
}
#contentbottom p {
    color:#327B51;
    font-size:9px;
    line-height:50px;
}
#contentbottom a, #contentbottom a:visited {
    text-decoration:none;
    color:#327B51;
}
#contentbottom a:hover {
    color:#999999;
}
#contentbottom ul a, #contentbottom ul a:visited {
    text-decoration:none;
    color:#999999;
}
#contentbottom ul a:hover {
    color:#327B51;
}
#header {
    margin:0px;
    padding:0px;
    margin-top:0px;
    height:120px;
}
.twoColFixRt #container {
    width: 875px;
    margin: 0 auto;
    text-align: left; /* this overrides the text-align: center on the body element. */
    background-image: url(images/contentbgrnd.png);
    padding: 0 0;
}



/* SIDEBAR STYLES---------------------------------------- */

.twoColFixRt #sidebar1 {
    float: right; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 20px 60px 0px 20px;
    width: 200px;
    height: 400px;
}

.twoColFixRt #sidebar1 ul {
    margin:0;
    padding:0;
    padding-left: 0px;
    border-left: solid 1px;
}

.twoColFixRt #sidebar1 li {
    margin:0px;
    padding:0px;
    list-style-type:none;
    padding: 0px;
    text-transform:uppercase;
    line-height: 12px;
}

.twoColFixRt #sidebar1 ul li a, .twoColFixRt #sidebar1 ul li a:visited {
    margin:0px;
    padding:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    color:#003300;
    text-decoration: none;
    list-style-type:none;
    display:block;
    padding: 8px;
}

.twoColFixRt #sidebar1 ul li a:hover, .twoColFixRt #sidebar1 ul li a:active, .twoColFixRt #sidebar1 ul li a #current {
    color:#FFFFFF;
    background-color:#003300;
}

p#hometext {
font-size: 9.5px;
line-height: 16px;
}



/* MAIN CONTENT STYLES---------------------------------------- */

.twoColFixRt #mainContent {
    margin: 0 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 20px 0 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin-top: 0px;
} 

.twoColFixRt #mainContent img {
    margin:0px;
    padding:0px;
    margin: 0px 0px 10px 15px;
    float:right;
    border-style: none
} 

.twoColFixRt #mainContent img#nostyle {
    margin:0px;
    padding:0px;
        float:left;
margin-left:11px
}

.twoColFixRt #mainContent img.signatures {
    margin:0px;
    padding:0px;
    float:left;
} 

.twoColFixRt #mainContent #communitylogos img {
    margin:0px 50px 20px 0px;
    padding:0px;
    float:left;
    border-style: none
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#flashcontent {
z-index: 1;
}


