﻿.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #f0f0f0;	
}
.page {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	min-height:700px;
	text-align: center;
}
.header {
  background-image: url('ScaneticaWebLogo.png');
  background-repeat: no-repeat;
  display: block;
  width: 1000px;
  height: 80px;
  position:relative;
  left:0px;
  top:0px;
}

.contenttop {
  background-image: url('PageTop.png');
  background-repeat: no-repeat;
  display: block;
  width: 1000px;
  height: 4px;
  position:relative;
  left:0px;
  top:0px;
}
    

.content {
  background-image: url('PageSide.png');
  background-repeat:repeat-y;
  display: block;
  width: 1000px;
  height:700px;
  position:relative;
  left:0px;
  top:0px;

}

.contentbottom {
  background-image: url('PageBottom.png');
  background-repeat:no-repeat;
  display: block;
  width: 1000px;
  height:4px;
}
.silverlightControlHost {
  
}
.textHeading {
  display:block;
  width:auto;
  height:auto;
  font-size:x-large;
  clear:both;
  padding: 20px; 
}
.textpara1 {
  display:block;
  width: 500px;
  height:auto;
  clear:left;
  position:relative;
  left:460px;
  top:-580px;
}

.firstletter {
  color:Red;
}

.enterinstructions {
  font-size:small;
}

.footnote {
  display:block;
  font-size:small;
  width: 450px;
  height:auto;
  position:relative;
  left:20px;
  top:-560px;
}

.viewer {
  display:block;
  width: 380px;
  height: 600px;
  position:relative;
  left:30px;
  top:50px;
}

.silverlightcontrolhost {
  margin-left:auto;
  margin-right:auto;
  margin-top: 100px;
}

.enterbutton {
  display:block;
  width:294px;
  height:24px;
  background-image: url('Button.png');
  margin-left:auto;
  margin-right:auto;
  padding:3px;
  text-decoration:none;
}
    
