HTML
{
    height: 100%;
}

BODY
{    
    height: 100%;
    background-color: #C6D3EF;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

DIV.main 
{    
	width: 1000px;

    margin: 0px auto;
	border-top: 0px;
	border-bottom: 0px;
    border-left: 3px solid #253F65;
    border-right: 3px solid #253F65;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;    

	background-image: url('img/back.png');
    background-repeat: repeat;
}

DIV.menu
{
    font-family: Helvetica;
    font-size: 13px;    
    font-weight: bold;
    width: 980px;
    height: 30px;
    background-color: #253F65;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 6px;    
}

A.menu:link    {color: #FFFFFF; text-decoration: none}
A.menu:visited {color: #FFFFFF; text-decoration: none}
A.menu:hover   {color: #FFFB00; text-decoration: none}
A.menu:active  {color: #FFFFFF; text-decoration: none}

DIV.submenu
{
    font-family: Helvetica;
    font-size: 13px;    
    font-weight: bold;
    width: 900px;
    height: 30px;
    background-color: #ce0000;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 6px;    
    padding-left: 20px;
}

A.submenu:link    {color: #FFFFFF; text-decoration: none}
A.submenu:visited {color: #FFFFFF; text-decoration: none}
A.submenu:hover   {color: #FFFB00; text-decoration: none}
A.submenu:active  {color: #FFFFFF; text-decoration: none}

h1 { color: #ce0000; font-family: Helvetica; font-size: 30px; font-weight: bold; text-decoration: none; margin: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 15px;}
h2 { color: #ce0000; font-family: Helvetica; font-size: 18px; font-weight: bold; text-decoration: none; margin: 0px; padding: 0px; }
h3 { color: #ce0000; font-family: Helvetica; font-size: 14px; font-weight: bold; text-decoration: none; margin: 0px; padding: 0px; }
h4 { color: #ce0000; font-family: Helvetica; font-size: 12px; font-weight: bold; text-decoration: underline; margin: 0px; padding: 0px; }

DIV.main_content
{
    font-family: Helvetica;
    font-size: 12px;    
    font-weight: bold;
    color: #253F65;    

    width: 960px;
    background-color: #FFFFFF;

    border: 3px solid #C6D3EF;
    margin: 0px;
    padding-top: 20px;    
    padding-left: 20px;    
    padding-right: 10px;    
    padding-bottom: 20px;    

    text-align: left;
}

DIV.copyright
{
    font-family: Helvetica;
    font-size: 12px;    
    font-weight: bold;
    color: #000000;

    width: 960px;
    height: 20px;
    background-color: #C6D3EF;

    border: 3px solid #C6D3EF;
    margin: 0px;
    padding-top: 20px;    
    padding-left: 20px;    
    padding-right: 10px;    
    padding-bottom: 20px;    

    text-align: center;
}

font.hlight
{
    color: #cc0000;
}

table.noborder td
{
    font-family: Helvetica;
    font-size: 12px;    
    font-weight: bold;
    color: #253F65;

    vertical-align: top;
    text-align: left;

    padding-right: 20px;
    padding-bottom: 20px;
}

table td
{
    font-family: Helvetica;
    font-size: 12px;    
    font-weight: bold;
    color: #253F65;

    text-align: left;
    vertical-align: top;
    padding: 2px;
}

table.border
{
    border: 2px #000000 solid;
    border-collapse: collapse;
}

table.border td
{
    font-family: Helvetica;
    font-size: 12px;    
    font-weight: bold;
    color: #253F65;

    border: 1px #000000 solid;
    vertical-align: top;
    text-align: left;
    padding: 4px;
}
