@charset "utf-8";
/* CSS Document */

/* All pages header and footer content */

body{
}

body img {
	border: none;
	position:relative
}
.main {
	background-color: #002060;	/* Blue */
	width:1300px;
	padding: 10px;
	}
.main .header {
	background-color: #002060;	/* Blue */
	width: 1300px;
	height: 130px;
	text-align: left;
	position: relative;
	
}
.main .header h1 {
	padding-left: 250px;
	color: #fff; /* White */
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	font-size: 40pt;
}
.main .header h2 {
	padding-left: 400px;
	color: #fff; /* White */
	font-family: 'Times New Roman', serif;
	font-size: 20pt;
	font-weight: normal;
}
.main .header h3 {
	color: #fff; /* White */
	font-family: 'Times New Roman', serif;
	font-size: 12pt;
	font-weight: normal;
}
.main .header .left {
	position: absolute;
	top: 0;
	left: 0px;
}
.main .header .centre {
	padding-left:260px;
	position:relative;
	top: 0;
	left: 0px;
}
.main .header .right {
	position: absolute;
	top: 0px;
	right: 0px;
}

.main .header p {
	margin: 0px;
}

.main .tabs {
	height: 50px;
	background-color:#002060;	/* Blue */
}

.main .tabs p {
	margin: 0px;
}

.main .tabs #holder {
	height: 60px;
	width: 1300px;
	margin: 0 auto 0 auto;
}

.main .tabs #holder a{
	text-decoration: none;
	font: 16px Calibri;
	float: right;
	color: #FFF;			/* White text */
	padding-top: 12px;
	padding-bottom: 12px;
	width: 120px;
	text-align: center;
	display: block;
	background: #0070C0;	/* Light Blue Background */
	border-style:solid;
	border-color:#FFF;
	
	
}

.main .tabs #holder a:hover {
	background: #808080;			/* Light Grey Background */
	color: #fff;					/* White text */
	text-shadow: 1px 1px 1px #000;
}

.main .tabs #holder a.ThisPage {
	background: #404040;			/* Dark Grey Background */
	color: #fff;					/* White text */
}

.main .tabs #holder a.ThisPage:hover {
	background-color: #404000;		/* Blue Background */
	color: #fff;					/* White Text */
	text-shadow: 1px 1px 1px #000;
}

.main .footer {
	width: 1300px;
	height:30px;
	text-align: center;
	position: relative;
	font-size:12px;
	color: #C0C000; 					/* Gold Text */
	font-family: 'Calibri', serif;

}

.main .footer .left {
	position: absolute;
	padding-left: 10px;
}
.main .footer .right {
	text-align: right;
	position: absolute;
	right: -1px;
	padding-right: 10px;
}
