body {
	font-family:sans-serif;
	
	background-position:top;
	background-repeat:no-repeat;
	background-size: cover;
}

.divMain {
	width:60%; 
	height:90%; 
	margin-top:10%; 
	margin-left:10%;
	outline:none;
	background-color:rgba(255, 255, 255, 0.5);"
	}

.tdNavigation {
	border-right:1px solid black;
	text-align:right;
	padding-right:10px;
	vertical-align:top;
}

.liNavigation {
	text-align:right;
	list-style:none;
	width:100%;
	padding:4px;
	
}


.liNavigation a:link {
  color: black;
}


.liNavigation a:visited {
  color: black;
}

/*
.liNavigation a:hover {
  color: black;
  background-color:#EAC621;
}


.liNavigation a:active {
  color: yellow;
} 
*/

.tdContent {
	width:auto;
	vertical-align:top;
	text-align:left;
	padding: 0 0 0 25px;
	line-height:150%;
}


/*** IMAGE ***/

.imgLightboxPreview {
	
	width:120px;
	padding:10px;
	
}







/*** FORM ***/

.frmTextfield {
	border: 1px black solid;
	width: 260px;
}

.frmTextfield1 {
	visibility:hidden;
	float:none;
}


.frmTextarea {
	border: 1px black solid;
	width: 260px;
}

.frmSubmit {
	border: 1px black solid;
	width: 160px;
	
}


