@charset "utf-8";
/* CSS Document */

body {
	text-align:center;/*centers everything within the body tag*/
	min-width:780px; /*set the minimum width for the screen display*/
	margin:0;/*remove default margins set by many browsers*/
	padding:0;/*remove default padding from <body> tab set by many browsers*/
	background-color:#E0E0E0;/*set the colour for the background*/
	color:963; /*text colour*/
	font-family:Tahoma, Geneva, sans-serif;/*set font family*/
	font-size:100.1%; /*set font size*/
}

div #wrapper {
	text-align:left;/*ensure that all contents in the id are initially left aligned*/
	margin:10px 0px 10px 0px;/*set the top, right, bottom, left margins*/
	min-width:780px; /*set the width of the wrapper div*/
	border-bottom-style:inset;/*create an inset style border for the wrapper*/
	background-color:#E0E0E0;/*set the colour for the background*/
	border-bottom-color: #630;
}
#leftcol {
	float: left;/*place on the left to create a column*/
	position: relative;
	width: 15%;/*set a width for column*/
	margin-left: 10px;/*set a margin for the column*/
	margin-bottom: 20px;/*set bottom margin for column*/
}
#midcol
	{
	background-color:#E0E0E0;/*set the colour for the background*/
	padding-left:0px;
	width:60%;
	float:left;/*line the middle column on the left, immediately next to the left column*/
	left: 0px;
	position: relative;
	margin-left: 20px;
	}
#rightcol
	{
	text-align:left;
	font-size:85%;
	font-style:italic;
	line-height:18px;
	padding-left:10px;
	width:20%;
	float:left; /*line the right column on the right*/
	position: relative;
	background-color:#E0E0E0;/*set the colour for the background*/
	clear: none;
	}
#outerheader	
	{
	background-position:center top; /*ensures header image appears centred at top of page*/
	background-color:#E0E0E0;/*set the colour for the background*/
	}
#footer
	{
	clear:left; /*this clears the left floats used for the columns so the footer appears beneath them*/
	color:#ffffff; /*footer text colour to white*/
	font-size:0.8em;/*sets footer text size*/
	font-weight:bold;
	background-color:#660000;
	text-align:center;
	letter-spacing:4px;/*make spacing between footer characters 2 pixels*/
	height:36px; /*make the height of the footer 30 pixels*/
	border: 2px 2px 2px 2px;
	}
#navbox {
	margin-top:10px;
	margin-bottom: 10px; /*set a margin on the bottom*/
	border: 0px solid #000; /*add a black border to all 4 sides*/
	background-color:#999; /*set a background color for the wrapper*/
	text-align: left;
	font-size: 12px;
	font-variant: small-caps;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#table h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}

/* This style will format the initial ul (unordered list) tag within the navbox div*/
#navbox ul {
	list-style-type: square; /*set the bullet to a square shape*/
	list-style-position: inside; /*set the list position to inside*/
	padding: 5px 0 5px 5px; /*set the padding on the ul*/
	color: #603; /*set the text colour*/
	font-weight: bold; /*sets the font weight to bold*/
	font-size: 12px;
}
/*This style will format the links within the li tags within the ul tag within the navbox div.*/

#navbox ul li a {
	color: #ffffff; /*set the link colour*/
	text-decoration: none; /*remove the underline*/
}
/*This style will format the links (on hover and on focus)
within the li tags within the ul tag within the navbox div.*/ 

#navbox ul li a:hover, #navbox ul li a:focus {
	color: #DAD5D5; /*set the hover and focus text colour*/
	text-decoration: underline; /*set an underline to show on hover and focus*/

div #navbarholder {
	width: 900px;
	background-color:#C39;/*set the font colour*/
	padding-top:30px; /*set the spacing before the navbar*/
	padding-bottom:10px; /*set the spacing after the navbar*/
}
div #navbar {
	color:#5578b8; /*set the colour for the font*/
	font-size:14px; /*set the size for the font*/
	font-weight:bold; /*set the font to bold*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; /*set the font face*/

 letter-spacing;
3px; /*set the spacing between the font characters*/
	background-color:#660000; /*background colour for the navbar div*/
	text-align:center; /*format top border of the  navbar text */
	height:16px; /*set the height for the navbar*/
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #6d7b8d;
	line-height: 18px;
}
div #navbar a:link {
	color:#FFF; /*sets the colour of the hyperlink*/
	text-decoration:none; /*removes underlining from link*/
}
div #navbar a:visited {
	color:#C09; /*sets the colour of the visited hyperlink*/
	text-decoration:none; /*removes underlining from link*/
}
div #navbar a:hover {
	color:#CF0; /*sets the colour of the link on mouse over*/
	text-decoration:underline blink; /*applies underlining on mouse over */
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#wrapper #midcol p {
	text-align: center;
	color: #000;
}
#wrapper #midcol #maincontent #column2 table tbody tr td table tr td p a {
	background-color:#E0E0E0;/*set the colour for the background*/
	padding-left:0px;
	width:60%;
	float:left;/*line the middle column on the left, immediately next to the left column*/
	left: 0px;
	position: relative;
	margin-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CF0;
}
