*
{
    padding: 0;
    margin: 0;
}

body
{
    background-image: url(../images/background.jpg);
    background-color: #1d1d1b;
    background-position: top center;
    background-repeat: repeat-y;
}

a
{
    color: #00a6d3;
    text-decoration: none;
}

h1
{
    font-family: 'Raleway', sans-serif;
    font-size: 16pt;
    font-weight: 700;
    color: #000000;
    margin: 0 0 5px 0;
}

h2
{
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 700;
    color: #00a6d3;
    margin: 20px 0 5px 0;
}

b
{
    font-family: 'Raleway', sans-serif;
    font-size: 19pt;
    font-weight: 600;
    color: #000000;
    display: block;
    margin: 0 0 20px 0;
    font-style: normal;
}

i
{
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 400;
    color: #000000;
    display: block;
    margin: 0 0 20px 0;
    font-style: normal;
}

p
{
    font-family: 'Raleway', sans-serif;
    font-size: 12pt;
    font-weight: 400;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 22px
}

u
{
    font-family: 'Raleway', sans-serif;
    font-size: 10pt;
    font-weight: 400;
    color: #000000;
    margin: 0 0 20px 0;
    text-decoration: none;
    display: block;
}


.container
{
    width: 940px;
    position: relative;
    margin: 0 auto;

}

#logo
{
    background-image: url(../images/logo.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 162px;
    height: 247px;
    position: relative;
    float: left;
    margin: 35px 0 20px 389px;
}

#content
{
    width: 720px;
    position: relative;
    float: left;
    padding: 20px;
    margin: 0 90px;
}

#contentleft
{
    width: 480px;
    position: relative;
    float: left;
    padding: 0 20px 0 20px;
    margin: 0 0 0 90px;
}

#contentright
{
    width: 200px;
    position: relative;
    float: left;
    padding: 0 20px 0 20px;
}

.bigsavecontent
{
    display: none;
    
}

.bigsaveless {
    display: none; 
}

.bigsavemore:target + .bigsaveless {
    display: block; 
}

.bigsavemore:target {
    display: none; 
}

.bigsavemore:target ~ .bigsavecontent {
    display:block; 
}

a.bigsavemore
{
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    color: #00a6d3;
    margin: 5px 0 5px 0;
    text-decoration: none;
    display: block;
}

a.bigsaveless
{
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    color: #00a6d3;
    margin: 5px 0 5px 0;
    text-decoration: none;
}

.puzzlecontent
{
    display: none;
}

.puzzleless {
    display: none; 
}

.puzzlemore:target + .puzzleless {
    display: block; 
}

.puzzlemore:target {
    display: none; 
}

.puzzlemore:target ~ .puzzlecontent {
    display:block; 
}

a.puzzlemore
{
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    color: #00a6d3;
    margin: 5px 0 5px 0;
    text-decoration: none;
    display: block;
}

a.puzzleless
{
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    color: #00a6d3;
    margin: 5px 0 5px 0;
    text-decoration: none;
}

.nationcontent
{
    display: none;
}

.nationless {
    display: none; 
}

.nationmore:target + .nationless {
    display: block; 
}

.nationmore:target {
    display: none; 
}

.nationmore:target ~ .nationcontent {
    display:block; 
}

a.nationmore
{
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    color: #00a6d3;
    margin: 5px 0 5px 0;
    text-decoration: none;
    display: block;
}

a.nationless
{
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    color: #00a6d3;
    margin: 5px 0 5px 0;
    text-decoration: none;
}

.charitycontent
{
    display: none;
}

.charityless {
    display: none; 
}

.charitymore:target + .charityless {
    display: block; 
}

.charitymore:target {
    display: none; 
}

.charitymore:target ~ .charitycontent {
    display:block; 
}

a.charitymore
{
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    color: #00a6d3;
    margin: 5px 0 5px 0;
    text-decoration: none;
    display: block;
}

a.charityless
{
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    color: #00a6d3;
    margin: 5px 0 5px 0;
    text-decoration: none;
}