﻿body
{
	font-family: Georgia, Trebuchet MS;
	font-size: 12pt;
	line-height: 17px;
	margin: auto;
	margin-top: 18px;
	background-image: url(images/bg.jpg);
	background-position:left top;
	background-repeat: repeat-x;
	background-color: #93a9b6;	
}
#page
{
	margin: auto;
	border: solid 1px #495b68;
	width: 812px;
	background-color: #ffffff;
}
#pageWide
{
	margin: auto;
	border: solid 1px #495b68;
	width: 960px;
	background-color: #ffffff;
}
#header
{
	height: 70px;
}
#headerWide
{
	height: 70px;
	clear: both;
}
#logo
{
	Float: left;
}
#headerRight
{
	font-family: Georgia;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	Float: right;
	margin-top: 0px;
	margin-right: 4px;
}
#nav
{
	border-top: dashed 1px #3f3f3f;
	margin-left: 40px;
	padding-top: 9px;
}
#content
{
}
#footer
{
	font-family: Georgia;
	font-size: 12px;
	line-height: 17px;
	color: #747579;
	padding: 3px;
	background-color: #ffffff;
	text-align: center;
}
.clear
{
	clear: both;
}
/*----------------------*/
/*  MENU				*/


.menuItem
{
	height: 24px;
	color: #3d3e3f;
	background-color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
}
.menuSelected
{
	color: #e1262d;
}
.menuHover
{
	color: #e1262d;
	background-color: #d9d4d1;
}
.menu
{
	font-size: 12px;
	font-weight: 600;

	width: 156px;
}
.welshCheck
{
	list-style-image: url(images/Check.gif);
	list-style-position: outside;
}
.welshUnCheck
{
	list-style-image: url(images/UnCheck.gif);
	list-style-position: outside;
}
.welshLI
{
	padding-left: 12px;
	padding-bottom: 8px;
}
#copyColumn p a
{
	background-color: #85a1b7;
	border-bottom: dotted 1px #d9d4d1;
	color: #fff;
	text-decoration: none;
}
#copyColumn p a:hover
{
	background-color: #d9d4d1;
	color: #494441;
}
.SectionTagLine
{
	font-family: Georgia;
	font-size: 12px;
	line-height: 12px;
	width: 339px;
	background-color: #ffffff;
	padding-top: 2px;
}