/* Generic Selectors */
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #000000;
background-color: #F9F9F9;
}
p {
width: 80%;
}
li {
color: #000000;
display: inline;
list-style-type: none;
line-height: 150%;
margin: 15px 20px;


}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #000000;
}
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #000000;
border-bottom: 2px solid #C6EC8C;
}
 
/**************** Pseudo classes ****************/
a:link {
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
}
li a:link {
color: #000000;
text-decoration: none;
font-weight: italic;
}
a:visited {
color: #00CC00;
text-decoration: underline;
font-weight: bold;
}
li a:visited {
color: #ffffff;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: rgb(0, 96, 255);
padding-bottom: 10px;
font-weight: bold;
text-decoration: underline;
}
li a:hover {
display: inline;
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(0, 0, 102);
font-weight: bold;
}
/************************* ID's *************************/
#banner {
width: 899px;
height: 50px;
background: url(Images/navbar.gif) 0px 0px no-repeat;
font-size: 16px;
margin: 10px 20px;
padding: 0;
border: 1px solid #000099

}
#navbar {
width: 899px;
height: 30px;
margin: 1px 20px;
background-color: #000066
}
#centerDoc {
position: absolute;
z-index: 15;
padding: 0 0 20px 20px; /*top right bottom left*/
margin-top: 80px;
margin-left: 235px;
}

#copyright {
	position: absolute;
	clear: both;
	text-align: left;
	font-size: 80%;
	margin: 425px 20px;
	padding: 0;
	}
	
#contact {
	width: 250px;
	height: 100px;
	font-size: 85%;
	text-align: left;
	}
	
#contact li {
	color: #FFFFFF; 
	font-weight: bold;
	}

	
