body
{
	margin: 0px;
  background-color: #01AEF2;
	font-family: Arial;
}

img
{
  border: none;
}

input
{
  margin-top: 0 !important;
  margin-top: 3px;
  margin-bottom: 3px !important;
  margin-bottom: 0;
}

a:link
{
    font-family: Arial;
    color: #417fc3;
    text-decoration: underline;
    
}
a:visited
{
    font-family: Arial;
    color: #417fc3;
    text-decoration: underline;
}
a:hover
{
    color: #FCB034;
    text-decoration: underline;
}

a:active
{
    font-family: Arial;
    color: white;
    text-decoration: underline;
   
}
.Links
{
   font-family: Arial;
   color: #417fc3;
   font-size: 11px;
   text-decoration: none;
}
.Text
{
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    height: 5px;
}
.FinePrint
{
    color: #063d6b;
    text-decoration: none;
    font-size: 9px;
    font-family: Arial;
}
.FinePrint2
{
    color: #063d6b;
    text-decoration: none;
    font-size: 9px;
    font-family: Arial;
    margin-left:3px;
}
.Error
{
    font-family: Arial;
    font-size: 12px;
    color: red;
   
}
.TextBold
{
    font-family: Arial;
    font-size: 15px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
}
.Header
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
	text-shadow: 1px 1px 1px #000000;
}
.HeaderLarge
{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
    text-shadow: 1px 1px 1px #000000;
}

.boldHeading
{
  color: #000;
  font-weight: bold;
}

.subheader
{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
    text-shadow: 1px 1px 1px #000000;
}

.scrollingContent
{
	width: 380px;
	height: 350px;
	overflow: auto;
	text-align: left;
	font-family:  Arial;
	font-size: 12px;
	position:inherit;
	padding-right: 5pt;
}
.scrollingContent2
{
	width: 900px;
	height: 430px;
	margin-top: 10px;
	
	overflow: auto;
	text-align: left;
	font-family:  Arial;
	font-size: 12px;
	position:inherit;

}
.validationTextboxHighlight
{
    border: 1px solid #CC0000;
    background-color: #999999;
}
.validationLabelHighlight
{
	color: #FFE700;
	font-weight: bold;
}

.highlightActiveField
{
    border: 1px solid #FF9933;
    background-color: #CCCCCC;
}

.highlightInActiveField
{
    border: 1px solid #808080;
    background-color: #ffffff;
}
.BG
{
     background-image: url('../images/bg.jpg');
     background-position:center top;
     background-repeat:no-repeat;
     height:635px;
}

#CenterPanel
{
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

#MainPanel
{
     background-image: url('../images/bg.jpg');
     background-repeat: no-repeat;
     height: 535px;
}

#FlashIntro
{
  float: left;
  width: 500px !important;
  width: 488px;
}

#ClockImage
{
  margin-left: 15px; 
  margin-top: 40px; 
}

#NavPanel
{
  float: left;
  margin-left: 58px !important;
  margin-left: 69px;
  margin-top: 14px;
  margin-bottom: 10px;
}

#NavPanel a
{
  font-size: 7pt;
  color: #FFF;
}

#ContentPanel
{
  float: left;
  margin-left: 0 !important;
  margin-left: 10px;
  padding-top: 30px;
  width: 380px;
  color: #FFF;
}

#ScrollingContent
{
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	height: 350px;
  width: 390px;
}

#EntryForm span
{
  display: inline-block;
  min-width: 75px;
  text-align: right;
  margin-right: 6px;
  width: auto !important;
  width: 75px;
}

#FooterPanel
{
  width: 800px;
  margin-left: 90px; 
}

#ValidationMessageDiv
{
  background-color: White;
  color: Red;
  border: solid 1px Maroon;
  margin: 6px;
}

#imgSecuityCode
{
}

#CaptchaButtons
{
	padding-right: 20px;
}

#lblPostCode
{

}

#Label5
{
	max-width: 50px;
	width: 50px !important;
	width: expression(this.width > 50 ? 50: true);
}

#Label7
{
	max-width: 50px;
	width: 50px !important;
	width: expression(this.width > 50 ? 50: true);
}


#Label6
{
	max-width: 90px;
	width: 90px !important;
	width: expression(this.width > 90 ? 90: true);
}

#Label8
{
	max-width: 90px;
	width: 90px !important;
	width: expression(this.width > 90 ? 90: true);
}
