body {
	background: #FFFFFF;
	color: #000000;
}
img {
	border: 0px;
}
table {
	font-size: 100%;
}
.nobr {
	white-space: nowrap;
}
.logoarea .logo {
	float: right;
}
.nav-main ul {
	margin: 0px;
	padding: 6px 0px;
	list-style: none;
}
.nav-main li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	background: url(/images/bullet_tri_big.gif) left no-repeat;
}
.nav-main li img {
	vertical-align: bottom;
}
.nav-main li.active {
	background-image: url(/images/bullet_tri_big-s.gif);
}
.nav-top {
	background-color: #B4CEE3;
}
.nav-top table td {
	padding: 2px 2px 2px 8px;
}
.nav-top td a,
.nav-top td span {
	background: url(/images/bullet_tri_small.gif) left 50% no-repeat;
	padding-left: 12px;
}
.nav-top td.active a,
.nav-top td.active span {
	background: url(/images/bullet_tri_small-s.gif) left 50% no-repeat;
}
.ad {
	font-size: 85%;
}
.ad .heading {
	background: #FFFFFF no-repeat;
	height: 97px;
}
.ad .heading h2 {
	display: none;
}
.rightcol {
	float: right;
	width: 157px;
	overflow: hidden;
}
.wrapcol .bgr .bottom {
	clear: both;
}
.copyright {
	text-align: center;
	padding-top: 22px;
}
.banner {
/*	background: #FFFFFF url(/images/layout/bg_banner.png) no-repeat;*/
    background-color: #C8E8FB;
    
}
.banner .image {
	background: right top no-repeat;
	height: 95px;
}
.banner .title {
	display: block;
	padding-top: 1px;
	margin: 0px 320px 0px 2px;
	text-align: center;
}
.eventdate {
	display: block;
	font-size: 85%;
}
.bordered {
	border: #075EA1 1px solid;
}
.searchresult dt {
	font-weight: bold;
	margin-top: 15px;
}
.searchresult dd {
	margin-left: 15px;
	font-size: 85%;
}
.alert {
	color: red;
}

.table tr:nth-child(even) {
            background-color: rgba(170, 170, 170, 0.1);
        }
        .table td:nth-child(1){
            /* width: 60%; */
		
        }
