body
{
	font-family: Arial;
	font-size: 12px;
}



#Header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 97px;
	background-color: #2D8BD5;
}

#Banner
{
	position: absolute;
	right: 0px;
	width: 100%;
	height: 97px;
}

#BannerLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 97px;
}

#BannerRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 473px;
	height: 97px;
}

#Content
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 763px;
	height: 1485px;
	border: 1px solid #2D8BD5;
	align: center;
}

#Intro
{
position: relative;
top: 10px;
left: 10px;
width: 743px;
}

#CenterContent
{
	position: relative;
	top: 30px;
	left: 10px;
	width: 743px;
}

#BlueContent
{
	position: relative;
	top: 20px;
	left: 10px;
	height: 150px;
	width: 743px;
	background-color: #DEECF7;
	border: 1px solid #2D8BD5;
	padding: 0px;
	margin: 0px;
}

table
{
	border: 1px solid #2D8BD5;
	border-collapse: collapse;
	font-size: 12px;
}

td
{
	border: 1px solid #2D8BD5;
	padding: 3px;
}



