/* CSS Document */

html{    /* this removed horizontal scroll in chrome*/
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


body { 	 
  font-family: arial, georgia, verdana, tahoma;
  background-color: #FFFFFF;
  color: BLACK;
  font-size: 1em
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  overflow-x: hidden; /* this removed horizontal scroll in Firefox, not chrome*/
  padding: 0px;
}

a {
    text-decoration: none }
  a:link {
    color: #4475a1;}
  a:visited {
    color: #4475a1;}

	
.heading {
  font-weight: bold;
  font-size: 1.25em
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}


.HeaderTopBgColour {
  background: #4475a1;
  height: 25pt;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.LogoArea {
  font-family: Perpetua, Times New Roman;
  font-size: 36pt;
/*  font-size: 300%;*/
text-size-adjust: auto;
  font-weight: bold;
  height: 90pt;
}

.homePageText {
  font-family: Perpetua, Times New Roman;
  font-size: 30pt;
  font-weight: bold;
}

.line {
  background-image: url('images/line.png'); 
  background-repeat: repeat-x;
  vertical-align: center;
}


.Menu {
  background: #4475a1;
  height: 52pt;
  font-family: Perpetua, Times New Roman;
  font-size: 18pt;
  font-weight: bold;
/*  width: 1280; */
  align: center;
  vertical-align: middle;
}

.Menu a,v{
  color:#ffffff;
  text-decoration: none;
}

.Menu a:hover {
  color: #000000;
}



/*
***********************************
*    Navigation
***********************************
*/

nav {
  padding-left: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 18pt;
  align: center;
}

.navigation li{
  display: inline;
  padding-right: 7%;
  align: center;

}

.navigation a{
  text-decoration: none;
  color: #ffffff;
}

.navigation a:hover{
  color:#000000;	
}


/*
***********************************
*    Main
***********************************
*/

.main{
  background-color: #ffffff;
  width: 100%;
}

h2{
  color: #4475a1;
  font-size: 24pt;	
  font-weight: bold;
}


.sidebarL {
  background-color: #6b97c0;
  background-repeat: repeat-y 50% 0;
  padding-bottom: 800px;
  margin-bottom: -800px;
}


.sidebarR {
  background-color: #6b97c0;
  background-repeat: repeat-y 50% 0;
  padding-bottom: 800px;
  margin-bottom: -800px;
}


/*
***********************************
*    Footer 
***********************************
*/


.footer {
  background-color: #4475a1;
  clear: both;
  margin: auto; 
  font-size: 12px; 
  text-align:center;
/*  color: #ff0000;*/
  width: 100%;
/*  position: fixed;*/
  bottom: 0;
  color: #ffffff;
  font-family: arial, georgia, verdana, tahoma;
  font-size: 10pt;
  padding: 10px;
}


.footer a{
  text-decoration: none;
  color: #ffffff;
}

.footer a:hover{
  color:#000000;	
}
