body{
	padding:0px;
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	background-color:#ccd8e8;
	background-image:url("../images/backgnd.jpg");
	background-repeat:repeat-x;
}
body,table{
	font-size:10px;
	color:#dcd400;
}
form{
	display:inline;
	margin:0px;
}
img{
	border:0px;
	behavior:url("./iepngfix.htc");
}
a{
	color:#dcd400;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#container{
	width:100%;
	height:100%;
	text-align:center;
}
#left{
	background-image:url("../images/backgnd2.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
}
#content{
	width:900px;
	height:580px;
}
#footer{
	text-align:center;
	vertical-align:bottom;
	padding:0px 0px 10px 0px;
	background-image:url("../images/backgnd1.gif");
	background-repeat:no-repeat;
	background-position:top center;
}
#hidden{
	display:none;
}
#legalnote{
	font-weight:bold;
	font-size:14px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px;
	text-align:center;
	height:20px;
}