
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:650px;
}
#top, #bottom{
	width:650px;
	height:10px !important;
	display:block !important;
}
#top{
	margin-top:10px;
}

form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}


#navigation ul {
	list-style: none;
	position: relative;
	text-align: center;
	font-size: 15px;
	margin: 0px;
	padding: 3px 0px;
}
#navigation ul li {
		display: inline;
		padding: 2px 20px;
		font-weight: bold;
		width: 100px;
		margin: 0px 5px;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		line-height: 29px;
}
#navigation ul li a, #navigation ul li a:visited  {
	color: blue;
	text-decoration: none;
}
#navigation ul li a:hover {
	text-decoration: underline;
}

/* ----- LOGO ----- */

h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#dedede;
	text-indent:-9000px;
	text-decoration:none;
}
h1 a{
	min-height:40px;
	height:40px;
	display:block;
	background:url(/images/wflogo.png) no-repeat left top;
	overflow:hidden;
}
* html h1 a{
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop");
}
img, a img{
	border:none;
	-ms-interpolation-mode: bicubic;
}
* html #top, * html #bottom{ 
	_behavior: url(/images/iepngfix.htc);
}

.hide{
	display:none !important;
}

