html{
	padding: 10px;
	margin: 0px;
	min-height: 90%;
}
body{
	min-height: 100%;
}
.width_350 {
	width: 350px;
}
.width_400 {
	width: 400px;
}
.width_700 {
	width: 700px;
}
div.position_auto{
	margin: auto;
	margin-top: 30px;
}
.sticky {
  position: absolute;
  bottom: 0;
}

#top_header{
	height: 50px;
	background: #0084c4;
	line-height: 1;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: -moz-linear-gradient(top, #005279 0%, #0084c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005279), color-stop(100%, #0084c4));
	background: -webkit-linear-gradient(top, #005279 0%, #0084c4 100%);
	background: -o-linear-gradient(top, #005279 0%, #0084c4 100%);
	background: -ms-linear-gradient(top, #005279 0%, #0084c4 100%);
	background: linear-gradient(to bottom, #005279 0%, #0084c4 100%);
}

#top_header h2{
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	font-size: arial;
	padding-left: 20px;
	color: #ffffff;
}