body {
background-color:#fcfccc;
z-index:-1;
font-size:100%;
padding: 0 px;
}

img {
    padding: 15px;
	border: 0;
}

.bg-image {
  background-image: url('lctheader.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 160px;  
  background-position: center;
}

.main {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:justify; 
	background-color: #fcfccc;	
}

.main img
 {
  max-width: 100%;
  height: auto;
}

h2 {
	font-size:30px;
	padding-top: 0px;
	padding-bottom: 0px;
    text-align: center;
    color: #000;    		
	/*font-family:"Times New Roman", Times, serif;	*/
   font-family: Helvetica, Arial, sans-serif;
   
}

@media screen and (max-width: 480px) {
  }
  
table {
   width: 100%;
}

th, td {
  font-family: "Liberation Serif", serif;  
}

th {
  height: 25px;
}

td {
  height: 17px;
}

.bg-image h1 {
	font-size:40px;
    text-align: center;
    color: #fff;
    padding-top: 8.5%;		
	font-family:"Times New Roman", Times, serif;	
}

.nav {
	text-align: center;
	background-color:#fcfccc;
}