body {
	margin: 0px;
}

#header {
	height: auto;
	margin:0 auto;
	}
	
	img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top:20px;
 } 

#centreposition {
	background-color: #FFFFF7;
	margin-left: auto;
  margin-right: auto;
}

/* The centrecontent style is set up for a 2 column layout.  
If you want a 3 column layout then change the centreposition style like this:   padding-right: 200px; 
<div id="right"> Write the content for your right hand column inside an id-"right" div like this </div> */

#centrecontent {
	z-index: 100;
	min-width: 1px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
}

#footer {
	
	background-color: #FFFFFF;
}

#left {
	width: 20%;
	position: absolute;
	top: 100px;
	left: 0px;
	padding: 10px 0px 10px 6px;
}



#right {
	width: 130px;
	position: absolute;
	top: 100px;
	right: 0px;
	height: 200px;
}

body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 140%;
	color: #000000;
}

h2 {
	margin: 5px;
	padding: 0px;
	font-size: 120%;
}

h3 {
	margin: 5px;
	padding: 0px;
	font-size: 100%;
}

ul {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 40px;
	padding-left: 15px;
}

li {
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 140%;
}

a:visited {
	text-decoration: underline; 
	color: #006; 
	background: transparent;
}
a:hover {
	text-decoration: none; 
	color: #fff; 
	background: #6196BC;
}
a:focus {
	text-decoration: none; 
	color: #fff; 
	background: #6196BC;
}
a:active {
	text-decoration: none; 
	color: #600; 
	background: transparent;
}				


hr {
	color: #CCCCCC;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
.big-button {
  width: 80%;
  padding: 50px 0px;
  background: DarkBlue;
  border: 3px groove black;
   font-size: 50px;
  color: #fff;
  border-radius: 20px;
  box-shadow: #111 12px 12px 6px 0px;
   float: none;
   display: block;
   margin: 15px auto;

}
.footertext {
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 200%;
	text-align: center ;
	color: black;
}
	blockquote {
font-family: Georgia, serif;
font-size: 50px;
font-style: none;
width: 90%;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
color: #383838;
margin-left: auto;
margin-right: auto;
width:auto;
    display:table

}


.mainlink {
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 90%;
	font-size: 50px;
	color: #000000;
	text-align: center;
}