body {
	margin: 0px;
	padding: 0px;
	//background-image: url(img/img01.gif);
	background-color: #979797;
	color: white;
	font-size: 12px;
	font-family: "arial", "sans-serif";
	}
	
#wrap {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -300px;
	}
	
#topimg {
	position: absolute;
	width: 600px;
	height: 200px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-image: url(img/head.jpg);
	}
		
#nav {
	position: absolute;
	top: 210px;
	width: 600px;
	height: 30px;
	border: solid 1px white;
}

#nav A:link {
	text-decoration: none;
	color: white;
}

#nav A:visited {
	color: white;
}

#nav A:hover {
	text-decoration: underline;
	color: white;
}

#nav A:active {
	text-decoration: none;
}

#content {
	position: absolute;
	top: 40px;
	width: 600px;
	height: auto;
	border: solid 1px white;	
	color: white;
	//background-color: #8999a5;
	background-color: #566571;
}

#content a {
	text-decoration: none;
	text-transform: capitals;
	font-size: 100%;
	color: blue;
}

#foot {
	position: absolute;
	bottom: -100px;
	width: 600px;
	height: 28px;
	border: solid 1px white;
	color: white;
	font-size: 80%;
	padding: 5px 0 0 0;
	background-color: #566571;
}

#foot a {
	color: white;
	text-decoration: underline;
}

#foot a:hover {
	color: white;
	text-decoration: none;
}

H1 {
	font-size: 16px;
	text-decoration: underline;
}

H2	{
	font-size: 75%;
	text-decoration: none;
	align: left;
}

table.pictures {
	width: 595px;
	//background-color: black;//
	border: 0 black solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.images {
	width 595px;
	background-color: black;
	border: 0 solid black;
	border-collapse: collapse;
}	

td.images {
	border: 1px solid white;
	border-spacing: 5px;
}

td.spacer {
	border: 0px solid black;
	border-collapse: collapse;
}

table.contacts
{ width: 595px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


td.contactDept
{ background-color: #979797;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 13px;
color: white; }


td.contact
{ border-bottom: 1px black dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .9em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }


