﻿
body {
}
#container
{
    margin: 0 auto;
    width: 1000px;
}
#header
{
    width: 1000px;
    background-color: #f1f1f1;
    text-align: center;
    border-bottom-width: medium;
    border-bottom-color: #000000;
    border-bottom-style: solid;
    font-family: tahoma;
    font-size: x-small;
    float: left;
    z-index: 3;
}
#leftcontent
{
    width: 180px;
    float: left;
    background-color: f1f1f1;
    height: 500px;
    background-repeat: no-repeat;
}
#leftcontent td
{
    padding: 1px;
    font-family: Tahoma;
    font-size: small;
}

#rightcontent
{
    width: 800px;
    float: right;
}
#footer
{
    border-width: thin;
    width: 1000px;
    float: left;
    background-color: #FF0000;
    text-align: center;
    font-family: Tahoma;
    font-size: x-small;
    border-top-style: solid;
}
#header_right
{
    float: right;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
}
.rightside
{
    float: right;
}
.specialtext
        {
    font-weight: bold;
    font-size: xx-small;
}
.regulartext
{
    font-family: tahoma;
    font-size: small;
}

a:hover
{
    background-image: url( 'file:///c:/inetpub/wwwroot/emlan/../images/E-Logo-4px.gif' );
}

#main_content
{
    font-family: tahoma;
    font-size: small;
    float: left;
    width: 100%;
    z-index: 1;
}
#main_content h1
{
    font-family: tahoma;
    font-size: large;
}
#main_content #flashtable img
{
    border-style: solid;
    border-color: #999966;
    width: 95px;
    height: 95px;
}
#leftcontent table img
{
   
    padding-right: 2px;
}
#main_content table
{
    text-align: center;
    height: 30px;
}
.style1
        {
            font-size: xxx-large;
            font-weight: bold;
        }
