/*
Global CSS File (copyright XVII Web Design)
www.xvii.co.uk

This file contains all global style definitions.
This includes all site 'wrappers' and major 'containment' elements,
and also includes attributes to be inherited when using an element 
(such as link styles, etc)
*/

body
	{
	background: url(../Images/Components/TexturedBackground.png) #f4f2d6;
	color: black;
	font-size: 11pt;
	font-family: arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

a
	{
	text-decoration: none;
	background-color: transparent;
	color: #0c297c;
	font-weight: bold;
	}
	
a:hover
	{
	color: #a01414;
	background-color: transparent;
	text-decoration: underline;
	}

img
	{
	border: 0px;
	padding: 0px;	
	margin: 0px;
	}

form
	{
	margin: 0px;
	padding: 0px;
	}

table.SiteContainer
	{
	width: 770px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	/*border-right: 1px solid black;*/
	}
	
td.SideBarContainer
	{
	
	width: 150px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px;
	background-color: #666699;
	}
	
td.ContentsContainer
	{
	background-color: #FFFFFF;
	border-right: 1px solid black;
	width: 620px;
	vertical-align: top;
	padding: 0px;
	}