/* FONT STYLES */

.arial9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
}

.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.georgia11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
}

.georgia12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:17px;
}

.arial1014 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.incognito {
	color: white;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.red {
	color: red;
}

/* END FONT STYLES */

/* WEBSITE HEADER STYLES */

#header_notify {
	width: 712px;
	padding-right: 8px;
	height: 36px;
	border-bottom: 1px solid black;
	overflow:hidden;
	float:left;
}

#header_signin {
	width: 232px;
	height: 36px;
	border-bottom: 1px solid black;
	overflow:hidden;
	float:left;
}

#site_title {
	width: 952px;
	height: 52px;
	margin-bottom:29px;
}

#title_and_names {
	width: 720px;
	height: 52px;
	float:left;
}

#language {
	width: 232px;
	height: 52px;
	padding-top: 14px;
	float:left;
}

.underline {
	text-decoration: underline;
}

#section_title {
	width:952px;
	border-bottom: 2px solid black;
	height:44px;
}

.biography1 {
	position:absolute;
	width:243px;
	height:auto;
	top:70px;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
	/*border-top:1px solid black;*/
	background-color:#fff;
	float:none;
	display: none;
	z-index:50;
}

.biography2 {
	position:absolute;
	width:243px;
	height:auto;
	top:70px;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
	margin-left: 80px;
	/*border-top:1px solid black;*/
	background-color:#fff;
	float:none;
	display: none;
	z-index:50;
}



/* END WEBSITE HEADER STYLES */


/* WEBSITE PAGE STLYES */

#wrap {
	position: relative;
	width:960px;
	height:auto;
	padding-left:24px;
	padding-right:24px;
	margin:0 auto;
}

/* END WEBSITE PAGE STLYES */


.previouslink {
	cursor:pointer;
}

.nextlink {
	cursor:pointer;
}