body{
	
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-color: #feeeb0;
	padding:0;
	margin:0;
	z-index: 1;
	}

#outertop{
	z-index: 10;
	background-color:#706456;
	height: 400px;
	position: absolute;
	top: 0px;
}


#outerbottom{
	z-index: 10;
	position: absolute;
	top: 400px;
	height: 600px;
	background-color:  #ecdaca;
	
}

#outer{
	width:900px;
	margin:auto;
	padding:0;
	z-index: 20;
	}




a:link{
	color: blue;
	text-decoration: none;
	
}

a:visited{
	color:purple;
	text-decoration: none;
}

a:active{
	color:red;
	text-decoration: none;
}

a:hover{
	color:red;
	text-decoration: underline;
}

/*header and all it's contents*/

#header{
	background-color: #706456; 
 	padding:0;
 	margin:0;
 	width:1400px;
	height:300px;
	color:#dcfc64;
	z-index: 20;
	}




#bodyblock{
 	position:relative;
	width:900px;
	height: 100%;
	background-color: #feeeb0;
	z-index: 20;
		}
#left{
	float: left;
 	position:relative;
 	padding:0;
	margin:0;
	width:250px;
	height: 100%;
	background-color:#feeeb0;
	z-index: 20;
	color:black;
	font-size:1.0em;
	text-align: center;
	font-family: tahoma;
    font-weight: bold;
	}
/*#right{
	float: right;
	position:relative;
 	padding:0;
	width:150px;
	background-color:#dcfc64;
	color:#004b88;
	font-size: 1.2em;
	border-width:10px;
	border-style:groove;
	border-color:#00b500;
	text-align: center;
	}*/
#content{
	position:relative;
	padding:15px ;
	margin-left:251px;
	margin-right:-1px;
	padding:0;
	color:black;
	font-size: 1.1em;
	font-family: tahoma, verdana;
	text-align: center;
	background-color:#feeeb0;
	z-index: 20;
	
}
#footer{
	position:relative;
	padding:0;
 	margin:0;
	width:900px;
	background-color:#feeeb0;
	height:50px;
	color:black;
	font-family: serif;
	text-align: left;
	z-index: 20;
}
#footerholder{
	position: relative;
	clear: both;
	height: 50px;
	z-index: 20;
}
h1,h2,h3,h4,h5,h6{
	text-align:center;
	padding:10px;
	margin:0;
	color: black;
}

#form{
	padding: 15px;
	text-align: center;
	border-style:solid;
}

/**
* The following corrects the extra empty space between divs in firefox
*/
p {margin: 0;
	padding: 10px;
}
/* end of the repair */
p.textsize {
	font-size: 0.7em;
	padding:10px;
}

p.left{
	text-align: left;
	padding: 10px;
}
ul.left{
	text-align: left;
}
p.center{
	text-align: center;
}

b.large{
	font-size: 1em;
}

form.text{
	
	color: black;
}


table{
	color: black;
	text-align: left;
	border-width: 2px 2px 2px 2px;
	border-color: black;
	border-style:solid;
	border-spacing: 2px;
	margin-left: auto;
	margin-right:auto;
	width: 75%;
}

th{
	text-align: center;
	border-spacing: 2px;
	padding: 3px 3px 3px 3px;
	border-color: black black black black;
	background-color: #775244;
	color:#dcfc64;
	}

td.a{
	width: 25%;
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: solid;
	border-color: black black black black;
	background-color: #e8e5e2;
/*	-moz-border-radius: 6px 6px 6px 6px;*/ 
}

td.b{
	width: 25%;
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: solid;
	border-color: black black black black;
	background-color: #ffcc99;
/*	-moz-border-radius: 6px 6px 6px 6px;*/ 
}

td.c{
	width: 25%;
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: solid;
	border-color: black black black black;
	background-color: #c0c0c0;
/*	-moz-border-radius: 6px 6px 6px 6px;*/ 
}

td.d{
	width: 25%;
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: solid;
	border-color: black black black black;
	background-color: #ffff99;
/*	-moz-border-radius: 6px 6px 6px 6px;*/ 
}

 /* form field visual edit */
/* 
 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
margin-left: 0.5em;
display: block
}

.submit input
{
margin-left: 5em;
}
input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
margin-left: 5em;
}

textarea{
    color: #781351;
background: #fee3ad;
border: 1px solid #781351;
margin-left: 5em;
    
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}

fieldset{
border: 1px solid #781351;
width: 15em;
margin-left: auto;
margin-right: auto;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;

} 

fieldset.a{
    border: 1px solid #781351;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
}

*/