﻿body {
    background-image: url(../../../images/themes/Winter/background3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

#Bottom_Window
{
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  border-left: solid 1px black;
  border-top: none;
}
#Top_Window
{
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-left: solid 1px black;
  border-bottom: none;
}
#WebsiteBorder_Left{
    width: 992px;
    padding-left: 8px;
    margin-right:auto;
    margin-left:auto;
    background-image: url("../../../images/themes/Winter/left_border.gif");
    background-position: left bottom;
    background-repeat: repeat-y;
}
#WebsiteBorder_Right{
    width: 992px;
    background-image: url("../../../images/themes/Winter/right_border.gif");
    background-position: right bottom;
    background-repeat: repeat-y;

}
#WebsiteBorder_Bottom{
    width: 1000px;
    height: 40px;
    margin-right:auto;
	margin-left:auto;
    background-image: url("../../../images/themes/Winter/bottom_border.gif");
    background-position: center top;
    background-repeat: no-repeat;

}
#bottom_shadow
{
    margin-top: -10px; /*added to eliminate spacing */
    padding-bottom: 0px;
     
}
#MainMenu .level1
{
    background-image: url(../../../images/themes/Winter/Title_BG.gif);
}
.MarksMenu a:Hover
{
    background-image: url(../../../images/title_background5.gif);
}
#MainMenu .selectedstyle
{
    background-image: url(../../../images/title_background3.gif);

}
#MainMenu .hoverstyle
{
   background-image: url(../../../images/title_background5.gif);

}
#MainMenu .hoverstyle2
{
   background-image: url(../../../images/title_background5.gif);
}
.Article_SubHeader
{
 background-color: #790000;
 color: White;
}
.SubPage_TopText
{
    background-color: #790000;
    border-top: solid 2px black;
 color: White;
}
