*
{
	padding: 0%;
	margin: 0%;
}

BODY
{
  position: relative;
  font-family: arial;
  font-size: medium;
  letter-spacing: 10;
  width: 100%;
  background-color: #003366;
  color: black;
  background-image: url('img/bg.jpg');
  padding-top: 3%;
  padding-bottom: 3%;
}

div.indexbox
{
	position: relative;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.indexbox IMG
{
	border: 10px solid black;
}

div.theeverythingbox
{
  position: relative;
  width: 600px;
  margin-top: 3%
  margin-bottom: 3%;
  padding: 1%;
  margin-left: 12%;
  background-color: #FAFAFA;
  border: 5px solid black;
}

A
{
		text-decoration: none;
	color: navy;
}

A:hover
{
	color: black;
	text-decoration: underline;
}

div#nav
{
	position: relative;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid red;
	font-size: small;
	text-align: right;
	margin-bottom: 0.5%;
}

div#nav A
{
	font-family: Western;
	font-style: italic;
	margin-left: 0.5%;
	border: 0px solid blue;
}




div.content
{
	position: relative;
	border: 0px solid pink;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

div.imagebox
{
	margin-top: 2%;
	text-align:center;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}


div.header
{
	position: relative;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid blue;
	border-bottom: 5px double black;
	margin-bottom: 2%;
}

div.header A
{
	position: relative;
	margin-left: 10px;
}

div.headertext
{
	font-size: x-large;
	position: relative;
	width: 96%;
	padding-left: 2%;
	font-size: xx-large;
	font-weight: bold;
	border: 0px solid green;
}

div.headertext A
{
	text-decoration: none;
	color: black;
}

div#footer
{
	margin-top: 2%;
	position: relative;
	width: 96%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px double black;
	font-size: x-small;
	padding-right: 1%;
}


P, H1, H2, H3, H4, H5, H6
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	font-size: medium;
	font-weight: bold;
}

P
{
	width: 90%;
	font-weight: normal;
}

H1
{
	width: 100%;
	font-size: large;
}

H2
{
	width: 95%;
}


H3
{
	width: 90%;
}

H4
{
	width: 87%;

}

H5
{
	width: 85%;
	font-size: small;
}

H6
{
	width: 80%;
	font-size: small;
	font-weight: normal;
}

UL
{
	list-style-type: none;
}





div#wwsEmailForm
{
	margin-left: auto;
	margin-right: auto;
	border: 0px solid red;
	font-weight: bold;
	width: 83%;
	margin-top: 30px;

}

div#wwsEmailForm INPUT, DIV#wwsEmailForm TEXTAREA
{
	display: block;
	width: 100%
}

div#wwsEmailForm INPUT#submitButton
{
	width: 150px;
}

.errorText
{
	color: red;
	font-weight: bold;
}

