html, body{
	height:100%;
	margin-bottom:1px;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:0px;
	background-color: #c4c9ff;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a{
	cursor: pointer;
}
img{
	border:0px;
}
p{
	padding:3px 0px;
	margin:0px;
}
h1{
	font-family:arial,verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.top-nav-pipe{
	font-family:arial,verdana;
	font-size:12px;
	color:#5cb655;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.top-nav{
	font-family:arial,verdana;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:30px;
}
.top-nav:hover {
	color:#5cb655;
}
.bg-header{
	background-image: url(../images/bg-heading.gif);
	background-repeat: repeat-x;
	background-position: left center;
	}
.padding-t{
	padding-top:1px;
}
.dark-grey-heading{
	font-family:arial,verdana;
	font-size:16px;
	color:#444444;
	text-decoration:none;
	font-weight:bold;

}
.dark-blue-heading{
	font-family:arial,verdana;
	font-size:16px;
	color:#1171ca;
	text-decoration:none;
	font-weight:bold;

}
.content{
	font-family:verdana;
	font-size:10px;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	text-align: justify;
}
.white-heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.white{
	font-family:verdana;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
.white-link{
	font-family:verdana;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
.white-link:hover{
	text-decoration:underline;
}

/*footer*/
.bg-footer{
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
.footer-content-white{
	font-family:verdana;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	text-align: justify;
}
.see-green{
	font-family:verdana;
	font-size:10px;
	color:#a7eaa2;
	text-decoration:none;
	font-weight:normal;
}
.input-box{
	font-family:verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	background-color:#fad992;
	padding:4px 0 0 0;
	margin:0px;
	border:none;
	width:129px;
	height:18px;
}
.bg-dot {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: center top;	
	}
.select-box {
	width:115px;
	font-family:verdana;
	font-size:11px;
	color:#000;
}
.veranda-9{
	font-family:verdana;
	font-size:9px;
	color:#000;
	text-decoration:none;
}
.blue-9{
	font-family:verdana;
	font-size:9px;
	color:#1171ca;
	text-decoration:none;
}
.blue-9-links{
	font-family:verdana;
	font-size:9px;
	color:#1171ca;
	text-decoration: underline;
}
.blue-9-links:hover {
	text-decoration:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.blue-10{
	font-family:verdana;
	font-size:10px;
	color:#1171ca;
	text-decoration:none;
}
.border-r{
	border-right:1px solid #e1e4d3;
	}
