body {
	background-image: url(../images/template_background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #525e78;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #525E79;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	margin:3px;
	padding:0px;
	color: #525E79;
}
.subNav{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;

}
.subNav a{
	color: #1844A6;
	text-decoration:none;
}
.subNav a:hover{
	text-decoration:underline;
}
.footer{
	text-align: center;
	font-size:10px;
}
.mainText{
	text-align:justify;
}
hr{
	border-left:0px none;
	border-right:0px none;
	border-bottom:0px none;
	border-top:1px dashed #D94E08;
	width: 100%;
	height: 1px;
}
form{
	display: inline;
}
