body {
	font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: #CCCCCC;
}

a {
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
}

a img { border: 0; }

a:hover {
  text-decoration: underline;
}

ul {
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	list-style: disc;
	margin: 0 15px 0 15px;
	padding: 5px;
	list-style-type: none;
}

li {
   margin-top: 0;
  padding-left: 0px;
  line-height: 1.5em;
}

.main {
	width: 760px;
	color: #000000;
	border-left: 1px black solid;
	border-right: 1px black solid;
	background-color: #CCCCCC;
	border-bottom: 1px black Solid;
	border-top: 1px black solid;
}

.logoStripTop {
	color: CCCCCC;
	background-color: #CCCCCC;
}

.logoStripBottom {
	border-left: 1 px black;
	border-right: 1 px black;
}

.menuStrip {
  color: #333333;
  padding: 5px 5px 5px 15px;
  margin-bottom: 5px;
}

.menuStrip a {
  font-weight: normal;
  text-decoration: none;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
}

.menuStrip a:hover {
  text-decoration: none;
  color: #000000;
  background: #e3b849;
}

.singleColumn {
  margin-right: 15px;
}

.leftColumn {
  width: 420px;
  float: left;
}

.rightColumn {
  width: 285px;
  float: left;
}

.leftColumnWide {
  width: 465px;
  float: left;
}

.rightColumnSkinny {
  width: 240px;
  float: left;
}

.leftColumnDouble {
	width: 665px;
	float: left;
}

.box1 {
	margin-left: 15px;
	background: url('images/box-top.jpg') top repeat-x;
}

.box2 {
  background: url('images/box-topleft.jpg') top left no-repeat;
}

.box3 {
  background: url('images/box-topright.jpg') top right no-repeat;
}

.box4 {
  background: url('images/box-bottomleft.jpg') bottom left no-repeat;
  height: 10px;
}

.box5 {
	background: url('images/box-bottomright.jpg') bottom right no-repeat;
	height: 10px;
}
.box6 {
  background: url('images/box-right-shadow.jpg') right no-repeat;
  height: 10px;
}
.box7 {
  background: url('images/box-bottomcentre.jpg') bottom left no-repeat;
  background-color: white;
  height: 10px;
}
.box8 {
  background: url('images/box-outsideright.jpg') bottom right no-repeat;
  height: 20px;
}
.box9 {
	margin-left: 15px;
	background: url('images/box-background.jpg') top repeat-x;
}
.boxTitle {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #FF0000;
}

.boxBody {
	background-color: white;
	background-image: url(images/box-background.jpg);
	background-repeat: repeat-x;
	padding: 10px 10px 0 10px;
	font-size: 11px;
	clear: both;
	line-height: 1.5em;
	font-weight: normal;
}

.heading1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.heading2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}

.heading3 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

.divider {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px dotted #a81f19;
}

.textBlock {
	font-size:11px;
	color: #000000;
	font-weight: normal;
}

.copyright {
  padding: 5px 10px 5px 15px;
  color: #444444;
}

.supportQ {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.supportA {
  font-size: 11px;
  font-weight: normal;
  padding-left: 5px;
  padding-bottom: 10px;
  display: none; /* hidden */
}
.leftColumnskinny {
  width: 240px;
  float: left;
}
.rightColumnWide {
  width: 485px;
  float: left;
}
.heading4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FF0000;
}

.bigboxTitle {
  font-size: 24px;
  font-weight: bold;
  padding: 5px;
  color: #0000FF;
}
.heading2 a:hover {
  text-decoration: none;
  color: #000000;
  background: #e3b849;
}

.textBlockRed {
	font-size:11px;
	color: #FF0000;
}
.textBlockBlue {
	font-size:11px;
	color: #0000FF;
}
.heading2selected {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #000000;
}
.heading2Blue {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #0000FF;
}
.heading2Red {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #FF0000;
}
.supportQred {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #FF0000;
}
.link2Blue {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #0000FF;
	line-height: 20px;
}
