/*styles for all content pages*/
body
{
 background-Color:#F0E9CB;
 margin-top:0;
 margin-left:0;
 margin-right:0;
 margin-bottom:0;
}

table
{
    /*background-color:#F0E9CB;*/
    /*background-color:#F0E9CB;*/
    font-family: Arial;
    font-size:10pt;
}




A
{
    text-decoration:none;
    color:Black;
}

A:link
{
    /*text-decoration:none;*/
}

A:visited
{
    /*text-decoration:none;*/
}

A:hover
{
    text-decoration:underline;
}

A:active
{
    /*text-decoration:none;*/
}

div
{
    /*background-color:#F0E9CB; */
    font-family: Arial;
    font-size:10pt;
}
div.EditableContent
{
    float:inherit;
    background-color:Aqua;
    color:Blue;
    vertical-align:top;
    border:solid 2 black;
    width:100%;
    
}

div.MainBottom
{
    padding-top:10;
    padding-left:80;
    text-align:left;
    height:50;
    font-size:8pt;  
}

div.test1
{
    background-color:blue;
}

/*NEW STYES HERE*/
div.outer
{
 width:100%;
 height:97%;
 /*background-color:blue;*/
 border-top: solid 2 black;
 border-left: solid 2 black;
 border-right: solid 2 black;
 vertical-align:top;
}

div.BarTop
{
 border-right-style: none; 
 border-right-width: medium; 
 border-left-style:solid; 
 border-left-width:1px; 
 border-top-style:solid; 
 border-top-width:1px;
 border-color:#000000;
 background-color:black; 

 font-family:Tahoma;
 font-size:30;
 font-weight:700;
 color:#FFFFFF;
 padding-bottom:10;
 padding-top:5;
}

.Left
{   
    background-color:black;
    float:left;
    text-align:left;
    padding-left:10;
    font-size:22pt;
    font-weight:bolder;
}

.Right
{   
    background-color:black;
    float:right;
    font-size:10pt;
    padding-top:10;
    padding-right:150;
    vertical-align:middle;
    font-weight:normal;
}

div.MainTopMenu
{
    /*background-color:Blue;*/
    width:100%;
    /*height:50;*/
    text-indent:20pt;
    font-family:Tahoma;
    font-size:10pt;
    letter-spacing:1.2px;   
    padding-top:15; 
    color:Black;
    /*background-color:Lime;*/
}

div.ForumTopMenu
{
    /*background-color:Blue;*/
    width:100%;
    height:50;
    text-indent:20pt;
    font-family:Tahoma;
    font-size:10pt;
    letter-spacing:1.2px; 
    color:Black;
    /*background-color:Teal;*/
    padding-top:-100; 
}

div.spacer
{
    height:15;   
}

a.Menu
{
    color:Black;    
}

a.Menu:hover
{
    color:Black;
}

a.Menu:visited
{
    color:Black;
}

div.main
{
    background-color:Red;
    /*width:100%;*/
}

.mainleft
{
    /*padding-left:20;*/
    margin-left:25px;
    width:554;
    height:550;
    /*border:solid 2 black;*/
    float:left;
    /*background-color:Aqua;   */
}

.mainright
{
    text-align:left;
    float:left;
    padding-left:30;   

    /*background-color:Fuchsia;*/
}

div.bottom1
{
    width:100%;
    float:none;
   /*background-color:Lime;*/
    width:650;
    padding-left:310;
    padding-bottom:5;
    font-size:9pt;  
    height:1px;
    
}

div.bottom2
{
    width:100%;
    float:none;
    background-color:black;
    padding-left:210;
    font-size:9pt;  
    color:White;
    font-weight:bold;
    padding-top:3;
    padding-bottom:3;
    
}

.copyright
{
    padding-right:20;
    color:White;
}

.location
{
    padding:0;
}

div.Maiwand
{
    
    /*background-color:Red;*/
    background-image: url("/images/MaiwandLion.jpg");
    height:475;
    background-repeat:no-repeat;
    padding:7;
    padding-left:15px;
    
}

.TextDiv
{
    /*background-color:Blue;*/
    padding:7;
    font-size:10pt;
    text-align:justify;
   
}

.TextDivWithBorder
{
    /*background-color:Green;*/
    padding:7;
    font-size:10pt;
    border: solid 1 black;
    height:565;
   
}

.PaddedTextDiv
{
    background-color:Red;
    padding:7;
}

.Heading1
{
 font-size:14pt;
 font-weight:bold;
}


.Heading2
{
 font-size:12pt;
 font-weight:bold;
}

.Heading3
{
  font-weight:bold;
}

a.white
{
    color:White;    
}

a.white:hover
{
    color:White;
}

a.white:visited
{
    color:white;
}


.white
{
    color:White;
}

.RedText
{
  /*background-color: Red;   */
  color:Red;
}

.BoxedTitle
{
    background-color:Black;
    color:White;
    font-weight:bold;
    padding:5px;
    font-size:9pt;
}

div.MaiwandBottomText
{
    position:absolute;
    top:490;
    left:255;
    vertical-align:bottom;
    /*background-color:Fuchsia;*/  
    width:350;
}

.TextContentTitle
{
    color:yellow;   
    font-size:14; 
    font-weight:bold;
    /*background-color:Red;*/
}

.TextContentBold
{
    color:Blue;
    font-weight:bold;
    
}

.center
{
    text-align:center;
    /*background-color:Yellow;*/
}

a.blue
{
    color:Blue;    
}

a.blue:hover
{
    color:Blue;
}

a.blue:visited
{
    color:Blue;
}

#wrapper img {vertical-align:bottom;
    background-color:Black;} 
