/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.bodytext{
	font:14px Arial;
	color:#261500;
	text-decoration:none;
	line-height:20px;
	text-align:justify;
}


.heading{
	font:17px Trebuchet MS;
	color:#e4b500;
	text-decoration:none;
	line-height:20px;
	text-align:justify;
}

.menubg{
	background-image:url(images/menu-bg.jpg);
	background-repeat:no-repeat;
	height:47px;
	cursor:pointer;
}

.menu{
	font:12px Arial;
	color:#ffffff;
	text-decoration:none;
}
.menu:hover{
	color:#efbe00;
	text-decoration:none;
}

.greenbg{
	background-image:url(images/greenbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:216px;
}

.yellowbg{
	background-image:url(images/yellowbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:216px;
	font:12px Arial;
	color:#191919;
	text-decoration:none;
	line-height:16px;
}

.brownbg{
	background-image:url(images/brownbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:216px;
	font:12px Arial;
	color:#191919;
	text-decoration:none;
	line-height:16px;
}

.footer{
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	height:48px;
	font:12px Arial;
	color:#ebebeb;
	text-decoration:none;
}

.links{
	font:12px Arial;
	color:#ebebeb;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}

.links:hover{
	color:#ebebeb;
	text-decoration:underline;
}

.url{
	font:12px Arial;
	color:#272727;
	text-decoration:none;
	line-height:20px;
}

.url1{
	font:12px Arial;
	color:#272727;
	text-decoration:none;
}

.url1:hover{
	color:#272727;
	text-decoration:underline;
}

div.menuNormal {
	display: none;
	position:absolute;
	background-color:#73625b;
}

div.menuHover {
	display:block;
	filter: alpha(opacity=95);
	position:absolute;
	background-color:#73625b;
	moz-opacity: 0.9;
	opacity: 0.9;
	khtml-opacity: 0.9;
}

.dropdown{
	font:11px Arial;
	color:#e8e8e8;
	text-decoration:none;
	padding-left:15px;
}

.dropdown:hover{
	color:#502508;
	text-decoration:none;
}