﻿body
{

  font-family: 'Times New Roman' , Times, serif;
  margin: 0px;
  padding: 0px;
}


#LandingPage_Image
{
  background-image: url('../Images/home.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 886px;
  height: 580px;
  position: relative;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;  
  margin-top: 45px;
}


#LandingPage_Copyright
{
  position: absolute;
  bottom: 0px;
  color: #3D6253;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  left: 0px;

}

#LandingPage_WelcomeMessage
{
  position: absolute;
  height: 111px;
  width: 346px;
  bottom: 70px;
  right: 70px;
  color: #000000;
  text-align: justify;
  padding: 0px;
  font-size: 16px;
  font-family: 'Times New Roman' , Times, serif;
}

#LandingPage_EnterSite
{
  position: absolute;
  bottom: 0px;
  right: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  color: #FFFFFF;
}

#LandingPage_Slogan
{
  position: absolute;
  top: 400px;
  right: 12px;
  font-family: 'Times New Roman' , Times, serif;
  font-size: 36px;
  color: #022F17;
}

#LandingPage_Slogan sup
{
  font-size: 8px;
  vertical-align: text-top;

}
#LandingPage_ContentFooter
{
  font-family: Tahoma;
  font-size: 11px;
  position: absolute;
  bottom: -30px;
 width: 100%;
  text-align: center;
  padding: 3px;
}

#LandingPage_ContentFooter *
{
    color: #65817B;
    text-decoration: none;
}

#LandingPage_ContentFooter span
{
 /* This controls the spacing between the links in the footer */    
 padding-left : 12px;
 padding-right: 12px;
}