	html {
		margin: 0px;
		padding: 0px;
	}
	
	body{
	color:#000000;
	font-family: "arial",san-serif;
	font-size:70%;
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #005768;
	}
	
	p { 
		font: 11px "arial",san-serif;
		margin-top: 0px; 
		text-align: left;
	}
	
	h3 { 
		font: italic normal 12pt arial; 
		letter-spacing: 1px; 
		margin-bottom: 0px; 
		color: #182c51;
	}
	
	a:link { 
		font-weight: bold; 
		text-decoration: none; 
		
	}
	
	a:visited { 
		font-weight: bold; 
		text-decoration: none; 
		
	}
	
	a:hover, a:active { 
		text-decoration: none; 
		
	}
	
	#container {
	width: 980px;
	text-align: left;
	background-color: #fff;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	background-image: url(../images/tiptop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	
	#loginButton
	{
	}
	
	#loginButton div
	{
		float: left;
	}
	
	#loginButton img
	{
		float: right;
	}
	
	
	#logo {
		
	}
			
	
	#pageHeader{
	width: 980px;
	height: 118px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 3px;
	background-image: url(../images/iRegister_Banner.jpg);
	
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	#pageHeader span
	{
		position:relative;
		font-weight: bold;
		font-size: 2em;
		color: #fff;
		top: 50px;
		left: 300px;
	}


ul#breadCrumb,
ul#breadCrumb li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#breadCrumb {
	height: 30px;
	background: #66bfbb;
	width: 979px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
ul#breadCrumb li {
	text-align: center;
	float: left;
	display: block;
	padding: 0px 60px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
}
ul#breadCrumb li a {
	display: block;
	padding: 0px 20px;
	line-height: 30px;
	text-decoration: none;
	color: #005767;
}
ul#breadCrumb li a:hover,
ul#breadCrumb li.Enabled a:hover,
ul#breadCrumb li.Disabled a:hover,
ul#breadCrumb li.Selected a {
	background: #588fbc;
}
ul#breadCrumb li.Enabled a,
ul#breadCrumb li.Disabled a {
	background: #66bfbb;
}
	
	#content{
		background-color: #fff;
		margin-left: 10px;
	}
	
	#inner
	{
		
		width: 950px;
	}

	#linkList 
	{
		width: 0;
		display: none;
		visibility: hidden;
		float: left;
		background-color: #006699;
	}
	
	#linkList li{ 
		text-align:left;
		list-style: none;
	}
	
	#linkList2 { 
	}
	
	#linkList h3.pages { 
		/** background: url(selectdesign.jpg) no-repeat top left;  **/
	}
	#linkList h3.pages span {
	
	}
	
	#linkList ul {
		border: none;
		list-style-type: square;
		margin: 0;
 		padding: 0;
 		background: #006699;
 	}
	#linkList li {
		margin: 0 0 1px 0;
 		padding: 0;
 		cursor: default;
		width: 160px;
		font-family: Arial;
	}
	#linkList li a {
		color: #FFFFFF;
 		text-decoration: none;
		height: 19px;
		font-weight: normal;
		font-size: 1em;
	}
	
	#linkList li a:hover{

	}
	
	#linkList li a div
	{
		padding: 3px 0 0 6px;
		color: #FFFFFF;
		font-weight: bold;
	}
	
		
	#linkList li a:hover div
	{
		padding: 3px 0 0 6px;
		color: #FFFFFF;
		font-weight: bold;
	}
		
	#linkList li a:link { 
		
	}
	#linkList li a:visited {
		color: #FFFFFF;
	}
	
	
	
	#footer { 
		text-align: right; 
		}
	#footer a:link, #footer a:visited { 
		margin-right: 20px; 
		}

