@charset "utf-8";
/* CSS Document */

body { 
	background: #225a99 url(/images/2010_bg.jpg) repeat-x;
	color: #5a5a5a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PageContainer {
	background-color: #00214e;
	color: #5a5a5a;
}
td {
	color: #5a5a5a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main_container {
	background-color: #00214e;
}
.left_menu {
	background-color: #e7f4eb;
}
.contentpage {
	width: 566px;
	padding: 10px;
	background: #ffffff;

}

/* DROP */

#dropBannerWrapper {
    position: relative;
    width: 760px;
    overflow: hidden;
    text-align: center;
}
#dropBanner {
	height: 182px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#dropBanner li {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#dropBanner li.lbListRotatorItemActive {
    z-index: 1;
}
#dropBannerHelper {
	margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 660px;
}
#dropBannerHelper li {
	list-style-type: none;
    float: left;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
	font-size: 10px;
	background-color: #6099cc;
	height: 10px;
	width: 10px;
}
#dropBannerHelper li.dropBannerHelperItemActive {
    background-color: #ed803d;
}









