﻿body 
{
    background-image: url('../images/Background_Tile_Image.gif');
}
.Wrapper
{
    border-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 72px;
    margin-top: 72px;
    width: 970px;
    height: auto;
    vertical-align: top;  
    
}
.TopMenu
{
    border-style: none;
    padding: 0px;
    margin: 0px;
    width: 970px;
    height: 88px;
    vertical-align: top;
    z-index: 2;
}
.MainContentImage
{
    border-style: none;
    padding: 0px;
    margin: 0px;
    background-image: url('../images/MainContentImage.jpg');
    background-repeat: no-repeat;
    background-color: Gray;
    background-position:top;
    width: 970px;
    height: 466px;
    vertical-align: top;
    z-index: 0;
}
.LeftContainer
{
    float: left;
    margin-left: 0px;
    padding: 0px;
    width: 275px;
    height: 500px;
}

.News
{
    float: left;
    margin-left: 20px;
    margin-top: 120px;
    padding: 0px;
    width: 250px;
    height: 158px;
}

.Announcements
{
    float: left;
    margin-left: 20px;
    padding: 0px;
    width: 250px;
    height: 158px; 
 
    Margin-top: 18px;
}
.MainFlashMovie
{
 float: right;
 margin-right: 0px;
 padding: 0px;
 width: 475px;
 height: 386px; 
 margin-top: 5px;
 z-index: 1;   
}
.ModalBackground
{
  background-color:#CCCCCC; 
  filter:alpha(opacity=60); 
  opacity:0.6; 
    
}
.Header
{
    background-color: #000033;
    color: White;
    padding:10px;
    text-align: center;
    border: 2px;
    border-color:Maroon;
}
.ModalContent
{
    padding: 0px;
    width:595px;
    height:375px;
    overflow: auto;
}
.ModalFooter
{
    padding: 15px;
    width: 595;
    height: 25px;
    text-align:right;
    font-size:small;
}
.modalPopup 
{ 
    width:700px;
    height:450px;
    
 
 }    
 .ModalGrid
 {
  width: 700px;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
.ModalGridTdTopLeft
{
    width: 75px;
    height: 28px;
   
    background-image: url('../images/BoxImages/BoxTopLeft.png');
    background-repeat: no-repeat;
}
.ModalGridTdTopSide
{
  
    background-image: url('../images/BoxImages/BoxSideTop.png');
    background-repeat: repeat-x;
    width: 597px;
}
.ModalGridTdTopRight
{
 
    width: 28px;
    height: 28px;
    background-image: url('../images/BoxImages/BoxTopRight.png');
    background-repeat: no-repeat;
}
.ModalGridTdSideLeft
{
    vertical-align:top;
    width: 75px;
    height: 394px;
    background-image: url('../images/BoxImages/BoxSideLeft.png');
    background-repeat: repeat-y;
}
.ModalGridContent
{
    vertical-align: top;
    background: url('../images/BoxImages/SpacerWhite.gif');
}
.ModalGridTdSideRight
{
    width: 28px;
    height: 394px;
    background-image: url('../images/BoxImages/BoxSideRight.png');
    background-repeat: repeat-y;
}
.ModalGridTdBottomLeft
{
    width: 75px;
    height: 28px;
    background-image: url('../images/BoxImages/BoxBottomLeft.png');
    background-repeat: no-repeat;
}
.ModalGridTdSideBottom
{
    width: 597px;
    background-image: url('../images/BoxImages/BoxSideBottom.png');
    background-repeat: repeat-x;
}
.ModalGridTdBottomRight
{
    width: 28px;
    height: 28px;
    background-image: url('../images/BoxImages/BoxBottomRight.png');
    background-repeat: no-repeat;
}


