﻿body 
{
    background-color:#5976EA;
    background-image:url('../Images/Official_MaidGramLogo3x3.png');
    background-repeat:no-repeat;
    background-position:top left;
    background-attachment:fixed;
    font-size: .80em;
    font-family: Tahoma, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969;    
    
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    font-family: Tahoma, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.3em;
    padding-bottom:20px;
    padding-left:20px;
    white-space:nowrap;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.headerBG
{
	background-image:url('../Images/HeaderBG01.png');
	background-position:left top;
	background-repeat:no-repeat;
	width:890px;
	height:268px;
    text-align: center;
}

.tableStyle
{
    width: 840px;
    height: 600px;
    border: 15px solid #FFFFFF;
    background-color:#FFFFFF;
}

.menuBG
{
  background: url('../images/Header.png') no-repeat;
  background-position:left center;
  background-color:#ffffff;
}

.fsSearch
{
    font-size:10pt;
    font-weight:bold;
    font-family:  Calibri, 'Buxton Sketch'   ,Tahoma;
    color:Navy;
}

        .Header
        {
            font-size: medium;
        }
        .Required
        {
            font-size: medium;
            color:Red;
        }

.MainContent
{
    overflow-y:auto;
    overflow-x:hidden;
    border: 0px dashed red;
    margin:   5px 5px 20px 5px;
    width: 95%;
    padding-left:20px;
    padding-right:20px;
	text-align: left;
}
        .footer
        {
            background: url('../images/Header.png') no-repeat center top;
            font-weight:bold;
            font-size:small;
            width:740px;
            height:35px;
		text-align:center;
		visibility:collapse;
        }
        
        .footer a
        {
            text-decoration:none;
     
        }
        .footer a:hover
        {
            text-decoration:underline;
        }
        
        #sectionSearch
        {
            white-space:nowrap; 
            background-color:#C7ECFB;
             background: url('../images/bubbles.png') repeat;
             width:150px;
             }
       
         .bottomLeft
        {
            white-space:nowrap; 
             background: url('../images/blueFlower.png') repeat-y;
             height:200px;
       }
