/* CSS Document */

#subAll {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	height: 600px;
	margin-top: 0px;
	padding-top: 0px;
	color: #333333;
	background-color: #FFFFFF;
}
#subAll a:link, #subAll a:visited {
	color:#666666;
}
#subAll a:hover, #subAll a:active {
	color:#BAE1F2;
}
#header {
	height: 80px;
	width: 580px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAE1F2;
}
#alllists {
	width: 240px;
	position: absolute;
	top: 155px;
	right: 10px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BAE1F2;
	border-bottom-color: #BAE1F2;
	height: 320px;
}
#personalinfo {
	position: absolute;
	width: 310px;
	left: 10px;
	top: 155px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BAE1F2;
	border-bottom-color: #BAE1F2;
	height: 320px;
}
#submitarea {
	width: 570px;
	position: absolute;
	top: 500px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BAE1F2;
	border-bottom-color: #BAE1F2;
	text-align: center;
}
body {
	background-image: url(/images/nhs/tile.gif);
	background-repeat: repeat;
	background-position: center;
}
.fineprint {
	font-size:10px;
}
#infoarea {
	width: 570px;
	height:50px;
	position: absolute;
	top: 85px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BAE1F2;
	border-bottom-color: #BAE1F2;
}