body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

h1 {
    margin: 0;
    padding: 10px;
    color: #0000ff;
    text-align: center;
    font-family: Tahoma;
}

p {
    margin: 0;
    padding: 10px;
}

a {
    color: blue;
    text-decoration: none;    
}


a:hover 
{ 
color: black;  
text-decoration: underline;
} 


header a {
    color: white;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
}

.breadcrumbs {
    background-image: url(../images/menubar.jpg);
    color: white;
}

.nav-header {
    background-image: url(../images/menubar.jpg);
    color: white;
    text-align:center;
    font-weight: bold;
}

.nav-body {
    background-image: url(../images/bgcolor2.jpg);
    border: 1px solid black;
}

nav ul {
    margin: 0;
    list-style-type: none;
    padding: 5px;
}

nav li {
    padding: 5px;
}

.logo {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;    
}
.highlight-red {
    color: red;
}

@media only screen and (min-width: 600px){
    #wrapper {
        width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
    
    nav {
        float: left;
        width: 140px;
        padding-right: 10px;
    }
    
    main {
        margin-left: 150px;
        padding: 10 px;
    }
    
    footer {
        margin-left: 150px;
        text-align: center;
        font-style: italic;
        font-size: smaller;
        clear: both;
    }
}

@media only screen and (min-width: 768px){
    #wrapper {
        width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
    
    nav {
        float: left;
        width: 190px;
        padding-right: 10px;
    }
    
    main {
        margin-left: 200px;
        padding: 10 px;
    }
    
    footer {
        margin-left: 200px;
        text-align: center;
        font-style: italic;
        font-size: smaller;
        clear: both;
    }
}