body {

	background-image: url(../images/bg.jpg);
	font-family: arial;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	padding: 20px;
}

a {
	color: #000;
	text-decoration: none;
}

.anylinkmenu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	font: normal 14px Verdana;
	line-height: 25px;
	background: #669944;
	width: 200px;
	/* default width for menu */
}

.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li a {
	width: 100%;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	color: #FAE917;
}

.anylinkmenu a:hover {
	/*hover background color*/

	background: #467821;
	color: FFF;
}

.headingred {

	font-family: arial;
	font-size: 24px;
	color: #ff0000;
	font-weight: normal;
}

.headingWhite {

	font-family: arial;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
}

.body_text {

	font-family: arial;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}

#text_container {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFF;
	opacity: 0.6;
	height: inherit;
	padding: 20px;
}

.fotertext {

	font-family: arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}

.fotertext a {

	font-family: arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}