body {
	background-color:		#5e5489;
	color:				#030362;
}
.canvas 
{
	position:			absolute;
	/* width of the image */
	left:				50%;
	width:				980px;
	/*set to a negative number 1/2 of your width*/
	margin-left: 		-480;
	z-index:			1; 
	background-color: 	white;
	margin-top: 		10px;
	margin-bottom: 		20px;
	font-family: 		"Tahoma";
}
.header {
	background-repeat:	no-repeat;
	background-image: 	url(header.jpeg);
	height:				475px;	
}
table 
{
	margin-left:		10px;
	text-align:			left;
}
td 
{
	vertical-align:		top;
}
a 
{
	cursor:				pointer;
}
.cursorpointer 
{
	cursor:				pointer;
}
.seperator
{
	background-repeat:	no-repeat;
	width:				1px;
	background-image: 	url(seperator.jpeg);
}
.footer
{
	text-align:			center;	
	font-size:			small;
	color:				white;
	background:			#5e5489;
}
iframe 
{
	width:				850px; 
	/* make height big enough,.. so after loading we can shrink */
	height:				2000px;	
	border:				0px;
	overflow-x: 			hidden; 
	overflow-y: 			auto;
}
