/* Generic Selectors */ 
body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 11px; 
color: #333333; 
background-color: #F9F9F9; 
} 

p { 
width: 100%; 
} 

p.desc {
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 11px; 
color: #333333; 
background-color: #F9F9F9; 
}

p.venue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	background-color: #F9F9F9;
	font-weight: bolder;
}

p.heading {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #333333;
background-color: #F9F9F9;
font-weight: bolder;
}

p.extra {
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 11px; 
font-weight: bold;
color: #66CC00; 
background-color: #F9F9F9; 
}

li { 
color: #66CC00
font-weight: bold;
list-style-type: none; 
line-height: 150%; 
} 

h1 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #000000; 
} 

h2 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
font-weight: bold; 
color: #000000; 
border-bottom: 1px solid #66CC00; 
} 
 
/**************** Pseudo classes ****************/ 

:link { 
color: #66CC00; 
text-decoration: underline; 
font-weight: bold; 
} 

p.extra :hover {
color: rgb(0, 96, 255);
font-weight: bold; 
}

h2 :link { 
color: #66CC00; 
text-decoration: underline; 
font-weight: bold; 
}

li :link { 
color: #66CC00; 
text-decoration: none; 
font-weight: bold; 
} 

:visited { 
color: #66CC00; 
text-decoration: underline; 
font-weight: bold; 
} 

li :visited { 
color: #66CC00; 
text-decoration: none; 
font-weight: bold; 
} 

:hover { 
color: rgb(0, 96, 255); 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
} 

li :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: #66CC00; 
} 

:active { 
color: rgb(255, 0, 102); 
font-weight: bold; 
} 
/************************* ID's *************************/ 

#navigation {
	position: absolute;
	z-index: 10;
	width: 110px;
	height: 800px;
	margin: 0;
	margin-top: 5px;
	border-right: 1px solid #66CC00;
	font-weight: normal;
	left: 7px;
} 

#centerDoc {
	position: absolute;
	z-index: 15;
	padding: 0 0 20px 55px;
	margin-top: 40px;
	left: 100px;
	top: 11px;
	width: 472px;
	height: 1814px;
} 

