﻿body
{
}

html
{
}

body
{
  font-family: garamond;
}

.DefaultDiv
{
  width: 100%;
  height: 100%;
}

.LeftPanel
{
  width: 10%;
  vertical-align: top;
}

.RightPanel
{
  vertical-align: middle;
  width: 10%;
  text-align: center;
}

.CentrePanel
{
  width: 50%;
}

.TitlePanel
{
  width: 60%;
  vertical-align: middle;
  text-align: center;
}

.DefaultText
{
  font-family: Garamond;
  font-size: large;
  color: #000000;
  background-position: left bottom;
  background: url('images/DiffuseSnowSmall.JPG') no-repeat fixed bottom left;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
}

.DefaultText a
{
  font-size: large;
  font-weight: bold;
  color: #000000;
}

.DefaultText a:visited
{
  font-size: large;
  font-weight: bold;
  color: #CC99FF;
}

.DefaultText a:hover
{
  font-size: large;
  color: #CC33FF;
}

.DefaultText_FSB
{
  font-family: Garamond;
  font-size: large;
  color: #FFFFFF;
  background-position: center center;
  background: url('images/InsideFromEntranceBig.JPG') no-repeat fixed center center;
  background-color: #000000;
  width: 100%;
  height: 100%;
}

#BottomTable
{
  bottom: 0px;
  width: 100%;
  height: 46%;
  position: absolute;
  text-align: center;
}


.PageTitle
{
  font-family: Garamond;
  font-size: xx-large;
  font-weight: bold;
  vertical-align: bottom;
  text-align: center;
}

.PageSubTitle
{
  font-family: Garamond;
  font-size: x-large;
  font-weight: bold;
  text-transform: capitalize;
  vertical-align: top;
  text-align: center;
}

.BottomLeftImg
{
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: -1;
}

.floatimgrightbottom
{
  float: right;
  margin: 10px, 0px, 10px, 10px;
  vertical-align: bottom;
}


.CentreTransBox
{
  margin: 0 5px;
  background-color: #000000;
  border: 2px solid black;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.CentreTransBox div
{
  padding: 5px;
  font-weight: bold;
  color: #FFFFFF;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
}

/* This is the transparent box */
#transbox
{
  width: 200px;
  margin: 0 10px;
  background-color: #000000;
  border: 2px solid black;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* This is the container which set text to solid color.
position: relative used for IE */
#transbox div
{
  padding: 5px;
  font-weight: bold;
  color: #FFFFFF;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
}

#transbox a
{
  font-size: large;
  font-weight: bold;
  color: #FFFFFF;
}

#transbox a:hover
{
  font-size: large;
  color: #FFFD9C;
}
