﻿html
{
    margin:0;
    padding:0;  
    }

body 
{
    font-family:Tahoma;
    font-size:80%;
    background-image:url(../../images/background.gif);
    margin:0;
    padding:0;
    text-align:center;
}



div#container
{
    text-align:left
    }

div#header
{
    height:120px;
    line-height:22px;
    background-image:url(../../images/back-top.jpg);
    }
    
div#navigation
{

    padding:5px 0 0 10px;
    }
    
    
div#extra
{
    padding:5px 0 0 20px;
    }

div#footer
{
    background: #333;
    color: #FFF;
    background-image:url(../../images/back-bottom.gif);
    background-repeat:no-repeat;
    height:100px;
    }


div#container
{
    width:761px;
    margin:0 auto;
    background-image:url(../../images/back-mid.gif);
    }
    
div#content
{
    float:right;
    width:550px;
    padding: 5px 10px 5px 0px;
    }

div#contentLeft
{
    float:left;
    width:360px;
    padding: 0 5px 0 5px;
    color:#669999;
    }

div#contentRight
{
    float:right;
    width:180px;
    }
     
   
div#content h1
{
    font-size:100%;
    }
    
div#content a
{
    text-decoration:none;
    color:#636363;
    }
    
div#content a:hover
{
    text-decoration:none;
    color:#955C98;
    }
    
div#navigation
{
    float:left;
    width:180px
    }
    
div#extra
{
    float:left;
    clear:left;
    width:180px
    }
    
div#footer
{
    clear:both;
    width:100%
    }

div#footerIntL
{
    text-align:center;
    height: 30px;
    padding:10px 0 0 0;
    color:#000000;
    font-size:80%;
    width:761px;
    }
 
div#footerIntL a
{
    text-decoration:none;
    color:#7297a9;
    }
    
div#footerIntR
{
    padding:30px 0px 0 0;
    width:751px;
    text-align:right;
    }

div#topMenu
{
    height:40px;
    background-image:url(../../images/menu-back.jpg);
    background-repeat:no-repeat;
    }
    
div#topMenu a
{
    text-decoration:none;
    color:#636363;
    }
    
div#topMenu a:hover
{
    text-decoration:none;
    color:#955C98;
    }


#absBottom
{
    width:740px;
    margin:30px auto;
    font-size:9px;

    }
    
#divDetails
{
    width:210px;
    margin:60px 0 0 550px;
    color:#7599a9;
    }

.clsFormElement1
{
    width:250px;
    font-size:100%;
    }
    
.clsFormElement2
{
    width:250px;
    height:100px;
    font-family:Tahoma;
    font-size:100%;
    }
    
.submit
{
    margin: 0 0 0 100px;
    }
    

#homeblock
{
    background-image:url(../../images/blueblock.jpg); 
    height:97px;
    width:349px;
    background-repeat:no-repeat;
    font-weight:bold;
    color:#FFFFFF;
    padding:20px 10px 10px 10px;
    font-size:120%;
    }
    
.red{font-weight:bold; color:Red;}