body {
    margin: 0px;
    font-family: Arial, sans-serif;
	background:#A3ADBF;
    text-align: center;
}

a img {
	border: none;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

#top-nav {
    width: 995px;
    height:110px;
    background: url(/images/top_tab.png);
    background-repeat: no-repeat;
    text-align:left;
}

#logo {
    border:none;
    float:left;
    margin-top:20px;
    margin-left:40px;
}

#headerlinks {
    float: left;
    width: 200px;
    text-align: left;
    margin-top:4px;
    font-size:11px;
    color:white;
    font-weight:bold;
}

#headerlinks a {
    color:white;
}

#rightheaderlinks {
    float: right;
    margin-right: 50px;
    margin-top: 7px;
    width: 100px;
    left: 600px;
    font-size:11px;
    color:white;
    font-weight:bold;
}

#rightheaderlinks a {
    color:white;
}



.page-container {
    margin: 0 auto;
	width:1067px;
	background: url(/images/shadow_sides.png) no-repeat top;
}

.page-inner {
    margin: 0 auto;
	width:975px;
	background: url(/images/shadow_bottom.png) no-repeat bottom white;
    padding-bottom: 45px;
    padding-left: 0px;
    padding-right: 20px;
}

#mainDiv {
    min-height: 500px;
    margin-left: 20px;
    background-color: #ffffff;
    text-align:left;
}

.mainPageDivs {
    display: none;
}

#homeDiv {
    display: block;
}

div.spinnerContainer
{
    display: none;
    position: fixed;
    width: 995px;
    top: 200px;
    background-color: transparent;
    text-align: center;
}

div.spinner
{
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-color: #dedede;
    padding-top: 30px;
    height: 100px;
    width: 500px;
    border: #005696 1px solid;
}

div span.spinner.message
{
    font-size: 15px;
}
