﻿body {
	background-color: #731c31 !important; /* Background colour. */
/*	background-image: url('/images/background2.jpg') !important;*/
	background-position: top left !important;
	background-repeat: repeat-x !important;
}

table, tr, td {
	background-color: transparent !important;
	border-collapse: collapse !important;
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
}
/***************************  SITE BODY   */
.MSC_Body{
	background-color: #transparent !important;
	padding: 20px 0px 0px 0px !important;
}

.MSC_FooterFrame {
	background-color: #3F775C !important;
/*	padding: 20px 0px 0px 0px !important;*/
}
.MS_WH_ZoneContent {
	padding: 0px 10px 0px 10px !important;
}
ul, ol {
	padding: 0px 0px 0px 25px !important;
	margin: 0px !important;
	list-style-position: outside !important;
}
img {
	border: none !important;
}
.F_Mid {
color: #721D32 !important;
}
/***************************  HEADER INTEGRATED INTO NAV */
.MS_MasterHeader, .BG_Base {
	display: none !important;
}
/***************************  NAVIGATION BAR   */
.MSC_PrimaryNavFrame td {
	background-color: TRANSPARENT !important;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
/*	font-family: verdana, helvetica, sans-serif !important;*/
}
.MSC_PrimaryNavLeftSpace, .MSC_PrimaryNavRightSpace {
	display: none;
}
.MSC_PrimaryNavFrame {
	background-color: transparent !important;
	background-image: url('/images/header2.jpg') !important;
	background-position: top left !important;
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px !important;
	height: 180px; /* Header ("bar") height. */
} 
.MSC_PrimaryNavFrame a {
	background-color: transparent !important;
	display: block;
	padding: 12px 0px 12px 20px;
/****************  NAV FONT CONTROLS  */
	color: #ffffff !important; /* Navigation text colour. */
	font-size: 12pt !important;
                font-weight: bold !important;
*/	font-weight: normal !important;*/
	text-decoration: none !important;
	position: relative;
	top: 1px;
	margin-right: 20px !important;
}
.MSC_PrimaryNavFrame a:hover {
	text-decoration: underline !important;
}
/****************** SELECTED NAV */
a.MSC_PrimaryNavLink-On {
	color: #FEFF39 !important; /* Selected navigation text colour. */
	text-decoration: underline !important;
*/	font-weight: normal !important;*/
	font-weight: bold !important;
}
