body {
	font-family: Tahoma,Verdana,Helvetica,Arial,serif;
	font-size: 90%;
	color: #333;
	background: #fff;
	padding: 0px;
	margin: 0px;	
}

a {
	color: #000099;
}
a:hover {
	color: #0000ff;
}

/* olin color: #084694 */

#rightbar {
	padding: 0px; margin: 0px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 20%;
	background: url('img/SideBG.png') repeat-y;
}
#rightbarbg {
	padding: 0px; margin: 0px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 40px;
	background: #B5B5B5;
}
#banner {
	position: absolute;
	top: 30px;
	left: -12px;
	right: 0px;
	height: 47px;
	background: url('img/banner.png') no-repeat;
}
#menu {
	position: absolute;
	left: 20px;
	top: 40px;
}
#menu a {
	display: block;
	margin: 0; padding: 0;
	height: 40px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	text-decoration: underline;
}

.cbg {
	left: 0%; right: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.cbg.a {
	background-color: #EDEDED;
}
.cbg.b {
	background-color: #fff;
}

.ctitle {
	position: absolute;
	right: 100%;
	margin-right: 25px;
	text-align: right;
	font-size: 30px;
}
.ctitle.a a {
	color: #000099;
}
.ctitle.b a {
	color: #000099;
}

.cinner {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 55%;
}

.newstbl td {
	vertical-align: top;
}
.newstbl td.t {
	padding-right: 5px;
}

.briefall td {
	vertical-align: top;
}
.brieftbl td {
	vertical-align: middle;
	padding-right: 10px;
}
.t {
	font-weight: bold;
}

.pubslist {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.expandButton {
	cursor: pointer;
}