
body {
    background: #8da5d1;
}

#page-container {
    background: #fff;
}

#flags a img {
    border-color: #fff;
}

#header {
    color: #fff;
    background: #2e2f8c url(blue/header.jpg) top left repeat-x;
}

#menu {
    background: #000 url(blue/menu.gif) top left repeat-x;
}

#menu li {
    border-color: #fff;
}

#menu li a {
    color: #fff;
}

#menu li a:hover {
  color: #7f91b3;
}

#content {
    border-color: #2e2e8c;
}

.side-content a{
    background: #2e2e8c url(blue/book.gif) top left repeat-x;
    color: #fff;
    border-color: #fff;
}

.side-content a:hover{
  border-color: #000;
  background: #2e2e8c;
}

#text h1, #text h2, #text h3, #text h4, #text h5, #text h6, .sub-text h1, .sub-text h2, .sub-text h3, .sub-text h4, .sub-text h5, .sub-text h6 {
    color: #2e2e8c;
}

#text a, .sub-text a {
    color: #2e2e8c;
}

#sub-content {
    background: url(blue/middle.gif) top center repeat-y;
}

.sub-title {
    color: #fff;
    background: #2e2e8c url(blue/sub-header.jpg);
    border-color: #2e2e8c;
}

.blue {
    color: #2e2e8c !important;
}

.red {
    color: #db0000 !important;
}

.green {
    color: #1a521a !important;
}