.globalnav {
	position: absolute;
	right: 5%;
	text-align: center;
	width: 90%;
	left: 5%;
	top: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
}
.topnav {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	background-image: url(pix/navback_mid.gif);
	text-align: left;
	left: 0px;
}
.topnavlinklist {

	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 23px;
	text-align: left;
}
.topnavlinklist a {
	font-weight: bold;
	color: #A9404F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-size: 12px;
	padding: 2px 5px 2px 2px;
}
.topnavlinklist a:hover {
	font-weight: bold;
	color: #CCCC00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #845077;
	font-size: 12px;
	padding: 2px 5px 2px 2px;
}
.linklist a {
	font-weight: normal;
	color: #666666;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}
.linklist {
	text-align: left;
	position: relative;
	visibility: hidden;
}
.linklist a:hover {
	font-weight: normal;
	color: #A94060;
	text-align: left;
	padding: 5px;
}
.main {
	position: absolute;
	right: 5%;
	top: 260px;
	left: 5%;
	font-size: 12px;
	text-align: justify;
	background-color: #E6E6E6;
	width: 90%;
	padding: 0px;
}
.mainfoot {
	background-color: #CCCCCC;
	width: 100%;
}
.image {
	border-left-width: 101px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
}
