﻿html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #fff;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #a31818;
	text-decoration: none;
}

/*fck stuff*/
h1, h1 span {
	color: #a31818;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

h2, h2 span {
	color: #666;
	font-size: 12px;
	font-weight: 700;
}

h3 {
	color: #a31818;
	font-size: 12px;
	font-weight: 700;
}

h4 {
	color: #666;
	font-size: 10px;
	font-style: italic;
	font-weight: 700;
}

h5, h5 span {
	color: #a31818;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
}

strong {
	font-weight: 700;
	font-size: 12px;
}

/*Containers*/
.canvasWrapper {
	background-color: #fff;
	width: 100%;
	background-image: url(/web/design/images/header-bg-x.png);
	background-repeat: repeat-x;
	height: 173px;
}

.canvas {
	width: 743px;
	background-color: #fff;
	margin: 0 auto;
}

.mainRight {
	width: 590px;
	float: right;
	min-height: 160px;
	height: auto !important;
}

.fontNormal {
	font-weight: 400;
}

.contentCont {
	width: 507px;
	float: left;
	min-height: 160px;
	height: auto !important;
	margin: -20px 0 0 0;
}

.rightCont {
	width: 211px;
	float: right;
	margin: 0;
}

/*Footer*/
.footerWidth {
	width: 743px;
	padding-top: 12px;
	margin: 0 auto;
}

#footerMenuCont {
	background-image: url(/web/design/images/footer-bg-x.png);
	background-repeat: repeat-x;
	height: 39px;
	margin-top: 10px;
}

.footer-left, .footer-right {
	position: relative;
	top: 4px;
}
.footer-left a {
	margin: 0 2px 0 0;
}
.footer-right a {
	padding-left: 10px;
}

#footerMenuCont a {
	color: #fff;
}

.centre {
	text-align: center;
}

/*.flashHolder {
	background-image: url(  "/web/design/images/flash-holder-image.jpg" );
	background-repeat: no-repeat;
	width: 743px;
	height: 91px;
	margin: -18px auto 15px;
}*/

#flash
{
	height:91px;
}

#actualFlash
{

/*	position:relative;
	top:-115px;
	z-index:1;*/
width: 743px;
	height: 91px;
	margin: -18px auto 15px;
	right:-3px;
}


a:hover, #footerMenuCont a:hover {
	text-decoration: underline;
}

.mainCont, .footer-left, #logoContleft {
	float: left;
}

.footer-right, #logoContright {
	float: right;
}

.latestnewsHR {
	background-color: #a31818;
	height: 1px;
	border: 0;
	margin-top: 12px;
}
.blackHR {
	background-color: #000;
}


ol, .ctr ul {
	margin-left: 25px;
}
ul {
	margin-left: 10px;
}
li {
	padding-left: 5px;
}
 .toppage {width:743px;
	float:right;
	text-align:right;
	font-size:10px;
	margin-top:10px;
 }
