body {
    margin: 0;
    background: #DDD;
    text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
}

#frame {
    width: 930px;
    text-align: left;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 140px;
    background: #666;
    
}

    #headerleft {
        width: 50%;
        float: left;
        padding-top: 25px;
        padding-left: 25px;        
    }
    
    #headerright {
        width: 40%;
        float: right;
        padding-top: 50px;
        padding-right: 30px;
        text-align: right;
        font-size: 12px;
        color: #EEE;
    }

#menu {
    width: 100%;
    float: left;
    background-color: #666;
}

    #menu ul {
        list-style: none;
        margin-top: 7px;
        margin-bottom: 7px;
        padding-left: 10px;
    }

    #menu li {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
        display: inline;
        background: #666;
    }
    
    #menu a {
        text-decoration: none;
        color: #FFF;
    }
    
    #menu li a:hover {
		color: #CCC;	
    }
       
#banner {
    width: 100%;
    height: 120px;
    float: left;
    background-color: #333;
	border-top: solid 3px #FFF;
    
}

#bannerindex {
    width: 100%;
    height: 220px;
    float: left;
    background-color: #333;
	border-top: solid 3px #FFF;
    
}

#content {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 100px;
    background-color: #FFF;

}

#contentindex {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #FFF;

}

    #submenu {
        width: 23%;
        height: 100%;
        float: left;
        margin-right: 40px;
    }
    
        .submenutitle {
            padding-left: 30px;
            color: #444;
            font-weight: bold;
        }
    
        #submenu ul {
        list-style: none;
        padding-left: 30px;
        }
    
        #submenu li {
           padding-bottom: 15px;
        }
       
        #submenu a {
           color: #2961A7;
           text-decoration: none;
        }
       
        #submenu a:hover {
           color: #333;
        }

    #maincontent {
        width: 50%;
        float: left;
        font-size: 12px;
        line-height: 22px;
    }
    
        #maincontent a {
            color: #2961A7;
            text-decoration: none;
        }
        
        #maincontent a:hover {
            color: #333;
            text-decoration: underline;
        }
    
        .uptitle {
            font-size: 10px;
        }
        
        .title {
            font-size: 18px;
            padding-bottom: 40px;
            line-height: 25px;
            font-weight: bold;
        }
        
        .subtitle {
            font-size: 15px;
            padding-bottom: 25px;
            padding-top: 40px;
            font-weight: bold;
        }
        
        #tax {
            width: 100%;
            float: left;
            padding-left: 10px;
            padding-bottom: 40px;
            padding-top: 10px;
        }
        
            #taxlabel {
                width: 25%;
                float: left;
                padding-top: 25px;
                padding-bottom: 26px;
                padding-left: 15px;
                padding-right: 10px;
                background-color: #CCC;
            }
            
            #taxvalue {
                width: 60%;
                float: left;
                padding-top: 15px;
                padding-bottom: 15px;
                padding-left: 15px;
                background-color: #EEE;
                padding-right: 15px;
            }
            
        #buttom {
            width: 100%;
            float: left;
            border-top: solid 1px #BBB;
            padding-top: 20px;
            margin-top: 40px;
            text-align: right;
        }
           
    #subcontent {
        width: 17%;
        float: right;
        margin-right: 20px;
        font-size: 10px;
    }
    
        #subcontent ul {
            list-style: none;
            padding-left: 15px;
            padding-bottom: 5px;
        }
        
        #subcontent li {
            padding-bottom: 7px;
        }
        
        #subcontent a {
            color: #2961A7;
            text-decoration: none;
        }
        
        #subcontent a:hover {
            color: #333;
            text-decoration: underline;
        }
        
        .subcontenttitle {
            color: #444;
            font-weight: bold;
        }
    
#footer {
    width: 100%;
    float: left;
    padding-top: 10px;
}

    #footerorganization {
        width: 28%;
        height: 60px;
        float: left;
        padding-left: 15px;
        padding-top: 20px;
        background-color: #BBB;
    }
    
    #footerpartners {
        width: 65%;
        height: 55px;
        float: right;
        padding-left: 20px;
        padding-right: 30px;
        padding-top: 25px;
        background-color: #CCC;
    }

#credits {
    width: 100%;
    clear: both;
    padding-top: 20px;
    padding-bottom:30px;
    text-align: center;
    color: #555;
}

.feedburnerFeedBlock {
    line-height: 18px;
}

.feedburnerFeedBlock ul {
   list-style: none;
    padding-left: 0px;
}

.feedburnerFeedBlock li {
	margin-bottom: 20px;
}

.date {
    font-size: 9px;
    color: #666;
    margin: 0;
    padding: 0;
}

#creditfooter {
    display: none;
}

.newsletter {
	margin-top: 10px;
}