body {
background-color: #2d3743;
background-image:url('background.png');
background-repeat:repeat;
}

p {
text-align: justify;
text-justify: inter-word;
}

img{
max-width:800px;
}

#titlearea{
color: white;
background-color: #013357;
}
#rdk-logo{
padding: 5px 32px 5px 32px;
background-color: white;
}

div.header {
    margin-top: 30px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-image: url(nav_h.png);
    background-repeat: repeat-x;
    background-color: #e7f0f9;
    border-bottom: 1px solid #D5D5D5;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

div.contents {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background-color: white;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}


li.footerleft
{
list-style-type:none;
float:left;
padding-left:10px;
padding-right:15px;
background-image:none;
background-repeat:no-repeat;
background-position:right;
color:#595959;
font-size: 8pt;
}
li.footerright
{
list-style-type:none;
float:right;
padding-left:10px;
padding-right:15px;
background-image:none;
background-repeat:no-repeat;
background-position:right;
color:#595959;
font-size: 8pt;
}



