#container {
margin-left: auto ;
margin-right: auto ;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #d7d7ff;
}

#header {
/* height: 85px;  */
width: 990px; 
padding-left: 15px;
padding-right: 15px;
background-color: #d7d7ff;
padding-bottom: 0px;
padding-top: 0px;

z-index: 2;
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
}

#header * {
	background-color: #f7f7ff; 
}

#header h1 {
	line-height: 100%;
}

#header p, #footer p {
	line-height: 120%;
}

#content {
padding-left: 15px;
padding-right: 15px;
color:#000;
position: relative;
z-index: 0;
width: 990px;
margin-left: auto ;
margin-right: auto ;
padding: 0px, 0px, 0px, 0px;
}

#footer {
position: relative; 
z-index: 1;
clear: both;
width: 990px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto ;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top: 1px solid #f7f7ff;
}

body {
background-color: #d7d7ff;
margin: 0px, 0px, 0px, 0px;
padding: 0px, 0px, 0px, 0px;
}

body * {
background-color: #fffff;
}

body *, #header *, #footer *, #body * {
	font-family: Tahoma, Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
}
	
h1, h2 {
	color: #333;
}
	
a {text-decoration: none;}
a:link {color: #669; }
a:visited {color: #669; }
a:hover {color: #669; }
a:active {color: #669; }

/* switch off dotted underline for links in h2 and h3 */
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {border: none;}

p, li, dt, dd {line-height: 150%;}

.efgimage {
        border: 1px solid #000;
        margin-right: 10px;
        float: left;
        vertical-align: top;
        clear: both;
}

h2, h3 {
	color: #333;
	padding-bottom: 0px;
	border-bottom: 1px dashed #66C;
	margin-bottom: 2px;
	border-left: none;
}

#content h2 { clear: right;}

#content h3 {clear: right;}

#content ul {
	list-style: square;
}
	
/* floated images and captions */
.floatright {
	float: right;
	width: 302px;
	background-color: #eee;
	border: 1px solid #222;
	margin: 5px 0 10px 10px;
	padding: 5px;
	text-align: center;
	font-size: 80%;
	}
	
div.floatright img { border: 1px solid #222; }

div.floatright>a:first-child { border-bottom: none; }
/* removes underlining for floated image if it is a link, but not for link in caption text */
* html div.floatright>a:link { border-bottom: none; }
/* IE doesn't recognise first-child, so switch off all underlining of links */

/* styles for contact forms */
#contactform {
	width: 700px;
	padding: 0;
	}
	
fieldset {
	border: 1px dashed #555555;
	padding: 0;
	margin: 0;
	}
	
form label {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 140px;
	margin-right: 10px;
	padding-top: 1px;
	}
	
.formControl {
	float: right;
	text-align: left;
	width: 498px;
	}

.formComment {
	font-style: italic;
	}
	
form input, form textarea {
border: 1px solid #666;
}
	
.row {
	clear: right;
	padding-top: 5px;
	}
	
* html .row { clear: both; }  /* IE only */
	
.spacer {
	clear: right;
	height: 10px;
	}
	
.confirmation {
	color: red;
	}

form input, form textarea {
background-color: white;
}

p.warning {
	font-weight: bold;
	color: red;
	padding: 1em;
	border: 1px dotted black;
}

p, li, address {
}

#content p, #content li, #content address {
}

body, body *, #header, #header p, #footer, #content {
background-color: #f7f7ff;
}
