
/* colours:
     Yellow: #FAEC18
Dark Yellow: #FFA92C
 Light Blue: #52ABCE
  Dark Blue: #026FA5
       Grey: #7F7F7F
  Dark Grey: #4F4F4F
*/

body
{
	height: 100%;
	width: 770px;
	margin: 10px 10px 10px 10px;
	background-color: White;
	font-family: arial, verdana;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

img
{
	border: none;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #4F4F4F;
}
a:hover
{
	text-decoration: underline;
}

h1
{
	color: #52ABCE;
	font-size: 14pt;
}

h2
{
	color: #52ABCE;
	font-size: 13pt;
}
h3
{
	color: #52ABCE;
	font-size: 12pt;
}

p
{
	color: #7F7F7F;
	font-size: 11pt;
}
ul
{
	color: #4F4F4F;
	font-size: 11pt;
}

#container
{
	width: 770px;
	text-align: left;
}

#title
{
	height: 100px;
	width: 767;
	background-image: url(../images/titlelogo.gif);
	background-repeat: no-repeat;
	border: solid 1px #7F7F7F;
	margin-bottom: 10px;
	text-align: right;
	color: white;
	font-weight: bold;
	padding: 3px 5px 0px 0px;
}

#title a
{
	color: white;
}

#title a:hover
{
	color: #FFA92C;
}

#mainPage
{
	padding: 10px 5px 0px 5px;
	width: 767;
	border: solid 1px #7F7F7F;
	background-image: url(../images/backgroundlogo.gif);
	height: 95%;
	text-align: left;
}

#navBar
{
	background-image: url(../images/fader.gif);
	background-repeat: repeat-y;
	border: solid 1px #7F7F7F;
	text-align: center;
	width: 767;
	margin-bottom: 10px;
	color: #FAEC18;
	height: 26px;
}


#navBar ul
{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	padding-top: 3px;
}

#navBar ul li
{
	display: inline;
	padding: 2px 5px 2px 5px;
}

#navBar ul li a
{
	color: #FAEC18;
	text-decoration: none;
	font-weight: normal;
}

#navBar ul li a:hover
{
	color: #FFA92C;
	font-weight: normal;
	text-decoration: underline;
}

#mainPageLeft
{
	width: 460px;
	text-align: left;
}

#mainPageRight
{
	width: 264px;
}

.imageText
{
	color: #026FA5;
	font-weight: bold;
	line-height: 12pt;
	font-size: 10pt;
	margin: 0px 12px 0px 2px;
	padding: 2px 5px 2px 2px;
	background-color: #FAEC18;
}

.imageText2
{
	color: #026FA5;
	font-weight: bold;
	line-height: 12pt;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 10px;
	background-color: #FAEC18;
}

#footer
{
	width: 767;
	background-image: url(../images/fader.gif);
	background-repeat: repeat-y;
	border: solid 1px #7F7F7F;
	margin: 10px 0px 10px 0px;
	text-align: center;
	color: White;
	font-size: 10pt; 
}
#footer a
{
	color: White;
	font-size: 10pt; 
}

#footer a:hover
{
	color: silver;
}




/* General classes and id */
.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}