/* CSS Document */
body {background-color:#cccccc;)
}
/* top banner */
/*=================== styles for top banner ========================*/
#banner {
	background-position: center; margin-top: -28px;
	padding: 0px;
	background-color: rgb(153,153,204);
	background: transparent url(files/lake-1.jpg) top left; width:900px;
	height: 156px; width: 1200px;
	background-repeat: no-repeat;
	color: #000000;
}
#banner h1 { text-align: left;
	margin: 35px 0 0 140px;
	padding: 0px;
	font-size: 220%; font-style: italic; 
  	color: #ffff66;
}
#banner h3 {  text-align:left;
	margin: 10px 0 0 100px;
	padding: 0px;
	font-size: 150%;
	color: yellow;
}

#main h2, h3 {text-align: center;
}
/*Body text*/
P { 
      text-indent: 5px;
}

P:first-letter
{
    font-size:120%;
    color:red;
    font-weight:normal;	
}
 /* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#navigation {
width: 170px;
float: left; margin-right: 10px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 1px solid #000;
}
#navigation li a:link, #navigation li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #251810;
border-right: 1px solid #251810;
background-color: #99cccc;
color: #000000;
text-decoration: none;
}
#navigation li a:hover {
background-color: #6699cc;
color: #FFFFFF;
}
#navigation ul ul {
margin-left: 12px;
}
#navigation ul ul li {
border-bottom: 1px solid #000;
margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #ED9F9F;
color: #711515;
}
#navigation ul ul a:hover {
background-color: #711515;
color: #FFFFFF; }
	
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #AD6D6D;
	clear: both;
	padding: 5px;
	background-color: #000000);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px; 
	font-size: 90%;
}