﻿.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;
  text-align:center;
}

.contentbottom {
  background-image: url('PageBottom.png');
  background-repeat:no-repeat;
  display: block;
  width: 1000px;
  height:4px;
}

.textHeading {
  display:block;
  width:400px;
  height:auto;
  font-size:large;
  padding: 20px; 
}
.textpara1 {
  display:block;
  width: 400px;
  height:auto;
  position:relative;
  padding:10px;
}

.firstletter {
  color:Red;
}

.enterinstructions {
  font-size:small;
}

.footnote {
  display:block;
  font-size:small;
  width: 400px;
  height:auto;
  position:relative;
}

.viewer {
  display:block;
  width: 500px;
  height: 650px;
  position:relative;
  left:10px;
  top:25px;
}

.silverlightcontrolhost {
  margin-left:auto;
  margin-right:auto;
  margin-top: 50px;
}

.friendhelp {
  display:block;
  text-align:center;
  color:#880000;
}

.text {
  display:block;
  width:450px;
  margin-left:10px;
  float:right;
  text-align:center;
  margin-top:-650px;
}

.enterbutton {
  display:block;
  width:194px;
  height:24px;
  background-image: url('Button200.png');
  margin-left:auto;
  margin-right:auto;
  padding:3px;
  text-decoration:none;
}

.paymenttext {
  display:block;
  width:400px;
  margin-left:auto;
  margin-right:auto;
}

.downloadcontent {
  background-image: url('PageSide.png');
  background-repeat:repeat-y;
  display: block;
  width: 1000px;
  height:800px;
  position:relative;
  text-align:center;
}


.downloadimagecolumn {
  display:block;
  margin:auto;
  width:900px;
}

.downloadheadLarge {
  display:block;
  left:auto;
  right:auto;
  font-size:x-large
}

.downloadheadSmall {
  display:block;
  left:auto;
  right:auto;
  font-size:large;
  margin-bottom:30px;
}

.downloadcolumn {
  display:block;
  margin:auto;
  width:600px;
  margin-bottom:20px;
 }

.downloadbutton {
  padding-bottom:20px;
  padding-top:20px;
}
  
  
    
