body {
    background-color: #B2C2D1;
}

#pageWrapper {
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #FFF;
    /* Border */
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    border: solid 1px #808080;
}

#header {
    width: 1000px;
    height: 150px;
    position: relative;
    background-image: url(../images/header.png);
    background-repeat: repeat-x;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

#footer {
    position: relative;
    height: auto;
    width: 1000px;
    background-color: #1c6fb9;
    background-repeat: repeat-x;
    margin-left:auto;
    margin-right:auto;
    border-radius: 0px 0px 10px 10px;   
    -moz-border-radius: 0px 0px 10px 10px;    
    -webkit-border-radius: 0px 0px 10px 10px;   
    border: 1px solid #ddd;
    color: #c6c6c6;
    text-shadow: 0 1px 0 #3372EB;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 30px;
    text-align: center;
    box-shadow: 0 0 5px 5px #888;
}

#logo {
    position: relative;
    padding: 10px;
    width: 170px;
    height: 130px;
}

#logo2 {
    position: absolute;
    right: 65px;
    top: 40px;
    width: 320px;
    height: 110px;
}

#siteTitle2 {
    position: relative;
    font-size: 20px;
    color: blue;
    text-shadow: 1px 1px 1px #000;
    left: 150px;
    bottom: 50px;
}

#siteTitle {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 20px;
    color: #1c85d1;
    text-shadow: 1px 1px 1px #000;
}

#nav {
    position: relative;
    width: 980px;
    height: 26px;
    /* Borders */
    background-color: #1c6fb9;
    margin-top: 0;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    /*text-shadow: 0 1px 0 #777;
    -moz-box-shadow: 1px 1px 15px #999 inset;
    -webkit-box-shadow: 1px 1px 15px #999 inset;
    box-shadow: 1px 1px 15px #999 inset;*/
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}

#nav a {
    text-decoration: none;
    color: #fff;
    font-size: 13pt;
    font-weight: bold;
    text-shadow: 0 1px 0 #777;
}

#nav a:visited {
    color: #fff;
}

#nav a:hover {
    color: #FF981D;
}

#nav #login {
    float: right;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    text-shadow: 0 1px 0 #777;
    padding-right: 10px;
}

#nav #menu {
    float: left;
    padding-left: 10px;
}

#contentWrapper {
    position: relative;
    width: 1000px;
}

#leftSide {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 180px;
    float: left;
    min-height: 250px;
}

#mainContent {
    position: relative;
    top: 10px;
    left: 200px;
    width: 790px;
    min-height: 520px;
}

.leftMenu ul {
    list-style: none;
    margin: 0px;
    padding: 10px;
}

.leftMenu ul li {
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    line-height: 24px;
    padding-left: 4px;
    cursor: pointer;
}

.leftMenu ul li:hover {
    background-color: #ddd;
}

.leftMenu a {
    text-decoration: none;
}

.leftMenu a:visited {
    color: #0A5BC4;
}

.group-box {
    border: 1px solid #999;
    background: #f3f3f3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*-moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 3px 3px 10px #ddd;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.group-box .title {
    background-color: #1c6fb9;
    height: 22px;
    padding: 5px 10px;
    margin-top: 0;
    color: #fff;
    font-size: 13pt;
    font-weight: bold;
    /*text-shadow: 0 1px 0 #777;
    -moz-box-shadow: 1px 1px 15px #999 inset;
    -webkit-box-shadow: 1px 1px 15px #999 inset;
    box-shadow: 1px 1px 15px #999 inset;*/
}

div.error {
    font-weight: bold;
    text-align: left;
    color: red;
}

div.error a {
    text-decoration: none;
}

h1 {
    text-align: center;
    font-size: medium;
}

p {
    font-size: small;
    text-align: center;
    margin-top:0px;
}

#mainContent .group-box .title {
    text-align: center;
}