a, a:visited, a:hover {
    color: #2C5994;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#header {
    height: 100px;
    background-image: url(../images/header.jpg);
}

#header .menu {
    margin-left: 680px;
    color: red;
}

.menu ul {
    list-style: none;
    padding-top: 5px;
}

.main {
    background-color: #D0D9E6;
}

.menu ul li a {
    color: #2C5994;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 160px;
    height: 21px;
    line-height: 21px;
    background-color: #fafafa;
    border: 1px solid #2C5994;
    text-align: center;
}

.menu ul a:hover {
    color: #D2E4FF;
    background-color: #2C5994;
    border: 1px solid #D2E4FF;
}

.menu ul li {
    padding-top: 10px;
    margin-left: 10px;
}

.content {
	background-color: white;
	min-height: 500px;
}

.content-text {
    padding-left: 15px;
    padding-top: 10px;
}

#footer {
    border-top: 1px solid grey;
    text-align: center;
    color: #D2E4FF;
    background: #2C5994;
    padding: 3px 0 3px 0;
}

#footer a {
    color: #D2E4FF;
    text-decoration: underline;
}

#linkfooter {
    text-align: center;
}

#linkfooter, #linkfooter a, #linkfooter a:visited, #linkfooter a:hover {
    color: #c7c7c7;
}

.center {
    text-align: center;
}
