/* ------------------- Main --------------------------- */

body {
	background:#484B59;
	text-align: center;
}
.main {
	text-align: center;
	width: 1120px;
	height: auto;
	border: 0px solid #C0C0C0;
	padding: 10px;
		}
		
/* ------------------- Logo --------------------------- */

.Logo {
	text-align: center;
	width: 995px;
	height: auto;
	border: 0px solid #666666;
	vertical-align: text-top;
		}
		
/* ------------------- Main Content & Info --------------------------- */

.content {
		background:#CCCCCC left top;
		border: 2px solid #CCCCCC;
		font-family: Verdana;
		font-size: 10pt;
		text-align: left;
		width:1100px;
		vertical-align: text-top;
		height: auto;
        }
.contenttext{
		background:#CCCCCC;
		border: 2px solid #CCCCCC;
		font-family: Verdana;
		font-size: 10pt;
		color: #666666;
		text-align: left;
		width:790px;
		vertical-align: text-top;
		height: auto;
        }
.contentheader {
	border: 2px solid #CCCCCC;
	font-family: "Century Gothic";
	font-size: 12pt;
	text-align: left;
	width: 790px;
	float: left;
	color: #333333;
	background-color: #CCCCCC;
	background-position: right top;
	height: auto;
	vertical-align: text-top;
}
.header {
		background:#CCCCCC;
		border: 2px solid #CCCCCC;
		width: 790px;
		height: auto;
		font-family: "Century Gothic";
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		color: #333333;
		letter-spacing: 2px;
		text-align: left;
		}

		
/* ------------------- Surnames info --------------------------- */

.surnameLargeText {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-weight: bold;
}

.surnameSmallText {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-align: left;
}

/* ------------------- Navbar --------------------------- */

#navbar {
	text-align: left;
	background:#484B59;
	border:5px solid #CCCCCC;
	margin: 5px;
	width: 200px;
	padding: 5px;
	position: static;
	vertical-align: text-top;
}
.navbarHeaderLinks {
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}
.navbarHeader {
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}

.navbarsmtext {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}

/* ------------------- Other --------------------------- */

.hidden {
  display:none;
}
.backtotop {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	color: #660066;
	text-align: left;
}
.FSB {
		scrollbar-3dlight-color: #ffd700; 
		scrollbar-arrow-color: #ff0;
		scrollbar-base-color: #ff6347;
		scrollbar-darkshadow-color: #ffa500;
		scrollbar-face-color: #008080;
		scrollbar-highlight-color: #ff69b4;
		scrollbar-shadow-color: #f0f
		}
		
.backtotop {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	color: #660066;
	text-align: left;
}

/* ------------------- Footer area --------------------------- */

.footer {
	padding-top:1em;
	text-align:center;
	margin:auto;
	color:#000000;
	font-family: "Century Gothic";
	font-size: 12px;
}

/* ------------------- Links --------------------------- */

a:link {
	color: #FFFFFF;
}

a:visited {
		color: #999999;
		}
a:hover {
		color: #666699;
		}

.sources {
	font-family: "Century Gothic";
	font-size: 11px;
}
p {
		text-align: left;
		}

/* ------------------- Horizonal Rule --------------------------- */

div.hr {
  height: 5px;
  background: #666666;
}
div.hr hr {
  display: none;
}

/* ------------------- Images --------------------------- */

.image-space {
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	text-align: center;
}