/* Generic Selectors */ 
body { 
	font-family: arial; 
	font-size: 14px; 
	color: #333333; 
	background-color: #FFFFFF; 
}
 
p { 
	width: 100%; 
} 
 
lo { 
	line-height: 2.0;
}

li { 
	line-height: 2.0;
}

le { 
	line-height: 2.0;	
}

lu { 
	line-height: 2.0;	
} 
 
h1 { 
	font-family: arial; 
	font-size: 25px; 
	font-weight: bold; 
	color: #000000; 
} 
 
h2 { 
	font-family: arial; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000000;	
} 

h3 { 
	font-family: arial; 
	font-size: 10px; 
	color: #000000;	
}
 
/**************** Pseudo classes ****************/ 

a { padding-right: 40px }

a:link { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}

a:active { 
	color: rgb(255, 0, 102); 
	font-weight: bold; 
} 

a:hover { 
	color: rgb(0, 96, 255); 
	padding-bottom: 5px; 
	font-weight: none; 
	text-decoration: underline; 
} 

 
lu a:link { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 16px; 
} 

lu a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}


 
lu a:hover { 
	display: block; 
	color: rgb(0, 96, 255); 
	padding-bottom: 5px; 
	font-weight: bold;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #FFFFFF; 
}  
 

le a:link { 
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px; 
}

le a:visited { 
	color: #000000; 
	text-decoration: none; 
	 
}


le a:active { 
	color: #000000; 
	text-decoration: underline; 
} 

lo a:link { 
	color: #000000; 
	text-decoration: underline;
	font-weight: normal;
	font-size: 15px; 
}

lo a:visited { 
	color: #000000; 
	text-decoration: none; 
	 
}


lo a:active { 
	color: #000000; 
	text-decoration: underline; 
}
 
/************************* ID's *************************/ 
 
#navigation { 
	position: absolute; 
	z-index: 10; 
	width: 180px; 
	height: 1300px; 
	margin-top: 170px; 
	border-right: 1px solid #000000; 
	border-top: 1px solid #000000;
	font-weight: normal;
	background-color: #000000 
}


#titleDoc { 
	position: absolute; 
	z-index: 15; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	margin-top: 180px;
	margin-left: 210px;
	
}

#titleDoc1 { 
	position: absolute; 
	z-index: 15; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	margin-top: 515px;
	margin-left: 210px;
	
}

#titleDoc2 { 
	position: absolute; 
	z-index: 15;
	width: 65%; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	margin-top: 180px;
	margin-left: 210px;
	
}
 
#centerDoc { 
	position: absolute; 
	z-index: 15;
	width: 75%;
	padding:20px;   
	margin-top: 245px;
	margin-left: 210px;
	border-right: 3px solid #000000;
	border-left: 3px solid #000000;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	
}

#centerDoc1 { 
	position: absolute; 
	width: 75%;
	padding:20px;   
	margin-top: 575px;
	margin-left: 210px;
	border-right: 3px solid #000000;
	border-left: 3px solid #000000;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
}


#topDoc { 
	position: absolute; 
	z-index: 10;
	width: 210px;	 
	height: 800px; 
	margin-top: 0px;
			
}


#midDoc { 
	position: absolute; 
	z-index: 10;
	width: 90%; 
	height: 40px;
	margin-top: 130px;
	margin-left: 210px;
	background-color: #000000; 
}

#cornerDoc { 
	position: absolute; 
	z-index: 10;
	width: 210px; 
	height: 40px;
	margin-top: 130px;
	margin-left: 0px;
	background-color: #000000; 
}