html, body {
margin: 0px;
padding: 0px;
}

#overlayfrm {background-color:#333; -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80);}

body {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #FFF;
text-align: center;
line-height: 1.8em;
background-color: #000;
}
#wrapper {
width: 900px;
margin: 15px auto 15px auto;
padding: 0px;
text-align: left;
border: 0;
}
#header {
width: 100%;
height: 170px;
background-color: #000;
font-size: 15px;
font-weight: bold;
}
#headerimage {
width: 100%;
height: 730px;
background-color: #000;
font-size: 11px;
}
#container {
width: 100%;
height: auto;
margin: 0px;
padding:2px 0px;
background-image: url(images/divider.jpg);
background-repeat: repeat-y;
background-position: 640px 0px;
}
#left {
width: 640px;
height: auto;
float: left;
padding: 0px 10px 0px 0px ;
margin: 0px;
}
#right {
width: 230px;
height: auto;
float: left;
padding: 0px 0px 0px 20px ;
margin: 0px;
}
#right p {
margin: 0px;
}
.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}
#nav {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#nav li {
margin: 0px;
padding: 0px;
display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
color:#3F4554;
text-decoration: none;
display: block;
margin: 0px;
padding: 0px;
width: 160px;
}
#nav li a:hover {
color: #ccc;
text-decoration: none;
}
#footer {
padding: 0px;
margin: 0px;
text-align: center;
}
#footer p {
margin: 0px auto 0px auto;
padding: 10px 0px 10px 0px;
color: #aaa;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #FFF;
text-decoration: none;
}
#footer a:hover {
color: #ccc;
text-decoration: none;
}




table {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;

}

td {
        font-family: Verdana, Arial, Helvetica, sans-serif;

}
.copy {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFF;
}


h1 {
        color: #D7B226;
        font-weight: bold;
        font-size: 150%;
        line-height: 22px;
        text-decoration: underline;
        font-family: Times, Helvetica, sans-serif;
}

h2 {
        color: #A81012;
        font-weight: bold;
        font-size: 105%;
}

.more {

        color: #1E3D6C;
        font-weight: bold;
        text-align: right;
}
.more:link {
        color: #1E3D6C;
        text-decoration: none;
        font-weight: bold;
        text-align: right;
}
.more:active {
        color: #1E3D6C;
        text-decoration: none;
        font-weight: bold;
        text-align: right;
}
.more:visited {
        color: #1E3D6C;
        text-decoration: none;
        font-weight: bold;
        text-align: right;
}

a:link {
        color: #FFF;
        text-decoration: none;
}
a:active {
        color: #FFF;
        text-decoration: none;
}
a:visited {
        color: #FFF;
        text-decoration: none;
}
a:hover {
        color: #FFF;
        text-decoration: underline;
}

img {
        border: 0;
}
.paddedimg {
        border: 0;
        padding: 5px;
}
  .box {
    margin-top: 10px;
    color: #292929;
    width: 300px;
    top: 240px;
    position: absolute;
    border: 1px solid #BABABA;
    background-color: #ddd;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-bottom: 1em;
    -o-border-radius: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px #adadad;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }


  .animHeader {
    margin-top: 10px;
    color: #292929;
    width: 300px;
    height: 380px;
    position: absolute;
    border: 1px solid #BABABA;
    -o-border-radius: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px #adadad;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }


