body {
	background-image:  url(../background/menu_bg3.gif);
}
.top {
	height: 90px;
	width: 101%;
	top: 0px;
	position: absolute;
	left: 0px;
	background-color: #990000;
	background-image:  url(../background/top_bg3.gif);
}
.topRight {
	height: 90px;
	width: 50px;
	top: 0px;
	position: absolute;
	right: 0px;
	background-color: #990000;
	background-image:  url(../background/topRight3_bg.gif);
}
.menu {
	font-family: arial;
	font-size: 10px;
	width: 160px;
	top: 100px;
	position: absolute;
	left: 9px;
	top: 100px;
	z-index: 1;
}
.sectionTitle {
	position: absolute;
	top: 55px;
	left: 200px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;

}
.bodyContent {
	position: absolute;
	height: auto;
	width: 550px;
	left: 200px;
	top: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	z-index: 0;
}
.boldTitles {
	font-weight: bold;
}
.imgFloatRight 
{
	float: right;
	display: "";
	z-index: auto;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.img {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
	width: 122px;

}
ul {
	position: static;
	margin-left: 15px;
}
.dropdown {
	position: absolute;
	color:#FFFFFF;
	width:160px; /* needs to be changed to reflect the menuWidth */
	height:20px;
	border: 1px solid #ffffff;
	background-color: #000000;
	layer-background-color: #000000;
	top:100px;
	z-index:1;
	visibility: hidden;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;	
	cursor: hand;
}
.dropitem {
	text-decoration:none;
	color:#FFFFFF;
	font: 12px Arial;
	margin: 3px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.lastUpdated {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 160px;
	text-align: right;
}
.pageTitle {
	position: absolute;
	top: 100px;
	left: 200px;
	font-family: Arial;
	font-weight: bold;
	color: 000000;
	font-size: 10pt;
}

.infoLeft {
	background-color: #CCCCCC;
	border: none;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
}
.infoRight {
	color: #FFFFFF;
	background-color: 006fa2;
	border: none;
}
input {
	background-color: #CCCCCC;
	border: 1px solid #000066;
}
.addTitle {

	position: absolute;
	top: 55px;
	left: 450px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #990000;
}
.imgText {
	width: 122px;
	height: auto;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 1px 3px;
}

