/* the default spacing on headings does not match nor align with
normal interline spacing at all, so lets get rid of it. */
/* zero out the spacing around pre, form, body, html as well */
img, ul, ol, li, pre, form, body, html, *
{
    margin: 0px 0 0 0;
    padding: 0;
    outline: none;
}
body
{
    font-family: Arial;
    background: url('../images/main-wrap-backgroud.gif') repeat-y center top;
    background-color: black /*white*/ /*#0074BD*/ /*#D5EDFF*/;
}

img
{
    border: 0px solid black;
}

h1
{
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

h2
{
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: White;
}

h3
{
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}


p
{
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
}

li
{
    list-style-type: disc;
    list-style-position: inside;
}

a
{
    margin: 0px;
    padding: 0px;
    color: #FFC444 /*#333*/;
    text-decoration: underline;
    font-weight: bold;
    background: transparent;
    border: 0px solid #000;
}

a:hover
{
    color: #64a7eb;
    background: transparent;
    border: 0px solid #000;
}


#main_wrap
{
    margin: 0 auto;
    padding: 0px;
    width: 970px;
    border: 0px solid black;
    background-color: black /*White*/;
    color: white;
}

.header
{
    margin: 0px auto;
    padding: 0px;
    width: 970px;
    height: /*150*/ 120px;
}

.threecol
{
    padding-left: 50px;
    font-size: 12px;
    font-weight: normal;
}

#content_wrap
{
    padding: 0px;
    margin: 0px;
    width: 690px;
    float: left;
    border: 0px solid orange;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}


.footer
{
    border: 0px solid black;
    text-align: center;
    font-size: 10px;
    clear: both;
}

.adjustedZIndex
{
    z-index: 100;
}

.form-background-top
{
    background-image: url('../images/form-background-top.jpg');
    background-repeat: no-repeat;
    height: 49px;
}

.form-background-middle
{
    background-image: url('../images/form-background-middle.jpg');
    background-repeat: repeat-y;
    color: White;
}

.form-background-bottom
{
    background-image: url('../images/form-background-bottom.jpg');
    background-repeat: no-repeat;
    height: 53px;
}

