/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.homebody {
	background-image: url(/images/new_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: eae2ca;
}
.bodycopycell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 30px;
	padding-left: 30px;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.8em;
}
.footer {
	font-size: 10px;
}
b strong {
	font-weight: bold;	
}

#dropmenudiv{
	width: 100%;
	position:absolute;
	font:10px Arial;
	line-height:18px;
	z-index:100;
	margin-top: 0px;
	border-right: 1px solid #153e60;
	border-bottom: 1px solid #153e60;
	border-left: 1px solid #153e60;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
/*	border-top: 1px solid white; */
/*	border-bottom: 1px solid white; */
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	color: #153e60;
	
}

#dropmenudiv a:hover{
	background-color: #153e60;
	color: #FFFFFF;
	width: 100%;
	display: block;

}
.no_repeat{
	background-repeat: no-repeat;	
}
