html {
overflow: -moz-scrollbars-vertical;
}
body {
	color:#295156;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.header {
	width:100%;
	background: url(images/headerGradient.jpg) repeat-x #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
div.main {
	width:100%;
	background:#659297;
}
div.footer {
	width:100%;
	background: url(images/footerGradient.jpg) repeat-x #FFFFFF;
	border-top:1px solid #FFFFFF;
}
a:link {color: #376064}     /* unvisited link */
a:visited {color: #376064}  /* visited link */
a:hover {color: #376064}   /* mouse over link */
a:active {color: #376064}   /* selected link */

p.title {
	font-size:18px;
	line-height:16px;
}
legend {
	color:#295156;
}
hr {
	color:#295156;
	height:1px;
}