html {
    background-color:#ffffff;
    padding-bottom:10px;
}

body {
    background-image:url(images/bg_color.png);
    background-repeat:repeat-x;
    font-family:Arial,Tahoma;
    height:100%;
    margin:0 auto;
    padding-top: 9px;
    text-align:center;
}

#frame {
    font-size:12px;
    margin:0 auto;
    position:relative;
    text-align:left;
    width: 784px;
}

#header {
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    width: 784px;
    height: 164px;
    margin-bottom: 6px;
}

#header .header-text {
    padding-top: 140px;
    text-align: right;
    padding-right: 25px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial; 
}

div.content {
    width: 784px;
}

div.content .content-top {
    background-image: url(images/content-top-bg.png);
    background-repeat: no-repeat;
    height: 11px;
    font-size: 2px;
    width: 784px;    
}
div.content .content-middle {
    background-image: url(images/content-bg.png);
    background-repeat: repeat-y;
    
    width: 734px !important;
    width: 754px;   
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 5px; 
}

div.content .content-bottom {
    background-image: url(images/content-bottom-bg.png);
    background-repeat: no-repeat;
    height: 11px;
    font-size: 2px;
    width: 784px;    
    margin-bottom: 15px;
}

div.content h1 {
    color: #596c7f;
    font-size: 24px;
    font-weight: bold;
}
div.content h2 {
    color: #000000;
    font-size: 18px;
}
div.content h2 span{
    text-decoration: underline;
}

div.content ol {
    padding-top: 6px;
}
div.content ol li {
    line-height: 25px;
}

div.content ul {
    padding-top: 6px;
}
div.content ul li {
    line-height: 25px;
}

div.content ol li a {
    color: #596c7f;
    font-weight: bold;
    text-decoration: underline;
} 

.download-section{
    width: 734px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.download-section .download-button {
    height: 78px;
    width: 520px;
    margin: 0 auto;
}

.download-button-left {
    background-image: url(images/download-button/green_left.png);
    background-repeat: no-repeat;
    height: 78px;
    width: 12px;
    float: left;
}
.download-button-right {
    background-image: url(images/download-button/green_right.png);
    background-repeat: no-repeat;
    height: 78px;
    width: 12px;
    float: left;
}
.download-button-center {
    background-image: url(images/download-button/green_center.png);
    background-repeat: repeat-x;
    float: left;
    height: 63px !important;
    height: 78px;  
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
}


.download-section .download-button a {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
}

div.content p a {
    color: #596c7f;
    text-decoration: underline;
}

.clear {
    clear: both;
}
