body {
	background-image: url(images/bg-3.gif);
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: repeat;
}
.shiftcontainer {
	position: relative;
	height: 100%;
	left: 4px; 
	top: 4px;
}
.shadowcontainer {
	width: 775px;
	height: 100%;
	background: transparent;
	background-color: #0033CC ;
	opacity: .5;
	filter: alpha(opacity=10);
}
.shadowcontainer .innerdiv {
/* Add container height here if desired */
height: 100%;
background-color: white;
border: 1px solid gray;
padding: 4px;
position: relative;
left: -4px; /*shadow depth*/
top: -4px; /*shadow depth*/
}
.nav {color: #FFFFFF; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.date-time {
font-size: 10px; font-family: Arial, Helvetica, sans-serif;
}
.ftr-txt {
color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}
.ftr-links {
color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none;
}
.ftr-links:hover {
color: #FF0000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none;
}
.hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(images/bg-hdr.jpg);
	background-repeat: repeat-y;
	border: 2 solid #DDDDDD;
}
.txt {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.txt-links {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
.txt-links:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
.header {
	color: #FF0000;
	font-weight: bold;
}
.bdr {
	border: 1px solid #666666;
}
#dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 148;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{
background-color: DB0D15;
}

