@charset "utf-8";
/* CSS Document */
body {
	font:normal 12px Verdana;
	background: #666666;
	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: #666666;
	background-color: #FFFFFF;
	margin-top: 40px;
}

.oneColElsCtrHdr #container {
	width: 700px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 4.7em;
	background-image: url(images/newHeader.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
} 
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/registerpage08.jpg);
	background-repeat: no-repeat;
	height: 529px;
	border-top: 1px solid #999999;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.oneColElsCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	height: 57px;
} 
.oneColElsCtrHdr #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 */
}
.style2 {
	color: #FC5422;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #FC5422;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

#menu {
	padding:0;
	margin:0;
	height:4.6em;
	list-style-type:none;
	border-left:0px solid #bbb;
	color: #333333;	
}
#menu li {
	float:left;
	width:8.2em;
	height:4.6em;
	line-height:4em;
	border-right:0px solid #bbb;
	position:relative;
	text-align:center;
}
#menu li a, #menu li a:visited {
	display:block;
	text-decoration:none;
	color:#666666;
}
#menu li a span, #menu li a:visited span {
display:none;
}
#menu li a:hover {
	border:0; /* needed to trigger IE */
	color:#FFFFFF;
}
#menu li a:hover span {
	display:block;
	width:8.2em;
	height:4.6em;
	text-align:center;
	position:absolute;
	left:2px; 
	top:3px;
	color:#000;
	cursor:pointer;
	
}
#menu img {
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	top:0px;
	
	}
	#menu img a, img a:visited {
	background-color:#FFFFFF;
	position:absolute;
	left:0px; 
	top:0px;
	color:#FFFFFF;
	}
	table {
	table-layout:auto;
	width:inherit;
	text-align: center;
}
		td {border:0px solid;
		border-bottom-color:#91BCD6;
		border-color:#91BCD6;}
		col#c1{width: 16%}
		col#c2{width: 17%}
		col#c3{width: 17%}
		col#c4{width: 17%}
		col#c5{width: 17%}
		col#c6{width: 16%}   
		
		.total{color:#91BCD6;}
		.label{	color:#FF0000;}
		.picture {border:none;}
		
		td a, td a:visited{
	color:#FF0000;	
		}
	td a:hover{
	color:#006666;
	}
	#table img {	
	color:#FFFFFF;
	
	}
	#table img a, img a:visited {
	position:absolute;
	
	}
	.training {
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	color: #666666;
