/* Generic Selectors */ 
body { 
font-family: "Times New Roman", Times, serif; 
font-size: 14px; 
color: #333333; 
background-color: #F9F9F9; 
} 
p { 
width: 86%; 
} 
li {
	list-style-type: none;
	/*text-indent: 10px;*/
	margin-left: -25px;

}
 
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 68px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
} 
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #3366FF;
	word-spacing: normal;
	margin-bottom: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: -18px;
} 
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF66FF;
	font-style: italic;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
} 
.contacts {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
list-style-type: none;
}

.index {
	list-style-type: none;
	line-height: 150%;
}
 
 
/**************** Pseudo classes ****************/ 
:link { 
color: #00CC00; 
text-decoration: underline; 
font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
} 
li :link { 
color: #00CC00; 
text-decoration: underline; 
font-weight: bold; 
} 
:visited { 
color: #00CC00; 
text-decoration: underline; 
font-weight: bold; 
} 
li :visited { 
color: #00CC00; 
text-decoration: none; 
font-weight: bold; 
} 
:hover { 
color: rgb(0, 96, 255); 
padding-bottom: 0px; 
font-weight: bold; 
text-decoration: underline;
} 
li :hover { 
display: inline; 
color: rgb(0, 96, 255); 
padding-bottom: 0px; 
font-weight: bold; 

} 
:active { 
color: #3366FF; 
font-weight: bold; 
} 
/************************* ID's *************************/ 

#logo {
	position: absolute;
	height: 100px;
	margin-top: 0px;
	margin-left:0px;
	width:590px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thick;

}

#mainHeading {
	position: absolute;
	height: 100px;
	margin-top: 28px;
	margin-left:170px;
}
#index {
	position: absolute;
	z-index: 10;
	width: 185px;
	height: 600px;
	margin-top: 165px;
	border-right: 2px solid;
	border-color: #3366FF;
	font-weight: normal;
	left: 12px;
	color: #3366FF;
	padding: 0 0 0 0;
	padding-right: 5px;
} 
#centerDoc {
	position: absolute;
	z-index: 15;
	padding: 0 0 20px 205px;
	margin-top: 165px;
	left: 0px;
	margin-left: 0px;
} 

