.top {
	background-image: url(../images/team_top_tile.gif);
	background-repeat: repeat-x;
	float: left;
	height: 130px;
	width: 100%;
	padding-top: 18px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0000CC;
}
.middle {
	float: left;
	height: 280px;
	width: 680px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 160%;
	padding-bottom: 20px;
}
.middle abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98BCCD;
}
.bottom {
	background-image: url(../images/team_bottom_tile.gif);
	background-repeat: repeat-x;
	float: left;
	height: 45px;
	width: 690px;
	padding-left: 10px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}


.member_photo {
	padding: 2px;
	clear: left;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 107px;
	width: 75px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center center;
}
.name {
	font-size: 36px;
	font-weight: bold;
	display: block;
}
.top a:link, .top a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.lang_selector {
	clear: right;
	float: right;
	margin-right: 25px;
}

.top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.function {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFCC33;
	padding-left: 3px;
}
.contact {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
}
body {
	margin: 0px;
	height: 500px;
	width: 700px;
	color: #666666;
	font-size: 12px;
}
.pg_number {
	color: #FFFFFF;
	padding: 3px 6px;
	float: left;
	height: 14px;
	width: auto;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-top: 5px;
}
.bottom_rma {
	clear: left;
	float: left;
}.pg_number_active {
	padding: 3px 6px;
	float: left;
	height: 14px;
	width: auto;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-top: 5px;
	background-color: #0083AE;
}
.sidebar {
	float: right;
	width: 196px;
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 15px;
	overflow: hidden;
	text-align: left;
	margin-right: 10px;
	font-size: 12px;
}
.page_header {
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	width: 98%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

h1 {
	font-size: 16px;
	color: #0099CC;
	font-weight: normal;
	margin-bottom: 20px;
}
h2 {
	font-size: 15px;
	color: #333333;
}
h3 {
	font-size: 13px;
	color: #333333;
	margin-bottom: 7px;
	margin-top: 0px;
	padding: 0px;
	display: block;
}

