/*Written by Andrew Stringer */

body {
/*background-image:	url('mask.png'); */
background-position:	center;

}

div.head {
top:0;
left:0;
border:		none;
margin-left:	1%;

}

div.index {
border:		none;
float:		left;
width:		21%;
margin-left:	1%;
}

div.body {
border-style:	none;
float: left;
width: 76%;
margin-left: 1%;
}

div.footer {
border-style;   none;
text-align:     center;
width:          97%;
margin-top:     1em;
margin-left:    auto;
margin-right:   auto;
}


h1 {
background-color:	#ffffff;

}

h2 {
background-color:	#ffffff;

}

h6 {
background-color:       #ffffff;
font-size:              0.7em;

}

p {
background-color:	#ffffff;

}

table {
margin:                 2%;
background-color:       #eeeeee;
border:                 double;
}


img.float-left {/* header element float */
float: left;
width: 9em;
margin: 0.2em 0.2em 0.2em 0.2em;
background: #ffffff;
}

img.float-right {/* header element float */
float: right;
width: 10em;
margin: 0.2em 0.2em 0.2em 0.2em;
background: #ffffff;
}



label {
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input
{
margin-left:	4.5em;
border:		2px outset #000000;
}

input
{
color:		#000000;
background:	#eeeeee;
border:		1px outset #000000;
}

.submit input
{
color:		#000000;
background:	#eeeeee;
border:		1px inset #000000;
}

fieldset
{
border:		1px solid #000000;
background:	#ffffff;
padding:	1.5em;
}

legend
{
color:		#000000;
background:	#dddddd;
border:		1px solid #000000;
padding:	2px 6px;
}


textarea
{
color:		#000000;
background:	#eeeeee;
border:		1px solid #000000;
}

div.bgimage
{ 
background-image:	url('/bg2.png');
background-repeat:	no-repeat;
background-position:	center;
/*background-attachment:	fixed; */
}
