/* Generic Selectors */ 
body { 
	font-family: Verdana, "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #660066; 
	background-color: #F9F9F9; 
}

p { 
	width: 80%; 
} 

li { 
	list-style-type: none; 
	line-height: 150%; 
	list-style-image: url(../images/arrowSmall.gif); 
} 

h1 { 
	font-family: Verdana, "Times New Roman", Times, serif; 
	font-size: 32px; 
	font-weight: bold; 
	color: #660066; 
} 

h2 { 
	font-family: Verdana, "Times New Roman", Times, serif; 
	font-size: 22px; 
	font-weight: bold; 
	color: #CC9900; 	
} 

h3 {
font-family: Verdana, "Times New Roman", Times, serif; 
font-size: 16px;
color: #660066;
}

li { 
	list-style-type: disc; 
	line-height: 150%; 
}

/**************** Pseudo classes ****************/ 
a:link { 
	color: #00CC00; 
	text-decoration: underline; 
	font-weight: bold; 
} 

li a:link { 
	color: #00CC00; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:visited { 
	color: #00CC00; 
	text-decoration: underline; 
	font-weight: bold; 
} 

li a:visited { 
	color: #00CC00; 
	text-decoration: none; 
	font-weight: bold; 
} 

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

li 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: #C6EC8C; 
} 

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

/************************* ID's *************************/ 

#navigation { 
	position: absolute; 
	z-index: 10; 
	width: 2100px; 
	height: 600px; 
	margin: 0; 
	font-weight: normal;
	
} 
#centerDoc { 
	position: absolute; 
	z-index: 15; 

	margin-top: 180px;


}
#background {
	postion: absolute;
	z-index: 20;
	padding: 250px 0 0 0;
	margintop: 1350;

}
#links {
	position: absolute;
         margintop: 1000px;
         marginleft: 200px;
padding: 120px 0 0 600px;
	z-index: 50;
	margintop: 10;
}
#text1 {
position: absolute;
padding: 50px 0 0 0;
}
}
#text11 {
position: absolute;
padding-left: 500px;
}
#text2 {
position: absolute;
padding: 250px 0 0 0;
}
#text22 {
position: absolute;
padding: 100px 0 0 0;
}
#pic1 {
position: absolute;
padding: 200px 0 0 0;
}
#footer {
position: absolute;
padding: 220px 0 0 0;
width: 1100px; 
height: 300px; 
}
#title1{
z-index: 20;
postion: absolute;
}
#title2{
z-index: 20;
postion: absolute;
padding: 0 0 0 500px;
}

