﻿html, body 
{
    height: 100%;
}
body 
{
    background-color: #000000;
    margin: 0px;
    color: #ffffff;
    font-family: Verdana ;
    font-size: small;
}
table 
{
    text-align: center;
}    
h3 
{
    color: #ffffff;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
}
h4
{
    color: #ffffff;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}
h5 
{
    color: #ffffff;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}
a 
{
    color: #1888A0;
    font-weight: bold;
}

/* Styles for the main page */
#language
{
    background: url(Images/languageBack.jpg);
    width: 797px;
    height: 658px;
    margin: 0 auto;
}
#language .choices 
{
    position: relative;
    top: 300px;
    left: 150px;
    height: 200px;
}
#language .choices img 
{
    margin-bottom: 20px;
    
}

/* Contents for home page and others */
#topContent
{
    background: url(Images/top.jpg) no-repeat top center;
    height: 162px;
    width: 737px;
    margin: 0 auto;
	text-align: left;
}
#topContent .tabs  
{
   position: relative; 
   top: 138px;
   text-align: right; 
}
#centerContentHome
{
    position: relative;
    height: 468px;
    width: 737px;
    margin: 0 auto;
	text-align: left;
}
#centerContentOtherOutside
{
    position: relative;
    background: url(Images/path.jpg) repeat-y top center;
    width: 737px;
    margin: 0 auto;
	text-align: left;
}
#centerContentOtherInside
{
    position: relative;
    background: url(Images/centerBack2.jpg) no-repeat top;
    width: 737px;
    margin: 0 auto;
    display: inline-table;
}
#centerContentOtherText
{
    position: relative;
    top: 30px;
    left: 200px;
	width: 520px;
    text-align: justify;
    margin-bottom: 50px;
}
#centerContentOtherBottom
{
    position: relative;
    bottom: 0;
    left: 93px;
    width: 542px;
    margin: 0 auto;
	text-align: left;
}
#bottomContent
{
    vertical-align: baseline;
    height: 42px;
    width: 737px;
    margin: 0 auto;
	text-align: center;
}
#bottomContent img { margin-right: 5px; }
.rake { border-collapse: collapse; width: 500px; }
.rake .headline { background-color: #6B0C00; }