@charset "utf-8";
/*Famous People CSS*/
body
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00002E;
/*	background-image: url(../images/famous-person.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
}

#userregpage/*For all the registration pages*/
{
	position:absolute;
	width: auto;
	top: 79px;
	left: 309px;
	height: auto;
}
#userlogpage/*Login page*/
{
	position:absolute;
	width: auto;
	top: 177px;
	left: 310px;
	height: auto;
}

#regisinf /*For all the registration pages*/
{
	position:absolute;
	width: auto;
	top: 216px;
	left: 292px;
	height: auto;
}
#linkstoothers /*For all the links pages*/
{
	position:absolute;
	width: 834px;
	top: 100px;
	left: 226px;
	height: 224px;
	padding-left: 10px;
	padding-right: 10px;
}
#backto
{
	position:absolute;
	left: -207px;
	top: 2px;
	width: 234px;
	height: 279px;
}
/*Fonts*/
h1
{
	color:#FFFFFF;
	font-size:12px;
	line-height: 12px;
}

h2
{
	color:#00002e;
	font-size:15px;
	line-height: 14px;
}
h3
{
	color:#00002e;
	font-size:15px;

	line-height: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
h4
{
	color:#FFFFFF;
	font-size:14px;
}
h5
{
	color:#FFFFFF;
	font-size:20px;
}
/*navigation*/
#navigation
{
	/*position:absolute 50px;*/
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font: bold;
	font-size: medium;
}
#navigation ul
{
	/*list-style: none;*/
	margin: 0;
	padding: 0;
}
/*#navigation li
{
	border-bottom: 1px solid #879AB8;
}*/
#navigation li a:link, #navigation li a:visited
{
	display: block;
	padding: 1px 1px 1px 0.5em;
	border-left: 12px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #879AB8;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover
{
	background-color: #E0DFE3;
	color: #000021;
}
#navigation ul
{
	margin-left: 12px
}
#backto  
{
	width: 200px;
	font: bold;
	font-size: medium;
}

#backto ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#backto li
{
	background-color: #E0DFE3;
	color: #000021;
}
#backto a:link, #backto a:visited
{
	display: block;
	padding: 1px 1px 1px 0.5em;
	border-left: 12px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #879AB8;
	color: #FFFFFF;
	text-decoration: none;


}
#backto a:hover
{
	background-color: #E0DFE3;
	color: #000021;
}
.style5 {color: #BDC8D9}
.style7 {color: #879AB8}
.style8 {color: #00002E}
.style10 {color: #00002E; font-weight: bold; }

