﻿/*---------------------- General Html ----------------------*/
body
{
    font-size: 15px;
    font-family: Verdana, Arial;
    text-align: justify;
    height: 100%;
    background-repeat:repeat;
    background-image: url(../images/Background.jpg);
    color: #070731;
}

a
{
    color: #8888FF;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
}

img
{
    border-style: none;
}

img.Center 
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1
{
    font-size: 28px;
    margin: 0px;
    font-weight: normal;
}

h2
{
    font-size: 18px;
    margin: 0px;
    font-weight: normal;
}

hr
{
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
    background-color: #444444;
    color: #444444;
    height: 2px;
    width: 100%;
}

/*---------------------- Page and Background ----------------------*/

#PageHeader
{
    position: absolute;
    top: 0px;
    height: 215px;
    width: 680px;
    background-repeat: no-repeat;
    background-image: url(../images/earth.jpg);
    left: 48%;
    margin-left: -340px;
}

#Page 
{
    position: absolute;
    top: 250px;
    width: 1000px;
    left: 48%;
    margin-left: -500px;
    margin-bottom: 500px;
    padding: 20px 20px 1px 20px;
    background-repeat: repeat;
    background-image: url(../images/page-background.jpg);
}

div.HeaderBox
{
    position: relative;
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    background-color: #000000;
    border: solid 5px #21224C;
    padding: 20px;
    height: 80px;
}

div.ContentBox
{
    position: relative;
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    background-color: #000000;
    border: solid 5px #21224C;
    padding: 20px;
    width: 740px;
}

div.PartnerBox
{
    position: absolute;
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    background-color: #000000;
    border: solid 5px #21224C;
    width: 180px;
    top: 170px;
    right: 20px;
    padding: 20px 0px 20px 0px;
    text-align: center;
}


img.Partner
{
    padding: 30px 0px 0px 0px;
}

div.Clear
{
    clear: both; 
    font: 1px/1px sans-serif;
}

div.ImgLeft
{
    float: left; 
    width: 256px; 
    height: 256px; 
    margin-right: 20px;
    border: solid 5px #21224C;
}

.BottomMargin
{
    margin-bottom: 20px;
}