@charset "UTF-8";
/* CSS Document */

html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#323232;
}
/*Safari only*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
 body  { font-size:100%;  }
}

h1 {
	font-size:140%;
	color:#7d1010;
	margin-top:0;
}

h2 {
	color:#323232;
	font-weight:bold;
	margin-bottom:6px;
	font-size:110%;
}
h3 {
	color:#7d1010;
	font-weight:bold;
	margin-bottom:6px;
	font-size:120%;
}

a{
	color:#7d1010;	
}
a:hover {
	text-decoration:underline;	
}
.details {
	margin-top:3px;
	color:#891010;
	font-size:88%;
	/*font-weight:bold;*/
	text-decoration:none;
	cursor:hand;
	text-align:right;
	width:180px;
	display:block;
	overflow:hidden;	

}
.homeNews {
	width:198px;
	height:100%;
	float:right;
	margin-left:10px;

}
.events {
/*	width:193px;*/
	height:190px;
	border:solid 1px #aaa9a9;
}
.events .title {
	width:196px;
	background-color:#891010;
	color:#fff;
	text-align:center;
	font-weight:bold;
	height:25px;
	padding-top:3px;
}
.events a {
	text-decoration:none;	
}
.text{
	padding:0px;
	padding-bottom:10px;
		overflow:hidden;
	line-height:1.2em;
	font-size:90%;
	width:170px;
	border-bottom:dotted 1px #CCC;
}
.newsText {
	padding:5px;
		overflow:auto;
		height:auto;
		  border-bottom: 1px dotted #CCCCCC;
		width:182px;
	line-height:1.2em;
	font-size:90%;
	display:block;
}

table.links{
border:solid 1px #CCC;
padding:10px;
}
table.links {vertical-align:top;}
table.links li {list-style-type:circle;}
table.customTable {
	/*margin-left:10px;*/
	max-width:680px;
}
table.customTable th, table.customTable td {
	padding:4px 5px;
	font-size:10pt;

}
table.customTable th {
	background-color:#e2e2e3;
	color:#003366;
	font-weight:bold;
}
table.customTable td{
	background-color:#d1e5f7;
	color:#cccccc;
	font-weight:normal;
	border-bottom:dotted 1px #cccccc;
}

table.customTable2 {
	/*margin-left:10px;*/
	width:70%;
	border-bottom:solid 1px #CCC;
	height:170px;
	margin:0 0 18px 50px;
}
table.customTable2 th, table.customTable2 td {
	padding:4px 5px;
	font-size:10pt;
}
/*table.customTable2 th {
	background-color:#e2e2e3;
	color:#003366;
	font-weight:bold;
}*/
table.customTable2 td{
	vertical-align:bottom;
}
table.positions td{
	background-color:#ebebeb;
	text-align:center;
	width:190px;
	font-weight:bold;
	padding:5px 8px;
}
table.positions td a{
	color:#323232;
	text-decoration:none;
}
table.positions td a:hover{
	color:#891010;
}

.research table{
width:580px;
margin-left:80px;
font-family: Verdana, Arial;
color:#424343;
}
.research table td a{
text-decoration:none;
}
.research table td a:hover{
text-decoration:underline;
}
.research table th{
	width:95px;
border:0;padding-right:10px;
}
.research table img{
margin-bottom:-12px;

}
.research table td{
	border-bottom:dotted 1px #424343;
padding-top:20px;
padding-bottom:3px;
font-size:95%;
vertical-align:bottom;
}

.people table{
	border:1px solid #CCCCCC;
border-collapse:collapse;
border-spacing:0;
font-size:12px;
margin:0 auto;
/*width:100%;*/
}
.people table td{
	padding:0 10px 0 10px;	
}
.people table td a{
	text-decoration:none;	
}
.people table td a:hover{
	text-decoration:underline;	
}
.people table tr + tr:hover{
	background-color:#e8e8e8;
}