body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c0d5f0;
	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 */
}

h2 {
	font-size: 24px;
	margin-top: 0px;
}

p {
	font-size: 16px;
	margin: 0;
}

.textbox01 {
	background-color: #E8F0F8;
	border: thin solid #666666;	
}

.textbox02 {
	background-color: #E8F0F8;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #385A88;
	margin-top: 0px;
}

td {
	font-size: 16px;
}

.layout #containerstart {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	height: 715px;
	background-image: url(Data/start01.gif); 
	layer-background-image: url(Data/start01.gif);
} 

.layout #container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	height: 715px;
	background-image: url(Data/ct2_bkgd.jpg); 
	layer-background-image: url(Data/ct2_bkgd.jpg);
} 

.layout #navigation1 {
	position: absolute;
	top: 294px;
	left: 28px;
}

.layout #navigation2 {
	position: absolute;
	top: 670px;
	width: 160px;
	left: 782px;
}
