body,p {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

#wrapper {
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0;
	width: 800px;
	z-index: 0;
	azimuth: center;
}

#header {
	text-align: center;
	position: fixed;
	background-color: #000098;
	color: #fff;
	font-weight: bold;
	font-size: normal;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 800px;
	z-index: 2;
}
	
#udm a:link {	color: white;}
#udm a:hover {	color: #1d62ad;}
#udm.li a:link {color: white;}
#udm.li a:hover {color: #1d62ad;}
#udm a:visit {color: #1d62ad;}

#nav {
	position: fixed;
	float: left;
	top: 82px;
	left: 0;
	overflow: auto;
	width: 146px;
	font-size: 12px;
	padding-top: 0px;
	text-align: left;
	z-index: 1;
}

#content {
	position: inherit;
	margin-left: 5px;
	margin-right: 5px;

	z-index: 1;
	display: run-in;
}

.clear {
	clear: both;
}

#footer {
	position: relative;
	color: #000098;
	background-color: silver;
	font-weight: normal;
	font-size: small;
	text-align: center;
	vertical-align: bottom;
	height: 20px;
	bottom: 2px;
	z-index: 1;
	border-bottom: 1px solid #000098;
	border-top-color: #000098;
	border-top-style: solid;
	border-top-width: 1px;
}


