/* Initialise padding and margins and font sizes */
html, body, div, table, h1, h2, h3, h4, h5, h6, p, form, img
{
  margin: 0;
  border: 0px none;
  padding: 0;
  font-size: 100.01%;
}

ul, li, blockquote, cite { font-family: Arial, Helvetica, sans-serif; }

/* HTML Styles ---------------------------------------------------------- */
body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  background-color: #9FB0BE;
  color: #727B81;
}

#mainPage
{
  width: 750px;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 25px 15px 80px 15px;
  border-left: solid 1px #B6C3CC;
  border-right: solid 1px #B6C3CC;
}

p
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 0.8em;
  line-height: 1.25em;
}

ul
{
  font-family: Arial, Helvetica, sans-serif;
  color: #727B81;
  list-style-type: none;
  line-height: 2em;
  font-size: 100%;
}

a 
{ 
  color: #EF841C;
  font-weight: bold;
  text-decoration: none;
}

a:link { color: #EF841C; }

a:visited { color: #EF841C; }

a:hover
{ 
  /*text-decoration: underline;*/
  color: #C11909;
}

a:active { color: #C11909; }

h1
{
  font-size: 250%;
  font-weight: normal;
}

#pop
{
	position: absolute;
	left: 27px;
	top: 95px;
	width: 675px;
	height: 247px;
	z-index: 10;
	border: solid 1px #000;
	visibility: hidden;
}

h1#strapline
{
  color: #A3AEB7;
  margin: 40px 0 20px 0;
  font-family: Arial, Helvetica, sans-serif;
}

h2
{
  font-size: 110%;
  font-weight: normal;
}

h3 { font-size: 100%; }

h4 {
font-size: 100%;
color: #79848C;
margin-bottom: 6px;
}

.orange 
{ 
  color: #EF841C;
  font-weight: bold;
}

.orangeSerp
{ 
  color: #EF841C;
  font-family: Serpentine, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.white 
{ 
  color: #fff;
  font-weight: bold;
}

.clearAll { clear:both; }

/* Hide/display the following elements for the different
media types. screenHide should hide elements from the screen
and printHide should hide elements from printing */
.screenHide { display: none; }
/*.printHide { display: run-in; }*/
