@charset "utf-8";
/* CSS Document */
* { margin: 0px;}
html, body {
	height: 100%;
}

body {
	background-color: #D8E0E5;
	height: 100%;
	text-align: center;
	background-image: url(../images/pageshadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.Container{
	position: relative;
	width: 828px;
	margin: 0 auto -40px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.Logo{
	display: none;
}
.TopMenu{
	display: none;
}
.Helpline{
	display: none;
}
.MenuImage{
	display: none;
}
.Menu{
	display: none;
}
.LeftMenu{
	display: none;
}
.LeftMenuTop{
	display: none;
}
.LeftMenuCenter{
	display: none;
}
.LeftMenuBottom{
	display: none;
}
#hideforprint{
	display: none;
}
.hideforprint{
	display: none;
}
.Content{
	position: relative;
	display: inline;
	width: 580px;
	top: 20px;
	min-height: 100px;
	padding-left: 45px;
	float: left;
}
.Content h2 {
	display: none;
}
.Content h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #333333;
	padding-top: 15px;
}
.Content p {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	color: #727272;
	font-style: normal;
	text-align: justify;
}
.Content ol,.Content ul {
	padding-top: 5px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 5px;
	color: #727272;
	font-style: normal;
}
.Content li {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	padding-bottom: 5px;
	color: #727272;
	font-style: normal;
}
.Content a{
	font-family: Arial, Verdana, Helvetica;
	color: #0078C0;
}
.Content a:hover{
	color: #000000;
}

.Footer{
	display: none;
}
.push {   height: 40px;   clear: both;}
.SearchBox{
	display: none;
}
.GOButton{
	display: none;
}