@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #A7A696;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}




.menutext {
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

.text {
	font-family:tahoma;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

.h1 {
	font-family:tahoma;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
}

.clocktext {
	font-family:tahoma;
	font-size:10px;
	color:#93822a;
	font-weight:bold;
}



.dummytext {
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
}

.footer {
	font-family:tahoma;
	font-size:11px;
	color:#d3cfce;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top:10px;
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px tahoma;
line-height:18px;
z-index:100;
background-color: #6F6651;
color:#ffffff;
width: 150px;
visibility: hidden;

}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #625946;
color:#A7A696;
}

.styleHeadingDate {
color: #FFFFFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;

}

.styleAdvertisement {
color: #FFFFFF;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;

}

.styleContent {
color: #FFFFFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;

}

<!-- Gallery CSS-->
<!-- Gallery CSS-->

.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 20px 0px 20px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 2px solid #929492;
height: 10px;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 5px 10px 5px 10px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #ECEEEC url(images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}
#bodyme {
	overflow:auto;
	height:470px;
	width:560px;
	text-align:justify;
}

<!-- End Gallery CSS-->
<!-- End Gallery CSS-->

