/* CSS Document */
body{
text-align:center;
margin:0px;
padding:0px;
font: 100% Papyrus, Georgia, "Times New Roman", Times, serif;
background-image:url(paper.jpg);
background-repeat:repeat;
width:100%;
}
.bodyDiv{
width:800px;
text-align:left;
background-color:#FFFFFF;
margin:.5em auto;
border:solid thin #000000;
padding:0px;

}

	
	
#menu a 
{
	padding:0;
	text-decoration:none; 
   
}

 .selectedMenu
{
   color:green;  

}

 .notSelectedMenu
{
   color:#5B4727;  

}



#menu
{
text-align:right;
/*background-color:#D6D885;*/
background-color:#F2F291;
	}
#menuList{
margin:0
}
#menu #menuList li
{
display: inline;
list-style-type: none;
font-weight:bold;
font-size:18px;
padding-right:2em;
  
}

#submenu 
{
	background-color:#fdfacf;padding-top:1em;
	float:left;
	padding-right:1em;
	padding-left:1em;
    width:168px	;

}
#submenu a 
{
	text-decoration:none;

}

.subMenuSelected
{
   color:green;  

}

.subMenuNotSelected
{
 color:#5B4727;  


}


#submenu #menuList li
{
font-weight:bold;
list-style-type: none;
color:green;
padding-bottom:1em;
margin-left:-40px;

}




.headerImg{
position:absolute;left:150px;
height:125px;width:530px;top:0;
border:0;

}
.headerTitle{
position:absolute;left:311px;top:0px;font-size:50px;color:green;
}


	#header {
height:125px;position:relative;background-color:#fdfacf;margin:0;
	
}

#container {
      position:relative;
	}
#content	 {
	float:right;
	margin-left:0;
	margin-right:0;
	margin-bottom:2em;
	padding:1em;
	width:568px;
	background-color:white;
		
	}

#content p 
	{
	text-indent:5em;
	
}
#footer
{
 border-top:solid thin #000000;
 background-color:#fdfacf;
 clear:both;
 padding-bottom:.5em;

}
	.footerLine
	{
	text-align:center}
#quote
{
text-align:center;
padding-bottom:1em;
width:550px;

}
.quoteText{
 font-style:italic;
 font-weight:bold;
}
.quoteAuthor{
	color:#333333;
}
	
	
.stress
{
 
 font-weight:bold;
}

.PractImage
{
	height:120px;width:120px;
	padding-right:2em;
}

.homelink
{
 text-decoration:none;
}

.additionalLinks 
{
 margin-bottom:2em;
}
