body {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: ;
	background-attachment: fixed;
	background-color: white;
}

a:active {
	color: red;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}

div.container {
	width: 100%
	height: 100%
}

div.glogo {
	position: absolute;
	top: 5px;
	left: 5px;
}

div.gmenu {
	position: absolute;
	top: 145px;
	left: 8px;
	width: 100px;
	bottom: 35px;
	overflow: hidden;
}

.gmenuitem {
	font-size: large;
	font-family: arial, helvetica, sans-serif;
}



div.topbanner {
	font-size: 40px;
	font-variant: small-caps;
	font-family: arial, helvetica, sans-serif;
	font-stretch: expanded;
	color: black;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 115px;
	right: 5px;
	height: 30px;
}


div.content {
	position: absolute;
	text-align:justify;
	top: 70px;
	left: 120px;
	right: 5px;
	bottom: 2px;
	padding-right: 10px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
}

.centeralign {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

