/* Global CSS Document */

@charset "utf-8";

/* Baseline reset */

html, body, div, span, object, p, pre, a, em, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption {
        margin: 0px;
        padding: 0px;
        border: 0;
        line-height: 1.4em;
        text-align: left;
}

p{
        padding: 5px;
        text-align: center;
}

.centered {
        text-align: center;
}

h1, h2, h3{
        padding-top: 10px;
        text-align: center;
        font-weight: bold;
        color: #313031;
}

h1{
        font-size: 1.8em;
        padding-top: 10px;
        text-decoration: underline;
        line-height: 1.8em;
}

h2{
        font-size: 1.4em;
        padding-top: 10px;
        text-decoration: underline;
        line-height: 1.4em;
        color: #C2B061;
}

h5{
        text-align: left;
        font-size: 0.6em;
}

h6{
        text-align: right;
        font-size: 0.6em;
}

blockquote {margin:0;}

a img, :link img, :visited img {
        border: 0;

}

ul {
        list-style: disc;
        margin-left: 30px;
}

/* Baseline styles */

* { font-size:100%; }

hr {
        WIDTH: 25;
        COLOR: #6699FF;
        SIZE: 6;
}

th{
        padding: 6px;
        border-width: 0px;
        border-style: solid;
        border-color: white;

}

html {
    height: 100%;
}



body{
        margin-top: 0px auto;
        text-align:center;
        height:100%;
        color: #313031;
        background: #151515;
        font:90%/100%;
        font-family: Verdana, sans-serif;
}

div{ margin:0 0 0 0; height: auto; }

img {border:3px solid #313130;}



.centered{
        text-align: center;
}
 /* header */
#headtop{
        height: 10px;
        background: url("../images/top1.png") no-repeat top center;
        padding-top: 45px;
}

#headbottom{
        height: 10px;
        text-align: center;
        background: url("../images/bottom1.png") no-repeat bottom center;
        padding-bottom: 45px;
        margin-bottom: -28px;
}

#menuswf{
        margin: auto;
        text-align: center;
        background: url("../images/middle1.png") repeat-y top center;
}
/* footer */
#foottop{
        height: 10px;
        background: url("../images/top1.png") no-repeat top center;
        padding-top: 45px;
}
#footmid{
        margin: auto;
        text-align: center;
        background: url("../images/middle1.png") repeat-y top center;
}
#footbottom{
        height: 10px;
        text-align: center;
        background: url("../images/bottom1.png") no-repeat bottom center;
        padding-bottom: 45px;
}

#footer{
        margin-top: -35px;
        text-align: center;
        color: #C2B061;
}

#footer a,a:visited,a:hover,a:link{
        color: #C2B061;
        text-decoration: underline;
}

#content{
        margin: auto;
        width: 720px;
        text-align: center;
        padding-bottom: 30px;
}

#inputForm{
         margin-bottom: 30px;
}

#midwrap{
        text-align: center;
        background: url("../images/middle2.png") repeat-y top center;
}

#headwrap{
        margin-top: 25px;
        height: 100px;
        text-align: center;
        background: url("../images/top2.png") no-repeat top center;

}

#newsite{
        position: absolute;
        top: 10px;
        right: 10px;
}

#newsite img{
        border: 0px;
}

