﻿/* Standard Styles */
/* --------------- */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1F245A;
}

p.centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #1F245A;
	text-align: center;
	font-weight: bold;
}

p.firstlinebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1F245A;
}
p.firstlinebold:first-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1F245A;
	font-weight: bold;
}

body {
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1F245A;
	background-color: #FFFFFF;
	background-image: url(../_images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #1F245A;
	font-weight: bold;
}

h1.centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #1F245A;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #1F245A;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1F245A;
	font-weight: bold;
}


/* The Menu Systems */
/* ---------------- */
/* Margin Order: Top, Right, Bottom, Left */
ul			{
	float: left;
	width: 98%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: relative;
	top: 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

a.menu		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	float: left;
	text-decoration: none;
	color: #1F245A;
	background-color: #E6EFF9;
	padding: 0.2em 0.6em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
a:active.menu
			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	float: left;
	text-decoration: none;
	color: #1F245A;
	background-color: #999999;
	padding: 0.2em 0.6em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #8EC2E9
}
a:hover.menu
			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	float: left;
	text-decoration: none;
	color: #1F245A;
	background-color: #999999;
	padding: 0.2em 0.6em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #8EC2E9
}

a.submenu		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float: left;
	text-decoration: none;
	color: #1F245A;
	background-color: #E6EFF9;
	padding: 0.2em 0.6em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
a:active.submenu
			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float: left;
	text-decoration: none;
	color: #1F245A;
	background-color: #999999;
	padding: 0.2em 0.6em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #8EC2E9;
}
a:hover.submenu
			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float: left;
	text-decoration: none;
	color: #1F245A;
	background-color: #999999;
	padding: 0.2em 0.6em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #8EC2E9;
}

li.mmenu 	{
	position: static;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
				

/* Links */
/* ----- */
/* Margin Order: Top, Right, Bottom, Left */

a.boldlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #1F245A;
}
a.gideon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #808080;
	text-align: center;
	font-weight: lighter;
	font-style: normal;
}

/* Tables */
/*------- */
/* Margin Order: Top, Right, Bottom, Left */

table.pagelayout {
	background-position: left top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	table-layout: fixed;
	width: 95%;
	height: 95%;
	border-spacing: 10px;
}

KeepTop {
	vertical-align: top;
}
KeepLeft {
	text-align: left;
}

.tdcentre {
	text-align: center;
}

	
div.gideonlink {
	text-align: center;
}

