﻿body
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: smaller;
    color: #000000;
    margin: 0;
    text-align:center;
    /*background-image: url(../../PortalImages/bg_1.gif);
    background-repeat: repeat-y;*/
    /*background-repeat: repeat;*/
}

#MasterLayout
{
    width: 1000px;
    margin: 0 auto;
    height: auto;
}

#MasterLogo
{
     width: 800px;
     height:100px;
     text-align: right;
     vertical-align:top;
}

#MasterLogin
{
    width:200px;
    height:100px;
    background-image: url('../../PortalImages/top_1px_bred_fyld.gif');
    background-repeat:repeat-x;
    text-align:right;
    vertical-align:top;
}

.MasterLoginLabelStyle
{
    font-size:9pt;
    color:Black;
    font-variant:small-caps;
}
.MasterLoginForgotPassword
{
	padding-top: 8px;
	padding-right: 15px;
	text-align: right;
}
.MasterLoginForgotPassword a, .MasterLoginForgotPassword a:hover, .MasterLoginForgotPassword a:visited
{
	font-size:8pt;
	text-decoration: underline;
}

#MasterFlagContainer
{
     text-align:right;
     padding-right:15px;
     padding-top:8px;
     padding-bottom:24px;
}

#MasterMenuLayout
{
    width: 1000px;
    height: 20px;
    text-align: center;
    vertical-align:top;
    background-color:#D4D4D4;
}

/*----- Left -----*/
#MasterLeft
{
    float: left;
    width: 200px;
    text-align: left;
    /*margin-bottom: 8px;*/
}

/*----- Center -----*/
#MasterCenter
{
    width: 600px;
    float: left;
    text-align: left;
    background-image: url(../../PortalImages/Bg_Center.gif);
    background-position: top;
    min-height: 675px;
    /*margin-bottom: 8px;*/
}

/*----- Right -----*/
#MasterRight
{
    float: left;
    width: 200px;
    /*margin-bottom: 8px;*/
}

.MasterFotterAddressImage
{
    padding-top:0px;
}

.FotterAddress
{
 font-family: Arial;
 font-style: normal;
 font-size: 8px;
 color: #333333;
 letter-spacing: 1.1px;
 padding-bottom: 5px;
 padding-top: 8px;
}


.MasterProp 
{
    height:800px;
    float:right;
    width:1px;
}
.MasterClear 
{
    clear:both;
    height:1px;
    overflow:hidden;
}


