html, body {
	background-color:#FFFFFF;
	color: #000000;
   	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	height: 100%;
}


span.caption  {
	font-size: 1.1em;
	color: #CCFFCC;
}


div {
	margin: 0px;
}


div.debug {
	border: 1px dashed;
}


div.fontResize {
	position: absolute;

	font-size: 0.75em;
	line-height: 1.5em;

	left: 20px;
	top: 110px;

	width: 100px;
	height: 30px;

	z-index: 10;
}


div.container {
	position: absolute;
	width: 100%;
	
	height: 100%;
	overflow: hidden;
}


div.menu {
	position: absolute;
	
	font-size: 0.9em;

	width: 100%;
	height: 150px;

	top: 20px;
	left: 170px;

	overflow: hidden;
	z-index: 15;
}




div.logo {
	position: absolute;
	
	top: 47px;
	width: auto;
	z-index: 10;
}


div.logoRight {
	position: absolute;
	
	top: 47px;
	right: 360px;

	width: 520px;
	text-align: left;

	z-index: 5;
}


div.content {
	position: relative;
	
	color: #CCFFCC;
	background-color: #006633;
	width: 100%;
	top: 169px;
	height: 100%;
}


div.ontop {
	z-index: 10;
}

div.fullscreen {
	position: relative;
	
	color: #CCFFCC;
	background-color: #006633;
	
	top: 169px;

	width: 100%;
	height: 100%;

	z-index: 5;
}

div.text {
	position: absolute;
	
	color: #99CC99;
	font-size: 0.75em;
	line-height: 1.5em;
	
	left: 165px;
	top: 110px;

	padding-right: 5px;
	
	height: auto;
	width: 520px;
	
	overflow: auto;
}


div.textOnly {
	position: absolute;
	
	color: #99CC99;
	font-size: 0.75em;
	line-height: 1.5em;
	
	left: 165px;
	top: 30px;
	
	height: auto;
	width: 520px;
	
	overflow: auto;
}


div.column {
	float: left;
	width: 245px;
}

.clickable {
	cursor: pointer;
}

a:link{
	color: #99CC99;
	text-decoration : none;
	outline : none;	
}


a:visited {
	color: #99CC99;
	text-decoration : none;
	outline : none;		
}


a:hover {
	color: #FFFFFF;
	text-decoration : none;
	outline : none;		
}



a.menuLink:link{
	color: #99CC99;
	text-decoration : none;
	outline : none;	
}


a.menuLink:visited {
	color: #99CC99;
	text-decoration : none;
	outline : none;		
}

a.active {
	color: #006633;
	text-decoration: none;
	outline: none;
}

a.menuLink:hover {
	color: #006633;
	text-decoration : none;
	outline : none;		
}

