﻿/*Footer page bottom*/
html, body, #wrapper 
{
  margin: 0;
  padding: 0;
  width: 100%;
  height:auto;      /* should be auto */
  min-height: 100%;
}
html>body, html>body #wrapper 
{
  height: auto;
}
div#wrapper 
{
  position: absolute;
  top: 0;
  left: 0;
}
.clear 
{
  clear: both;        /* below longest column */
  margin: 0;
  padding: 0;
}
#footer 
{
  clear: both;        /* below longest column */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;       /* height of #footer bg img */
  text-align: center;
}
#footer 
{
  position:relative;
}
#main 
{
  margin: 0;
  padding: 0; /* to be adjusted to #footer height, at minimum */
}

* html #footer 
{
  position:relative;
}
* html #main 
{
  padding-bottom: 100px;
} 
head:first-child+body div#footer 
{
  position:relative;
}
head:first-child+body div#main 
{
  padding-bottom: 100px;
} 

#sidebar 
{
  display: none;
}
/*  END  */
.background
{
	background-image:url("../Images/background.jpg");
	background-repeat:repeat-x;
	background-color:#A6C5EA;
	text-align:center;
	vertical-align:top;
	margin:0 0 0 0;
}
.background_sub
{
	background-image:url("../Images/background_sub.jpg");
	background-repeat:repeat-x;
	background-color:#A6C5EA;
	text-align:center;
	vertical-align:top;
	margin:0 0 0 0;
}
.arial_10px_black_normal
{
	font-family:Arial;
	font-size:10px;
	font-weight:normal;	
}
.arial_10px_987D14_normal
{
	font-family:Arial;
	font-size:10px;
	font-weight:normal;	
	color:#987D14;
}
A
{
	text-decoration:none;	
}
A:hover
{
	color:#A6C5EA;
}
.arial_11px_black_normal
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;	
}
.arial_11px_white_normal
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;	
	color:White;
}
.arial_18px_CC9900_bold
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;	
	color:#CC9900;
}
.arial_11px_CC9900_bold
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;	
	color:#CC9900;
}
.arial_12px_black_normal
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;	
}
.arial_12px_316AB5_bold
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;	
	color:#316AB5;
}
.arial_12px_316AB5_normal
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;	
	color:#316AB5;
}
.arial_11px_316AB5_bold
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;	
	color:#316AB5;
}
.arial_11px_316AB5_normal
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;	
	color:#316AB5;
}
.arial_12px_BD9C1A_bold
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;	
	color:#BD9C1A;
}