﻿body {
}


#MasterHeader
{
    width: 95%;
    height:120px;
    padding-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-top: .1em;
    background-image: url(../App_Themes/Images/BackMain.png);
    background-repeat: repeat;
    border-bottom: 3px solid aqua; 
    font-family: Dragonwick, Cursive;
    font-size: 3em;
    clear:right;
}

#LeftNav 
{
    float:left;
    border-color:Navy;
    border-width:2px;
    padding: 1em;
}

#HorizMenu
{
     padding: .2em;
     width: 90%;   
     height: 30px;
     clear: both;
}

.HMLeft
{
   float: left; 
   padding-left: 1em; 
   width: 32%;
}
    
.HMMiddle
{
  font-family: Verdana;
  font-size: .8em;
  font-weight: bold;
  float: left;
  width: 32%; 
 }

.HMRight
{
    font-family: Verdana;
    font-size: .8em;
    font-weight: bold;
    float: right; 
    width: 32%;
}    

#Content
{
    float:left;
    padding: .5em;
    background-color: #C6EFEF;
    min-height: 400px;
    min-width: 40%;
}

#Bottom
{
    padding: 1em;
    clear: both;
    text-align:center;
}

.BottomLeft
{
    float: left;
    clear: right; 
    }

.SitePath
{
    padding-left: 1em;
    padding-top: 1em;
    clear: right;
}

#Wrapper
{
    position: absolute; 
    top: 0;
    left: 0; 
    width: 98%;
}

.LeftStripes
{
     border-right: 2px solid blue;
     border-left:  2px solid blue;
     width: 10px;
     height: 100%;
   
}

.ImageLeft
{
   float: left;
   padding: .3em;   
}

.ImageRight
{
   float: right;
   padding: .3em;   
}

/*
    background-image: url(../App_Themes/Images/BackgroundMain.jpg);
    background-repeat: repeat;
    background-color: #DEEBB5;
    background-image: url(../App_Themes/Images/Womens/womenswallpaper2.jpg);
    background-repeat: repeat;  
*/

/*   Main Page   */

.MainHeader
{
    text-align:center;
    width: 98%;
    font-family: Arial;
    font-size: large; 
    color: Navy; 
    padding-bottom: .3em;   
    }
.MainBottom
{
    padding: .5em;
    font-size:large;
    text-align: center; 
    font-weight:normal;    
}

/*   Womens Page   */

#Womens
{
   
}

#LinksPage
{
    font-size:large;
    color:Navy; 
    
    }