﻿.WholePage
{
    background-image:url(../Images/background.jpg);
    background-repeat:repeat-x;
}
.OuterContentFrame
{
   background-color:White;
   width:1000px;
   margin: 0 auto 0 auto;
   height:100%;
}
.InnerContentFrame
{
   margin-left:2px;
   margin-right:2px;
   height:100%;
}
.ContentFrameTopBar
{
   background-color:Maroon;
   width:100%;
   height:10px;   
}
.ContentHeader
{
   width:100%;
   /*height*/
}
.ContentHeaderLogoTextBar
{
   width:100%;
   height:70%;
   /*border-color:#D3D3D3;*/
}
.ContentHeaderLogoContainer
{
   height:110px;
   width:10%;
   float:left;
   background-image:url("../Images/LogoEdited.png");
   background-repeat:no-repeat;
}
.ContentHeaderTextContainer
{
   color:Maroon;
   background-color:White;
   width:80%;
   height:110px;
   font-size:50pt;
   line-height:95px;
   text-align:center;
   float:left;
}
.ContentHeaderMenuBar
{
   background-image:url("../Images/MenuBar.bmp");
   background-repeat:repeat-x;
   width:100%;
   height:45px;
   /*border:solid 1px blue;*/
}
.ContextHeaderMenuBarButtonContainer
{
   margin-left:106px;
   /*width:80%;*/
   width:800px;
   height:45px;
}
.ContentHeaderMenuBarButton
{
   background-color:#130A75;
   text-decoration:none;
   color:White;
   /*width:13.98%;*/
   width:111px;
   float:left;
   text-align:center;
   font-size:14pt;
   line-height:45px;   
   border-left:solid 1px #D3D3D3;
   border-right:solid 1px #D3D3D3;
}
.ContentHeaderMenuBarButton:hover
{
   font-style:italic;
}
a:visited
{
   color:White;
   text-decoration:none;
}
a:link
{
   color:White;
   text-decoration:none;
}
