@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color: #ffffe0;
}


#container{width:100%;
height:100%;
background-color:white;}

#leftcolum{
	width:20%;
	height:10%;
	left:2%;
	float:left;
	top:38%;
	background-color:#ffffe0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
}

#centercolum{
	position:absolute;
	left:32%;
	top:62%;
	width:60%;
	height:90%;
	background-color:#ffffe0;
	display:inline;
}

#rightcolum{
	width:20%;
	height:100%;
	float: right;
	background-color:#ffffe0;
	display:inline;
}

p {
	text-align:center;
	font-family: times new roman;
	font-size: 14pt;
	padding-top: 25px;
} 


#imageleft {
	height:10%;
	float:left;
	top:38%;
	background-color:#ffffe0;
	position: absolute;
	left:0.1%;
	width:30%;
	font-weight: bold;
	padding: 1%;
	}

#mainimage {
	width:28%;
	height:10%;
	float:left;
	top:58%;
	background-color:#ffffe0;
	padding: 1%;
	left: 42%;
	position: absolute;
	}
#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 10%;
}
.style2 {
	font-size: medium;
	text-align: justify;
}

.style3 {font-size: large}


#thumbs {
	margin: 20px 0 20px 20px;
	float: left;
	width: 200px;
	border: 4px groove #F9F2F8;
}
</style>
.styleheading {
	text-align: center;
}
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:90%;  

 min-width:80%;  
}
 
#header{
 position:relative; 
 height:10%; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
	width:25%;
	float:left;
	position:relative;
	background-color: #ffffe0;
  }
 
#maincol{
	background-color: #FFFFe0;
	float: right;
	display:inline;
	position: relative;
	width:75%;
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
