﻿/*
	Standard Colours

	Blue 1 (Dark)	#00437e
	Blue 2 (Mid)	#384036
	Green 1	(Dark)	#418c83
	Green 2 (Light)	#d6e7e5
	Green 3 (Mid)	#89b7b2
	Grey 1 (Mid)	#7f7f7f
	Grey 2 (Light)	#dddddd#

*/

/* == TAGS == */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana, tahoma, Sans-Serif;
	background-color: #00437e;
	background-image: url(../images/common/backgroundgradient.png);
	background-repeat: repeat-x;
	color: #7f7f7f;
	font-size: 12px;
}

img
{
	border-style: none;
}

a
{
	color: #418c83;
	text-decoration: none;
	font-size: 1em;
}

a.copyright
{
	color: #dddddd;
	font-size:0.8em;
}

a:hover
{
	text-decoration: none;
	color: #89b7b2;
}

/* == CONTENT WRAPPER == */

#wrapper
{
	position: absolute;
}

/* == FOOTER == */

#registeredoffice
{
	position: absolute;
	display: block;
	left: 0px;
	font-size: 0.8em;
}

#copyright
{
	position:absolute;
	display: block;
	right: 0px;
	font-size: 0.8em;
}
h1.bottommargin
{
    margin-bottom: 10px;
}
