/* CSS Document */

html {
     overflow: -moz-scrollbars-vertical;
}


body	{background-image:url(../brown_back.jpg);
		  background-color:#262700;
		  font-family:Arial, Helvetica, sans-serif;
		  padding:0;
		  margin:0;
}


/* CONTENT DIV - ENTIRE PAGE CONTENT AREA - LOCATED IN MENU.INC */
div.content	{background-color:#FFFFFF;
			 padding: 2px 7px 2px 7px;
			 font-family:Verdana, Arial, Helvetica, sans-serif;
			 font-size:12px;
			 color:#000000;
}

/* FOTTER RULES */
a.footer, a.footer:visited	{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
a.footer:hover	{ color:#ffe4c4;
}


/* PAGE CONTENT PARAGRAPH RULES */
p.content	{text-indent:1.3em;
			 line-height:1.5;
			 text-align:justify;
			 margin:1em 0 1em 0;	 
}
p:first-letter	{font-size:1.5em;
				 font-weight:900;
				 line-height:.7;
}


p strong 	{font-variant:small-caps;
}

/* PAGE TOP GREETING AND DATE */
div.greet	{color:#262700;
			 font-size:10px;
			 font-weight:900;
			 float:right;
}

/* PAGE PICTURES - IN CONTENT AREA */
img.picture	{margin:5px;
}	
	
/* SITE LINKS RULES */
a.site_link, a.site_link:visited	{
color:#262700;
}
a.site_link:hover	{ 
font-weight:900;

}

			 