﻿body
{
	margin-top: 0px;
    margin-bottom: 0px; 
    padding: 0 0 0 0px;
    background-color: White;
    background: url(Images/SiteMenu.gif) no-repeat;
    font-size: 80%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #747474;
}

A
{
	color: #747f83;
	text-decoration: none;
	font-weight: bold;
}

A:visited
{
	color: #747f83;
}

A:hover
{
	text-decoration: underline;
}

h1
{
	color:#ff9600;
	font-size:130%;
	font-family: 'Arial Narrow', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

h2
{
	color:#ff9600;
	font-size:125%;
	font-family: 'Arial Narrow', sans-serif;
	background: url(Images/BulletPointHeading.gif) no-repeat 0px 6px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

h3
{
	color: #ff9600;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

h4
{
	color: #a4bafa;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

ul
{
	margin: 0px;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
}

li
{
	background: url(Images/BulletPointIcon.gif) no-repeat 0px 6px;
	padding-left: 20px;
	padding-bottom: 7px;
}

input
{
	background-color:#f1f1f1; /* light gray */
	color:#105771;
}

textarea
{
	background-color:#f1f1f1; /* light gray */
	color:#105771;	
}

p
{
	padding: 0px;
	margin-bottom: 10px;
}

/* ============== Skin Sytles ============== */


/* ============== Global Sytles ============== */

.FloatLeft
{
	float:left;
}

.FloatRight
{
	float: right;
}

.ClearBoth
{
	clear:both;
}

.AlignCentre
{
	text-align: center;
}

.ColumnLeft_310
{
	width: 310px;
	float: left;
	padding-right: 20px;
}

.ColumnRight_250
{
	width: 250px;
	float: left;
}

.ColumnLeft_280
{
	float: left;
	width: 280px;
	padding-right: 20px;
}

.ColumnsRight_280
{
	float: left;
	width: 280px;
}

.Width570
{
	float: left;
	width: 570px;
}

.Width390
{
	float: left;
	width: 390px;
}

.Width130
{
	float: left;
	width: 130px;
}