* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12pt;
}

body {
    width: 100%;
    background: #0054A4;
    font-family: arial, helvetica, sans-serif;
}

a:link {
    color: #0054a4;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-bottom: dotted 1px;
}

a:hover {
    border-bottom: solid 1px;
}

img {
    border: none;
}

span {
    text-align: right;
    font-weight: bold;
}

h3 {
    color: #FFF100;
    text-align: left;
}

.top {
    vertical-align: top;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#headContainer {
    background: #FFF url(../images/background2.gif) repeat;
    width: 100%;
    height: 400px;
}

    #sweep {
        height: 100%;
        background: url(../images/sweep.gif) no-repeat top left;
    }

    #extraLinks {
        float: right;
        padding: 10px;
    }
    
        #extraLinks a:link {
            color: #0054A4;
        }
        
        #extraLinks a:visited {
            color: #009e58;
        }
        
        #extraLinks a:hover {
            color: #009e58;
        }

    #navigationContainer {
        position: relative;
        top: 25px;
        margin: auto;
        clear: both;
        text-align: center;
        width: 879px;
    }

        #slogan {
            font-style: italic;
            text-align: right;
            color: #0054A4;
            padding-right: 1em;
        }
        
            #slogan img {
            }
        
        #navigation {
            width: 100%;
            height: 179px;
            background: url(../images/navigation_box.png) no-repeat top left;
            list-style-type: none;
            padding-top: 12px;
        }
        
            #navigation a, #navigation a:hover {
                text-decoration: none;
                border: none;
            }
        
            #navigation div {
                height: 216px;
                display: inline;
                margin-right: 3px;
            }
            
        #contact {
            text-align: right;
            font-weight: bold;
            padding-right: 1em;
        }
    
    body #C,#M,#Y, #K {
        padding-right: 25%;
        font-size: 6pt;
    }
    
    #C {
        background: #00ADEF;
    }
        
    #M {
        background: #EC008C;
    }
        
    #Y {
        background: #FFF100;
    }
        
    #K {
        background: #000000;
    }
        
#contentContainer {
    width: 97%;
    height: 80%;
    margin: 1%;
    color: #DDD;
}

    #contentContainer a:link {
        color: #6dc069;
    }
    
    #contentContainer a:visited {
        color: #6dc069;
    }
    
    #contentContainer a:hover {
        color: #FFF;
    }

        #content {
            width: 52%;
            float: left;
            padding: 1.2%;
            margin: 0 3% 0 3%;
        }
        
            #content p {
                line-height: 1.5em;
            }
            
            #content p img {
                padding-bottom: 1.2em;
            }
        
        #fullContent {
            width: 69%;
            margin: 0 auto;
            text-align: center;
        }
        
            #fullContent h1, #fullContent h2, #fullContent p, #fullContent ul {
                text-align: left;
            }
        
            #fullContent h1, #fullContent h2 {
                color: #00E300;
                margin-bottom: 0.5em;
            }
        
            #fullContent h1 {
                font-variant: small-caps;
                font-size: 24pt;
            }
            
            #fullContent h2 {
                margin-left: 10%;
            }
        
            #fullContent p {
                line-height: 1.5em;
            }
            
            #fullContent ul {
                margin-left: 15%;
                list-style-type: square;
            }
            
            #fullContent img {
                margin-right: 3%;
                margin-left: 3%;
            }
        
        #specials {
            background: url(../images/y_splash.gif) no-repeat center center;
            width: 340px;
            height: 323px;
            float: left;
            padding: 1.3%;
        }
        

#footer {
    clear: both;
    text-align: right;
    font-size: smaller;
    padding-top: 4%;
    padding-right: 1%;
    color: #DDD;
}

    #footer a {
        text-decoration: none;
        color: #6DC069;
        font-size: small;
    }
    
#map span,#map a {
    font-size: smaller;
}

#map a:hover {
    color: #000;
}

#file #fullContent p, #file #fullContent h2, #file #fullContent h3 {
    margin-left: 10%;
    text-align: left;
}

#file ol li {
    padding-bottom: 1%;
}