body{
	font-family: verdana, arial, sans-serif;
	font-size: small;
	background-color: rgb(51, 102, 102); /* #99cccc; */
	margin: 0;
	padding: 0;
}
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;
}
	
#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;
	background-color: white;
	z-index: 1;
	display: run-in;
}

.clear {
	clear: both;
}

#footer {
	position: relative;
	color: white;
	height: 30px;
	background: url(images/img02.gif) repeat-x left top;
	font-weight: normal;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	bottom: 0px;
	z-index: 1;
	line-height: inherit;
}

#menu {
	float: left;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	margin-left: 0px;
   margin-top: 0px;
	padding: 0 5px 0 5px; /* 5px 5px*/
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	text-decoration: none;
	padding: 0 8px 0 8px; 
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

#menu a:hover {
	color: black;
	border-bottom: 1px solid #FE7E00;
	border-top: 1px solid #FE7E00;
}

#menu .active a {
	color: black;
}

