body, html {
    background-color: #204c67;
}

h1, .page-title {
    font-size: 153.9%;
    color: #204C67;
}

h2 {
    font-size: 138.5%;
    color: #204C67;
}

strong {
    font-weight: 800;
}

em {
    font-style: italic;
}

div.pagelet-content ul {
    list-style-type: circle;
}

div.pagelet-content ul li{
    margin-left: 14px;
    list-style-type: inherit;
}
h3 {
    font-size: 118.5%;
    color: #204C67;
}

#inner-header h1 {
    color: #FFF;
    font-weight: bold;
}

#header {
    background: url('../img/top-repeat.png') repeat-x 140px 50px;
    background-color: #017cc2;
}

#inner-header {
    background: url('../img/top-menu.png');
}

ul#site-navigation li a {
    color: #f0ec58;
    text-decoration: none;
}

ul#site-navigation li a:hover {
    text-decoration: underline;
}

.leftmenu {
    color: #FFF;
    background-color: #6C8CD5;
}

.col1 {
    color: #000;
}

#sidebar ul.menu {
    margin-left: 1em;
}

#sidebar a {
    color: #FFF;
}

#sidebar a:hover {
    text-decoration: none;
}

#footer {
    font-size: 77%;
}

#footer a{
    color: #FFFFFF;
    text-decoration: none;
}

ul.header-actions-left {
    padding-bottom: 20px;
}

ul.header-actions-left li {
    display: inline;
}

.content {
    background: #FFF url(../img/top-gradient.png) repeat-x top left;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
}

