
body {
	font-family: arial, verdana, sans-serif;
	background: url("body.gif") repeat-x #ffffff;
      color: #000066;
	margin: 1em;
	}

:link {
	color: #112299; }

:visited {
	color: #000099; }

:link:hover, :visited:hover {
	color: #333333;
	background: #FFFFCC; }

:link:active, :link:active {
	color: #333333; }


/* ============================== */

dl.contact dt {
	/* width: 10ex;  */
	float: left;
	padding: 0.2em 0.5em 0.5em 0;
	}

dl.contact dd {
	margin-left: 12ex;
	/* width: 28ex; */
	padding: 0.2em 0.5em 0.5em 0;
	border-bottom: 1px solid #BBBBCC;
	}

dl.contact img {
	margin: 0;
	padding: 0;
	border: 0;
	}

h1 {
	color: #ffffff;
	background: url("h1.gif") repeat-x bottom left #455372	;
	margin: 0.5em 0 0 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
	}

h2 {
	border-bottom: 1px solid #999999;
	}

div.content {
	background: url("content.gif") bottom left repeat-x #eeeeee;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em 0.5em 0.5em;
	}

table.twocol {
	border: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	}

table.twocol tr {
	width: 100%;
	border: 0;
	margin: 0px;
	padding: 0px;
	}

table.twocol td {
	vertical-align: top;
	width: 50%;
	background: #eeeeee;
	background: url("content.gif") bottom left repeat-x #eeeeee;
	margin: 0;
	padding: 0.5em;
	}

table.twocol td.right {
	border-left: 0.2em solid #ffffff;
	}

hr.hide {
	display: none;
	}

div.navigation {
	font-size: 80%;
	margin: 0.5em 0 0.5em 0;
	text-align: center;
	}

