﻿body 
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #242c5d;
    background-image: url(../Images/Layout/Backgroundthing.jpg);
    background-repeat: repeat-y;
}

.HeaderRow
{
    background-image: url(../Images/Layout/toprighta.jpg);
    background-repeat: repeat-x;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.Featured_Body
{
    background: url(Images/Featured/Featured_Body.jpg) repeat-y;
}

.FeaturedHeader
{
    background: url(Images/Featured/Featured_Body.jpg) repeat-y;
    color: White;
    font-size: larger;
    text-align: left;
}

.TopHeaderContent
{
    background-image: url(../Images/Layout/TopRepeat.jpg);
    background-repeat: repeat-x;
    width: 100%;
}

.LeftNavigationBar
{
    background-color: #800500;
    color: White;
    padding-top: 10px;
    width: 150px;
    height: 100%;
}

.TopNavigationBar
{
	background: #800500 url(../Images/Layout/toprightb.jpg) repeat-x;
    color: White;
    width: 100%;
    height: 20px;
}

.NavLinks
{
    font-size: 10pt;
    font-family: Verdana;
    color: White;
}

.RightTopContent
{
    background-image: url(../Images/Layout/TopRepeat.jpg);
    background-repeat: repeat-x;
    width: 100%;
    padding-top: 50px;
}

.RightContent
{
    padding-top: 20px;
}

a.
{
    color: White;
    text-decoration: none;
}
  
A.Links:Link
{
    color: White;
    text-decoration: none;
}

A.Links:Visited
{
    color: White;
	text-decoration: none;
}

A.Links:Hover
{
    color: LightBlue;
	text-decoration: underline;
}

a.links2:link 
{
    color: #ffffff;
    text-decoration: underline;
}
a.links2:visited 
{
    color:  #ffffff;
    text-decoration: underline;
}
a.links2:hover 
{
    color:#e7ef44;
    text-decoration: underline;
}

a.linksPage:link 
{
    color: #ffffff;
    text-decoration: underline;
}
a.linksPage:visited 
{
    color: #ffffff;
    text-decoration: underline;
}
a.linksPage:hover 
{
    color:#e7ef44;
    text-decoration: underline;
}
/*
************************************************************
Navbar Styles Start
************************************************************
*/

.NavBar
{
  text-decoration: none;
  background-color:#800500;
  padding:2px 0px 0px 3px;
} 

.TopItem
{
  text-decoration: none;
  background-color:#800500;
  color: White; 
  font-family:verdana; 
  font-size:11px; 
  font-weight:bold; 
  width:150px;
  cursor:pointer;
  padding:2px 0px 0px 3px;
}

.TopItemHover
{
  text-decoration: none;
  background-color:DarkGray;
  color:black;
  font-family:verdana; 
  font-size:11px; 
  font-weight:bold; 
  cursor:pointer;
  padding:2px 0px 0px 3px;
}

.TopItemActive
{
  text-decoration: none;
  background-color: darkgray;
  color: Black;
    font-weight:bold; 
  font-family:verdana; 
  font-size:11px; 
  padding:2px 0px 0px 3px;
  cursor:pointer;
}

.Level2Item
{
  background-color: #800500;
  text-decoration: none;
  color:White;
    font-weight: bold;
  font-family: verdana; 
  font-size: 11px; 
  padding:2px 0px 2px 9px;
  cursor:hand;
}

.Level2ItemHover
{
  background-color: DarkGray;
  color:Black;
  font-family: verdana; 
  font-size: 11px; 
  text-decoration: none; 
  padding:2px 0px 2px 9px;
  cursor:hand;
    font-weight: bold;
}

.Level2ItemSelected
{
  background-color: DarkGray;
  color: Black;
  font-weight: bold;
  font-family: verdana; 
  font-size: 11px; 
  padding:2px 0px 0px 3px;
  cursor:hand;
  text-decoration: none;
}

.Level2Group
{
  text-decoration: none;
  background-color: #800500;
  padding:2px 0px 0px 3px;
}

.Empty
{
}

/*
************************************************************
Navbar Styles End
************************************************************
*/