/* CSS Document */
html,body {
	height:100%;
	margin:0;
	padding:0;
	min-width:740px;
}
* html body {
	text-align:center;
	padding:33px 0;
}
#outer{
	position:absolute;
	top:33px;
	bottom:33px;
	width:740px;
	border:0px none #E8E8E8;
}
* html #outer {
	position:relative;
	top:0;
	left:0;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#bottom {
	position:absolute;
	bottom:1px;
	left:0px;
	width:726px;
	height:110px;
	background: #FFFFFF;
	border-top-style: none;
	border-top-width: 0px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 7px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 7px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 6px;
}
* html #bottom {
	width:740px;
}
#centre{
 position:absolute;
 top:7px;
 left:0px;
 bottom:118px;
 right:0px;
 width:725px;
 overflow:hidden;
 color:#000;
 background-color: #2E3091;
 border-right-color: #FFFFFF;
 border-right-style: solid;
 border-right-width: 7px;
 border-bottom-style: none;
 border-bottom-width: 0px;
 border-top-style: solid;
 border-top-width: 7px;
 border-top-color: #FFFFFF;
 border-left-color: #FFFFFF;
 border-left-style: solid;
 border-left-width: 7px;
 scrollbar-face-color: #2E3091;
 scrollbar-highlight-color: #494DC5;
 scrollbar-3dlight-color: #6668CE;
 scrollbar-darkshadow-color: #000000;
 scrollbar-shadow-color: #202264;
 scrollbar-arrow-color: #FFFFFF;
 scrollbar-track-color: #2E3091;
}
* html #centre{
	width:740px;
	position:relative;
	top:0;left:0;right:0;
	margin:0px 0px;
	padding:0px 0px 118px 0px;
	height:98%;
}
* html #innercentre{
	position:relative;
	height:100%;
	overflow:hidden;
	background-color: #2E3091;
}

#innercentre{
	position:relative;
	height:100%;
	overflow:hidden;
	background-color: #2E3091;
}

body {
	background-color: #DDDDDD;
}
table {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:justify
}
/* !!!!!!!!! */
/* SET LINKS */
/* !!!!!!!!! */

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}

/* !!!!!!!!!!!! */
/* SET HEADINGS */
/* !!!!!!!!!!!! */

h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	font-weight:bold;
}

/* !!!!!!!!! */
/* SET FONTS */
/* !!!!!!!!! */

.textHeader {
	font-size: 13px;
	font-weight:bold;
}
.textNotes {
	font-size: 11px;
	font-weight:normal;
}
.textEnd {
	font-size: 11px;
	font-weight:normal;
	font-style:italic;
	color:#2F2F91;
}


.bluetext {
	color: #2F2F91; 
	font-size: 11px;
	font-weight:normal;}

/* !!!!!!!!!!! */
/* SET LAYOUTS */
/* !!!!!!!!!!! */

.encloser {
	background-color: #FFFFFF;
	margin: 33px;
	padding: 7px;
	width: 710px;
}
.contentDark {
	padding: 5px;
	height: auto;
	width: 640px;
	background-color: #2E3091;
}
* html .contentDark {
	width: 654px;
}
.contentDarkMed {
	padding: 5px;
	height: auto;
	width: 640px;
	background-color: #3788C7;
}
* html .contentDarkMed {
	width: 654px;
}
.contentMed {
	padding: 5px;
	height: auto;
	width: 640px;
	background-color: #A0CEEE;
}
* html .contentMed {
	width: 654px;
}
.contentLightMed {
	padding: 5px;
	height: auto;
	width: 640px;
	background-color: #ACDDF7;
}
* html .contentLightMed {
	width: 654px;
}
.contentLight {
	padding: 5px;
	height: auto;
	width: 640px;
	background-color: #D5ECFC;
}
* html .contentLight {
	width: 654px;
}
