@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
	font-family: Tahoma, "Trebuchet MS", Geneva, Verdana;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	bottom: 0px;
}
.oneColFixCtrHdr #header {
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1000px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	font-size: 80%;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../online-training/graphics/t34_graphics/footer_gra.jpg);
	background-repeat: repeat-x;
	bottom: 0px;
	border-bottom-style: ridge;
	visibility: visible;
}
#Header_Left {
	position:relative;
	width:150px;
	height:50px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#Header_Right {
	position:absolute;
	width:750px;
	z-index:2;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 2px;
	top: 6px;
	left: 240px;
	height: 30px;
}
#Container_Main {
	position:relative;
	width:1000px;
	height:500px;
	z-index:1;
	right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#Logo_page {
	position:absolute;
	width:199px;
	height:114px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin-left: 5px;
	margin-top: 15px;
}
#Logo {
	position:absolute;
	z-index:3;
	left: 250px;
	top: 3px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 2px;
	width: 335px;
}

#Flash_Movie {
	position:absolute;
	width:750px;
	z-index:2;
	right: 0px;
	background-repeat: no-repeat;
	margin-right: 5px;
	border: 1px solid #333333;
	bottom: 0px;
	height: 495px;
	background-image: url(../online-training/graphics/slice.gif);
	background-position: left top;
}
.Heading_Title {
	font-size: 100%;
	color: #333333;
	text-transform: none;
}
a {
	color: #256f92;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #CC3300;
}
a:visited {
	text-decoration: none;
	color: #256F92;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}









.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#Inner_Content {
	position:absolute;
	width:490px;
	z-index:15;
	background-image: url(../online-training/graphics/nurse.png);
	background-repeat: no-repeat;
	background-position: -5px bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 250px;
	overflow: auto;
	visibility: visible;
	left: 0px;
	top: 0px;
	height: 485px;
}
#Navigation {
	position:absolute;
	width:195px;
	z-index:3;
	left: 5px;
	margin: 5px;
	bottom: -5px;
}

.Heading {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
#Welcome {
	position:absolute;
	width:185px;
	z-index:8;
	left: 10px;
	top: 80px;
	border: 1px ridge #999999;
	text-align: center;
	padding: 5px;
}
.red_asc {
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	text-decoration: blink;
}
.Heading_Title_bold {
	color: #333333;
	font-weight: bold;
}
.certificate {
	z-index:1;
	right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 3px double #333333;
	padding: 20px;
	height: 33cm;
	width: 24cm;
}
.Heading_Title_Caps {
	font-size: 100%;
	color: #333333;
	text-transform: capitalize;
}
.Heading_caps {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
}
.Sub_heading {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: none;
}
.Sub_heading_caps {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
}
.normal {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-transform: none;
}
.normal_caps_bold {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-transform: capitalize;
}
.blue_asc {
	font-size: 12px;
	color: #256f92;
	font-weight: bold;
	text-decoration: blink;
}
.Heading_Title_Coloured {
	color: #256f92;
	font-weight: bold;
}
#Inner_Content_full {
	position:absolute;
	width:707px;
	height:470px;
	z-index:15;
	overflow: auto;
	visibility: visible;
	left: 1px;
	top: 1px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.Heading_caps_centre {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}

