body {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #CCC;
    font: 85% sans-serif, Verdana, Tahoma;
    color: #000000;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #06C;
}

a:hover {
    text-decoration: underline;
    color: #8B2 !important;
}

.help_text {
    color: #999999;
    font-size: 90%;
}

.errors {
    color: red;
}

#header {
    position: relative;
    width: 900px;
    height: 80px;
    margin: 0px auto;
    color: #FFFFFF;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    background-color: #e86a1a;
}

#header h1 {
    position: absolute;
    top: 12px;
    padding-left: 28px;
    font: 24px sans-serif;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
    text-align: center;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    min-width: 64px;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#content {
    width: 900px;
    height: auto;
    margin: 0px auto;
    padding: 0 0 40px 0;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background-color: #FFF;
}

#innercontent {
    width: 700px;
    padding-left: 100px;
}

#footer {
    height: 44px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 900px;
    font-size: 75%;
    text-align: center;
    margin: 0px auto;
    padding-top: 16px;
    color: #FFFFFF;
    background-color: #e86a1a;
}

#footer a {
    text-decoration: none;
    color: #FFFFFF;
}

#footer a:hover {
    text-decoration: underline;
    color: #FFFFFF !important;
}

#footer-logo {
    float: left;
    padding-left: 16px;
    padding-top: 0px;
}

.download-table {
	width: 100%;
}

.download-table-row1 {
}

.download-table-row2 {
	background-color: #EEEEEE;
}

#redfont {
	color: red;
}

.filelist {
	padding: 32px;
}

.filelist-left {
	float: left;
	width: 80%;
}

.filelist-right {
	float: right;
	width: 19%;
	text-align: right;
}


