body{
	background:#eee;
	margin:7px 0 15px 0;
	text-align:center;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

#container{
	text-align:left;
	background:#fff;
}
#container, #top, #bottom, #footer{
	margin:0 auto;
	width:640px;
}
#top, #bottom{
	width:650px;
	height:10px !important;
	display:block !important;
}
#top{
	margin-top:10px;
}

form.wufoo{
	/*margin:10px 20px 0 20px;*/
	padding:0 0 20px 0;
}

/* ----- LOGO ----- */

h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#dedede;
	/*background: url(../../../../UI/IMAGE/Home/top-bg.jpg) no-repeat left top;*/
	text-decoration:none;
	font-size:12px;
   color:#334e66;
}
h1 a
{
   min-height:40px;
	height:40px;
	/*display:block;
	background:url(../images/logo.gif) no-repeat left top;*/
	/*background:url(../../../../UI/IMAGE/LOGO/HomePage-logo.png) no-repeat left top;*/
	overflow:hidden;
	vertical-align: super;
}

* html h1 a{
	/*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop");*/
}

img, a img{
	border:none;
}
* html img { 
	behavior: url(/images/iepngfix.htc);
}

.hide{
	display:none !important;
}

.controlMenu
{
   padding-left:360px;
   text-align:right;
}
.controlMenu a
{
	color:#334e66;
	font-weight:bold;
	text-decoration:none;
}

.controlMenu a:hover
{
	color:#334e66;
	font-weight:bold;
	text-decoration:underline;
}
