﻿html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #00326e;
	color: #231f20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ctr a {
	color: #00326e;
	text-decoration: underline;
}

.ctr a:hover {
	color: #000;
	text-decoration: none;
}

a {
	color: #00326e;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/*fck stuff*/

h1, #ctl09_header {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
h2, #ctl09_SubHeader {
	color: #f37d18;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	color: #00326e;
	font-size: 12px;
	margin-bottom: 5px;
}
h4 {
	color: #00326e;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	font-weight: 700;
}
h5 {
	color: #00326e;
	font-size: 10px;
	line-height: 14px;
}
strong {
	font-weight: 700;
	font-size: 12px;
}
/*Containers*/
.canvasWrapper {
	margin: 0 auto;
	text-align: left;
	width: 816px;
	background-image: url(  "/web/design/images/bg-repeat-y.gif" );
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	margin-left: -408px;
}
.canvas {
	margin: 0 auto;
	width: 760px;
	background-color: #fff;
}

.mainCont {
	float: left;
	width:760px;
}
.mainRight {
	width: 570px;
	float: right;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}

.fontNormal {
	font-weight: normal;
}
.contentCont {
	width: 410px;
	float: left;
	margin: 0 0 0 80px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	
}

#homeLeftLinks, #latestNews {
	display: none;
}

.leftCont {
	width: 130px;
	float: left;
	margin: 0 0 0 20px;
}

.rightCont {
	width: 140px;
	float: right;
	margin: 0 20px;
}

.rhs {
}

/*Footer*/

.footerCont {
	margin: 0 auto;
	width: 760px;
padding-top:40px;
}

#footContMenu {
	height: 51px;
	background-image: url("/web/design/images/footer.gif" );
	background-repeat: repeat-x;
	color: #fff;
	padding: 0 10px;
	font-size: 11px;
	width:741px;
	clear:left; /*Sarari hack*/
}
.footerCopyR-left, .footerCopyR-right {
	position: relative;
	top: 4px;
}
.footerCopyR-left {
	float: left;
}
.footerCopyR-right {
	float: right;
}
.footerCopyR-right a {
	padding-left: 10px;
}
#footContMenu a {
	color: #fff;
	text-decoration: none;
}

#footContMenu a:hover {
	text-decoration: underline;
}


/*Header*/

#logoContleft {
	float: left;
}
#logoContright {
	float: right;
}
/*List*/


#left ul {
	color: #00326e;
	font-size: 11px;
	font-weight: 700;
	list-style-position: outside;
}

#left ul li {
	background-image: url("/web/design/images/fixedMenu-bullet-2.png" );
	background-repeat: no-repeat;
	background-position: top left;
}
/*ol li ul {
	font-size: 12px;
	font-weight: 100;
	color: Aqua;
	list-style: none outside;
	margin: 0 0 0 10px;
}
ol li ul li {
	list-style-type: none;
	background-image: none;
	margin-left: 0;
	background-position: top left;
}

ul ul li ul {
	margin-left: 5px;
}
ul ul li ul li {
	padding-left: -5px;
	margin-left: 0px;
}*/

.ctr ol {
	list-style-type: decimal;
	margin-left: 20px;
	padding-left:5px;
}
.ctr ol li {
	padding-left: 10px;
}


/*
ul ul li, ul li {
	list-style-type: none;
}*/
.centre {
	text-align: center;
}

.ctr img {
	padding: 5px;
}
.ctr ul 
{
	color: #000;
	list-style-type:square;
    list-style-position:outside;
    margin-left:20px;
}
.ctr ul li 
{
	margin-left:10px;
    padding-left:5px;
}
