@charset "utf-8";

* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #4B4B4B;
	font-size: 12px;
	overflow-y: scroll;
}

a {
	font-size: 12px;
	color: #5C1A1A;
	text-decoration: underline;
}

div {
	color: #4B4B4B;
	font-size: 12px;
}

img {
	border: none;
}

#all, #main {
	width: 991px;
	margin: auto;
	display: block;
}

#main {
	background-image: url(../pix/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#secleft {
	width: 761px;
	float: left;
	display: block;
}

#secright {
	width: 230px;
	float: left;
	display: block;
}

#content {
	padding-bottom: 10px;
}

#claimer {
	width: 210px;
	display: block;
	height: 419px;
	background-image: url(../pix/claimer.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #F5E0E0;
	padding: 10px;
	font-size: 14px;
	font-weight: bolder;
}

#claimer h1 {
	color: #F5E0E0;
	font-size: 18px;
	padding: 0;
	margin: 14px 0 5px;
}

#headerimage {
	display: block;
	float: left;
	width: 320px;
	height: 178px;
	margin-left: 70px;
}

#print {
	float: right;
}

#print a img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#print a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#header {
	width: 761px;
	margin: auto;
	background-image: url(../pix/header.png);
	background-repeat: no-repeat;
	height: 208px;	
	display: block;
}

a.homelink {
	display: block;
	float: left;
	width: 275px;
	height: 104px;
	margin-top: 70px;
	margin-left: 95px;
	background-color: transparent;
	background-image: none;
	padding: 0;
	line-height: 15px;
}

* html a.homelink {
	display: block;
	float: left;
	width: 275px;
	height: 104px;
	margin-top: 60px;
	margin-left: 45px;
	background-color: transparent;
}

.clear, div.csc-header {
	clear: both;
}

.nodisplay  {
	display: none;
}

#menu {
	width: 189px;
	float: left;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: white;
}

#menu ul li {
	border: 1px solid #D3D3D3;
	margin-bottom: 1px;
}

#menu ul li a {
	color: #4B4B4B;
	display: block;
	padding-left: 29px;
	padding-top: 9px;
	padding-bottom: 7px;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
}

#menu ul li a:hover,
#menu ul li a.active {
	font-weight: bold;
	background-image: url(../pix/mainnavbg_hover.gif);
	background-repeat: no-repeat;
}

#menu ul.subnav {
	background-color: #E1E1E1;
	margin-bottom: -1px;
	padding-top: 3px;
	padding-bottom: 8px;
}

#menu ul.subnav li {
	border: 0 !important;
}

#menu ul.subnav li a {
	padding-left: 39px;
	padding-top: 7px;
	padding-bottom: 0;
	line-height: 15px;
}

#menu ul.subnav li a:hover,
#menu ul.subnav li a.active {
	font-weight: bold;
	background-image: url(../pix/bgsubnavlink.gif);
	background-repeat: no-repeat;
}

#middle {
	width: 542px;
	display: block;
	float: left;
	padding: 15px;
}

#middle h1 {
	padding: 0;
	color: #4B4B4B;
	font-size: 18px;
	margin: 18px 0 10px;
}

#middle h2 {
	padding: 0;
	color: #4B4B4B;
	font-size: 14px;
	margin: 14px 0 10px;
}

#footer {
	text-align: center;
	width: 663px;
	padding-top: 16px;
	padding-bottom: 40px;
	padding-left: 97px;
	color: #8C8C8C;
}

#footer a {
	color: #8C8C8C;
	background-image: none;
	padding: 0;
}

ul.publications {
	list-style: none;
	padding-left: 0;
}

ul.publications li {
	padding-bottom: 1em;
}

ul.half-space li {
	padding-bottom: 0.5em;
}

dl, dl.ul {
	margin-left: 0.3em;
	margin-top: 1ex;
}

dl.ul > dd {
	margin-left: 1em;
	margin-bottom: 1ex;
}

dt {
	float: left;
}

dl.ol-decimal > dt, dl.ol-roman > dt {
	text-align: right;
	width: 2em;
}

dl.ol-decimal > dd, dl.ol-roman > dd {
	margin-left: 2.3em;
	margin-bottom: 1ex;
}

a.external-link {
	background:transparent url(../pix/external.png) no-repeat scroll right center;
	padding-right: 13px;
}

table.contenttable {
	margin-top: 12px;
	border: thin solid #000;
	caption-side: bottom;
	border-collapse: collapse;
	font-size: 12px;
}

table.contenttable td, table.contenttable th {
	border: thin dotted gray;
	padding: 6px;
}

table.contenttable caption {
	padding-top: 6px;
}

table.contenttable p {
	margin: 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

div.csc-textpic-imagewrap {
	margin-bottom: 1em;
}

div.tx-flseositemap-pi1 ul {
	list-style-type: none;
	padding-left: 28px;
}

#social {
	margin: 1px 0 0 0;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #e0e0e0;
}
