body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	background-image:  url(background.jpg) ;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom right; 
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
#header {
	border-top: 1px solid #778899;
	border-bottom: 2px groove #610c00;
	height:6em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
    width: 500px;
    text-align:right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
    width: 500px;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 10em;
	left: 1em;
	width: 14em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 100%;
	border-bottom: 1px solid #610c00;
	color: #610c00;
  margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-top: 2em;
  margin-left: 16em;
	margin-right: 2em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color:#610c00;
	margin-left:1em;
}
h2 {
	font: 120% Georgia, "Times New Roman", Times, serif;
	margin-left:1em;
}

#content p {
	font-size: 100%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
.imagecontent {
  float:right;
  width:150px;
  border:2px solid #610c00;
  margin-left 20px;
  margin-bottom:6px;
} 
input.txt {
color:#00008B;
background-color:#E3F2F7;
border: 1px inset #00008B;
width:200px;
}
input.btn {
color: #00008B;
background-color:#ADD8E6;
border: 1px outset #00008B;
}
form div {
clear:left;
margin:0;
padding:0;
padding-top:0.6em;
}
form div label{
float:left;
width:40%;
font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {
border: 1px groove #610c00;
margin-top:1.4em;
padding:0.6em
}
legend {
font: bold 0.8em Arial, Helvetica, sans-serif;
color:#00008B;
Background-color:#FFFFFF;
}

a:link, a:visited {
text-decoration: none;
}

