Body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000099;
}

p, td {
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#pagecontainer {
	width: 920px;
	height: 530px; /*padding-bottom: 30px;*/
	background-color: transparent;
	/*background-image: url(../images/background.gif);
	background-repeat: no-repeat;*/
	position: absolute;
	left: 50%;
	margin-left: -460px;
	top: 50%;
	margin-top: -265px;
	text-align: left;
	z-index: 1;
}

#menucontainer {
	width: 725px;
	height: 30px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	z-index: 3;
}
#bannercontainer {
	width: 725px;
	height: 150px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	z-index: 3;
}

#maincontainer {
	width: 475px;
	height: 510px;
	top: 0px;
	background-color: transparent;
	border-top-style: none;
	border-top-width: 2px;
	position: absolute;
	float: left;
	text-align: left;
	z-index: 2;
	border: thin;

}

#rightcontainer {
	width: 445px;
	height: 510px;
	top: 0px;
	left: 0px;
	float: right;
	text-align: left;
	border-bottom-color: #BBBBBB;
	border-bottom: 1px dotted;
	z-index: 2;
}

#contentcontainer {
	width: 455px;
	height: 320px;
	color: #000066;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right-color: #BBBBBB;
	border-right: 1px dotted;
	border-left-color: #6666EE;
	border-left: 1px dotted;
	border-bottom-color: #6666EE;
	border-bottom: 1px dotted;
	overflow: auto;
	z-index: 3;

}

#rightbanner {
	width: 228px;
	height: 320px;
	padding-top: 180px;
	left: 0px;
	background-color: #ffffff;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-color: #6666EE;
	border-bottom: 1px dotted;
	border-right-color: #6666EE;
	border-right: 1px dotted;
	font-size: 0.85em;
	z-index: 3;
}

#iblogo {
	position: absolute;
	left: 50%;
	margin-left: +222px;
	top: 50%;
	margin-top: -350px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	text-align: right;
	float: right;
	right: -200px;
	width: 250px;
	height: 50px;
	z-index: 10;
}
img { 
	border:0px; 
}
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}