html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-position: 50%;
	background-image: url(../images/bg_light_sides2.png);
	background-repeat: repeat-y;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}

a img { 
	border: none;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #006;
}

#wrapper {
	min-height:100%;
	position:absolute;
	margin: 0;
	min-width: 100%;
}

#header {
	text-align: right;
	color: #006;
}

#content {
	padding:10px;
	padding-bottom:36px;
	font-weight: normal;
}
#footer {
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}




.container {
	width: 850px;
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
}



.fltrt {
	float: right;
	text-align: right;
	font-size: small;
	vertical-align: bottom;
	color: #006;
	padding-right: 0px;
}
.fltlft {
	float: left;
	vertical-align: bottom;
	color: #006;
	font-size: small;
	padding-left: 0px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#wrapper .container #terms a {
	color: #006;
}
Qualifications {
	font-size: 12px;
}
.Name_heading {
	font-weight: bold;
}
#wrapper .container #content table tr td p strong {
	font-size: medium;
}
#wrapper .container #content table tr td p {
	font-size: small;
}
#Body_text {
	font-size: medium;
}
#wrapper .container #header p {
	font-weight: bold;
	text-align: right;

}
#wrapper .container #content p em {
	text-align: left;
	font-style: italic;
}
#wrapper .container #content p {
	text-align: left;
}
#wrapper .container #content centered {
	text-align: center;
}
#wrapper .container #content p em sub {
	right: 0px;
	position: relative;
}
#wrapper .container #content table {
	text-align: left;
	vertical-align: middle;
}
#wrapper .container #content p sup {
	font-size: large;
	position: relative;
	bottom: 13px;
}
