﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 990px;
	margin: 0 auto;
	background-color: #C0C0C0;
}
#masthead {
	text-align: right;
	width: 990px;
	height: 120px;
	overflow: auto;
	background-color: #ddb;
}
#sidebar {
	float: left;
	width: 125px;
	background-color: #C0C0C0;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 990px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 990px;
	background-color: #C0C0C0;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: none;
}
#masthead p {
	text-align: center;
	margin: 0px 0px 0 0;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px none #C0C0C0;
}
#sidebar a {
	background-position: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 7px;
	border-bottom: #C0C0C0;
	background-image: url('../images/button.gif');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 0px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	font-size: small;
}
.style_italic {
	font-style: italic;	
	font-size: small;
}

.styleSmallHeading {
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

.stylePageHeading {
	font-weight: bold;
	font-size: large;
	text-align: center;
	background-color: #FF0000;
	color: #FFFFFF;
}

.styleMainIndex {
	color: #000000;
	font-size: medium;
	border-width: 0;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

.styleBlackCentre {
	color: #000000;
	text-align: center;
	text-decoration: none;
}
.styleTable {
	color: #000000;
	font-size: medium;
	border-width: 0;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ms-column-main {
	border: .75pt solid navy;
}
.ms-column-top {
	font-weight: bold;
	color: white;
	border-style: none;
	background-color: navy;
}
.ms-column-odd {
	font-weight: bold;
	color: black;
	border-left-style: none;
	border-right: .75pt solid navy;
	border-top-style: none;
	border-bottom-style: none;
	background-color: silver;
}
.ms-column-even {
	font-weight: bold;
	color: black;
	border-left-style: none;
	border-right: .75pt solid navy;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFFFDD;
}
.TextProductBlue {
	color: #0044BB;
}


