/***********************************************************
 *
 * global
 *
 ***********************************************************/
body {
    background-color: #00008c;
}

/***********************************************************
 *
 * page
 *
 ***********************************************************/
.page {
    width: 800px;
    margin: 5px auto;
    padding: 0;
    background: url("images/background-body.png") repeat-y top;
    border: none;
}

/***********************************************************
 *
 * header
 *
 ***********************************************************/
.header {
    position: relative;
    width: 100%;
    height: 120px;
    color: #00008c;
    background: url("images/background-top.png") no-repeat top center;
}
.header-items {
    position: relative;
    top: 25px;
    width: 390px;
    height: 100px;
    margin-left: 20px;
    padding-left: 150px;
    text-align: right;
    background: url("images/gpass.png") no-repeat top left;
}
.header a, .header a:hover, .header a:visited {
    text-decoration: none;
    color: #00008c;
}
.header img {
    float: left;
    width: 100%;
    height: 140px;
}
.header h1 {
    margin: 0;
    padding: 0;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 2.5em;
}
.header h2 {
    margin: 0;
    margin-bottom: 0.5em;
    padding: 0;
    font-size: 1.2em;
}
.header .description {
    color: gray;
}
.header .languages {
    position: absolute;
    top: 35px;
    left: 580px;
    width: 150px;
}
.header .languages ul {
    margin: 0;
    padding: 0;
}
.header .languages li {
    display: block;
}

/***********************************************************
 *
 * menu
 *
 ***********************************************************/
.menu {
    margin: 0 11px 0 9px;
}
.menu a, .menu a:hover, .menu a:visited {
    text-decoration: none;
    color: #ffffff;
}
.menu ul {
    padding: 0;
    margin: 0;
}
.menu-top {
    height: 15px;
    background: url("images/separator-top.png") repeat-x bottom center;
}
.menu-items {
    border-top: 1px solid #00008c;
    padding: 0 0 0 1em;
    font-weight: bold;
    color: #ffffff;
    background-color: #00008c;
}
.menu li {
    display: inline;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.menu li.active {
    font-weight: bold;
    text-decoration: underline;
}
.menu-bottom {
    height: 10px;
    background: url("images/separator-bottom.png") repeat-x top center;
}

/***********************************************************
 *
 * content
 *
 ***********************************************************/
.content {
    position: relative;
    margin: 0 21px 0 19px;
}
.content h2 {
    color: #00008c;
}
.content pre {
    margin: 0 10em 0 2em;
    padding: 0.5em;
    border: 1px solid #0099cc;
    background-color:#ccccff;
    font-size: small;
    overflow: auto;
}

/***********************************************************
 *
 * main
 *
 ***********************************************************/
.main {
    width: 550px;
    position: relative;
    font-size: 0.9em;
}
.main h2 {
    color: #00008c;
}

.left-pane {
    width: 300px;
    padding-right: 10px;
    vertical-align: center;
}
.left-image-pane {
    width: 200px;
    padding-right: 10px;
    text-align: right;
    vertical-align: center;
}
.right-pane {
    width: 300px;
    padding-left: 10px;
    vertical-align: center;
}
.right-image-pane {
    width: 200px;
    padding-left: 10px;
    text-align: left;
    vertical-align: center;
}

.right-image-pane a, .right-image-pane a:hover, .right-image-pane a:visited {
    text-decoration: none;
}

.news {
    width: 550px;
}

/***********************************************************
 *
 * sidebar
 *
 ***********************************************************/
.sidebar {
    position: absolute;
    top: 0px;
    left: 560px;
    width: 150px;
    font-size: 0.9em;
}
.sidebar h1 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Lucida Grande', Verdana, Sans-Serif;
    border-bottom: 1px dotted #00008c;
}
.sidebar h2 {
    font-size: 1em;
}
.sidebar ul {
    margin: 0;
    padding: 0;
}
.sidebar li {
    display: block;
    clear: both;
    margin-left: 0.5em;
    font-size: 0.9em;
    margin-bottom: 2px;
}
.sidebar a, .sidebar a:hover, .sidebar a:visited {
    text-decoration: none;
    color: #00008c;
}

/***********************************************************
 *
 * footer
 *
 ***********************************************************/
.footer {
    width: 100%;
    padding-bottom: 20px;
    background: url("images/background-bottom.png") no-repeat bottom center;
}
.footer-items {
    text-align: center;
    font-size: small;
}
.footer-items p {
    margin: 0;
}

