html, page{
	height: 100%;
	background-color: #f2f2f2;
	font-size: small;
	font-weight: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif ;
	height: 100%;

}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}

p {
     margin: 0px;
}

div#content {
	color: #000 ;
	background-color: #f2f2f2;
	padding-left: 35px;
	height: 100%;
}

div#container {
	background-color: #f2f2f2;
	height: 100%;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: red;
	min-width: 1250px;
}

div#top {
	/*top: 100px;
	height: 100px;
	position: fixed;*/
}

div#header {
	/*box-shadow: #FFFFFF;*/
	/*color: #000;*/
	background-color: #94B3D1 ;
	position: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: center;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: gray;
}



/*div#footer {
	color: #000 ;
	background-color: #fff;
	border-top-color: gray;
	border-top-width: thin;
	border-top-color: gray;
    bottom: 0;
    width: 100%;
    height: 20px;
    position: absolute;
}*/

.mainheader {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
}

.header {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

.subheader {
	width: 100%;
	font-size: medium;
	font-weight: bolder;
}

.normal {
	width: 100%;
	font-size: small;
	font-weight: normal;
}
.italic {
	font-size: small;
	font-weight: normal;
	font-style: italic;	
}

hr {
  border:none;
  margin-left:0; 
  text-align:left;
  border-top:1px dotted black;
  color:#fff;
  background-color:#fff;
  height:1px;
  width:15%;
}

hr.solidline {
  border-top: 1px solid black;
  width:30%;
}

