 /* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {
	margin:0;
	padding:0;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url('/images/background-body.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top left;
}
* html #outer{height:100%;}
#outer{
	min-height:100%;
	margin-bottom:-30px;
	height:auto;
}
#nav{
	
	float: left;
	width: 180px;
	border: thin dashed #000000;
	position: relative;
	/*display: table;*/

}
#content{
	/*margin-left: 180px;
	width: 471px;
	display: block;
	border: thin dashed #000000;
	position: relative;
	display: table;*/
}

#clearfooter{
	margin
	clear:both;
	height:30px;
}
#footer {
	width:100%;
	clear:both;
	height:30px;
	color: #000000;
	font-size: 10px;
	font-weight: 900;
}
#footer a{
	color: #000000;
	text-decoration: none;
	
}
#footer a:hover{text-decoration: underline;}
div>p {margin:0; padding: 5px 0;}
html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-32px;
} /*safari wrapper */
img{border: 0;}
h1{
	font-size: 25px;
	font-family: arial;
	margin: 0;
	padding: 0 0 10px 0;
}
h2{
	font-size: 16px;
	font-family: arial;
	margin: 0;
	padding: 0;
}
a{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{color: #000000;}
ul{
	margin-top: 0;
	margin-bottom: 10px;
}
.question{
	color: #000000;
	font-weight: bold;
}
.faq{
	color: #000000;
}
a.nuvet{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a:hover.nuvet{
	text-decoration: underline;
	
}
#subnav{
	padding-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
#subnav a{
	text-decoration: none;
	color: #000000;
}
#subnav a:hover{
	color: #FFFFFF;
}