html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a:active {
	color: #0000ff;
	text-decoration: none;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #02a4e5;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

body {
	color:#003399;
	margin-top: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
	background: url('../images/blue159.jpg');
}

#candhPage {
	height: 100%;
	width: 1003px;
	margin: 0px auto;
	text-align: center;
}

#centerPane {
	margin: 10px auto 0px auto;
	
}

#leftPane {
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
}

#rightPane {
	margin: 0px 0px 0px 0px;
	float: right;
	position: relative;
}

#header {
	width: 1003px;
	height: 200px;
}

#headbar {
	background: #003399;
	width: 1003px;
	margin: 0px;
	height: 20px;
}

#content-overall {
	width: 1003px;
	margin: 0px;
}

#content-nav {
	width: 360px;
	text-align: center;
	vertical-align: top;
	height: 100%;
	float: left;
	background: #003399;
}

#content-primary {
	width: 643px;
	text-align: left;
	vertical-align: top;
	margin: 0px auto;
	background: #ffffff;
	float: right;
}

#content-primary-content {
	width: 623px;
	margin: 10px 10px 10px 10px;
	min-height: 572px;
	overflow: auto;
	font-size: 13pt;
}

#content-primary img {
	margin: 0px;
}

#footer {
	width: 643px;
	height: 38px;
	background: #003399;
	vertical-align: bottom;
	text-align: center;
	color: #ffffff;
	position: relative;
	margin: 0px auto;
	float: right;
}

#eyes {
	width: 1003px;
	clear: both;
	text-align: center;
}


#txtHint {
	width: 623px;
	padding: 0px;
	margin: 0px;
}





