@CHARSET "ISO-8859-1";

body{
	margin:0;
	padding:header-<length> 0 footer-<length> 0;
}

a:link {
  color: #c00d0d;
}
/* visited link */
a:visited {
  color: #c00d0d;
}

/* mouse over link */
a:hover {
  color: red;
}

div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:header-<length>;
	background: rgb(75, 5, 5); 
	z-index: 5;
}
div#footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:footer-<length>;
	background:url('../images/Btnbkgrd3.jpg');
	z-index: 6;
}
div#content{
	position:relative;
	top:10px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* " " */
	width:755px;
	height:header-<length>;
	/* background: rgb(191, 30, 46); */
	z-index: 4;
}
@media screen{
	body>div#header{
	position:fixed;
	}
	body>div#footer{
	position:fixed;
	}
}

html {
color: black; /* rgb(102, 0, 0); */
background-color: white; /* rgb(153, 255, 153); */
font-family: Helvetica, Helvetica Neue, Arial;
}
* html body{
	overflow:hidden;
} 
* html div#content{
	height:100%;
	overflow:auto;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* " " */
	width: 755px;
	text-align: left
}

.central {
	margin-right: auto; /* centres in compliant browsers */
	margin-left: auto ;
	width: 755px;
	text-align: left;
}

.title1 {
  font-size: x-large;
  font-weight: bold;
}
.title2 {
  color: black;
  font-size: x-large;
  font-weight: bold;
}


#t1 {
  color: black;
}
#t2 {
  color: black;
  font-weight: bold;
}
#t3 {
    text-align: center;
}
#t4 {
/*  color: black; */
  font-size: x-large;
  font-weight: bold;
	position:relative;
/*	top:40px; */  
	overflow:auto;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* " " */
	width: 755px;
	text-align: center;  
}
.button{
	padding:2;
	margin:0;
	border:0;
	background-color:#F80A06;
	background-image:linear-gradient(to bottom, rgb(206, 206, 206), rgb(165, 165, 165));
	background-image:-moz-linear-gradient(top, rgb(206, 206, 206), rgb(165, 165, 165));
	background-image:-webkit-linear-gradient(top, rgb(206, 206, 206), rgb(165, 165, 165));
	border-radius:6px;
	border:2px solid #662A2F;
	box-shadow:0 1px 0 0 rgba(255,255,255,.4) inset, 0 1px 2px rgba(0,0,0,.2);
	color:black;
	font-weight:bold;
	font-family:Helvetica, Helvetica Neue, Arial;
	font-size:15px;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	cursor:pointer;
}

div#head {
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: white; /* #990000; */
  background-color: #c00d0d; /*33cc00;*/
}
span#head {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;      
}

/*
input[type=text],
input[type=email],
input[type=tel],
input[type=password]
{
	color: black;
	background-color : white;
	border: 1px solid #ccc;
	line-height: 18px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 12px;
}
*/
.chkf{
display:none;
}

.lblf
{
	color: rgba(255, 255, 255, 0.75);
	cursor:pointer;
	font-family:sans-serif;
    font-size:17px;
    font-weight:bold;
/* Probably not required */
	text-align:center;
	vertical-align: middle;
}
/*
 table { border-collapse: separate; 
		border-spacing: 3px; 
		margin: 0 auto; 
}
th, td { vertical-align: top; 
	padding: 5px; 
 	border: 1px solid black;
}

table tr:nth-child(odd) td{
	background-color: #ffcc99; 
	color: #1a160a;
}
table tr:nth-child(even) td{
	background-color: #FFFFCC; 
	color: #683b19;
}
*/