body {  
background-image:     url("images/bg_parch3.gif");
background-repeat: repeat;
margin: 0;
padding: 0;
}

a:link {
	color: #4D2600;
}
a:visited {
	color: #4D2600;
}
a:hover {
	color: #832101;
}
a:active {
	color: #832101;
}

.mainNAV {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #FFFFFF;
	letter-spacing: .03em;
	word-spacing: .03em;
}
.mainNAV a:active {
	color: #C9B273;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: .03em;
	word-spacing: .03em;
}
.mainNAV a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: .03em;
	word-spacing: .03em;
}

.mainNAV a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: .03em;
	word-spacing: .03em;
}

.mainNAV a:hover {
	color: #C9B273;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: .03em;
	word-spacing: .03em;
}

P {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #4D2600;
	line-height: 14px;
}

H1 {
	font-family : "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight : bold;
	color:#663300;
	letter-spacing: .03em;
	word-spacing: .05em;
}


SPAN.links { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: bold
	
}

SPAN.large {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	font-color: #663300;
	font-style: italic;
	line-height: 18px;
	letter-spacing: .03em;
	word-spacing: .05em;
}

.small_p {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #4D2600; font-style: normal}

.emph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #4D2600;
}

.sm_bodylinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal}

.text, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #4D2600;
}

.ital {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; font-weight: normal}

.bodylinks_lg {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold}

.bullets {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; line-height: normal; font-weight: bold}

.store {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #4D2600;
	font-style: italic;
	line-height: 16px;
	letter-spacing: .03em;
	word-spacing: .05em;
}

.lightbg {
	background-image:    url("images/bg_parch3_tables_lt.gif");
}

.italLarge {
	font-size: 10pt;
	font-style: italic;
}

.BoldItal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	font-weight: bold;
	color: #4D2600;
	letter-spacing: .03em;
	word-spacing: .05em;
}


.orange {
	color: #FF9933;
	font-weight: bold;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.smaller {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Pmargin {
	margin-left: 20px;
}

.border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #4D2600;
	border: 1px solid #4D2600;
	font-weight: bold;
}




/* 	
------------------------------------------------------
	Begin Drop-down menu style 
------------------------------------------------------
*/


#menu-container
	{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	height: 26px;
	}

#menu
	{
	font-size: 12px;
	font-family: "Century Schoolbook", "Times New Roman", Georgia, serif;
	letter-spacing: 0.02em;
	word-spacing: 0.05em;
	width:100%;
	float:left;
	font-weight: bold;
	}
		
#menu a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menu a, #menu a:visited	/* menu at rest */
	{
	color: #4D2600;
	background: url("images/bg_parch3.gif");
	text-decoration:none;
	}
	
#menu a:hover	/* menu at mouse-over  */
	{
	color: #832101;
	}	

#menu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:8.5em;	/* width of all menu boxes */
	}

#menu li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	width:10em;	/* width of all menu boxes */
	}

#menu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* 	
------------------------------------------------------
	End Drop-down menu style 
------------------------------------------------------
*/


/*Aaron's new styles*/
/*Aaron's new styles*/
.left_nav {	
	list-style-image: url(/images/navigation/HoneyCombSmall.gif);
	margin-left:-15px;
	*margin-left:20px;
	
}
.left_nav li{
	margin-top:3px;
	font-weight:600;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
}
.left_nav_secondary{ 
	list-style-image: url(/images/navigation/ArrowSmall.gif);
	margin-left:-20px;
	*margin-left:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:11px;
	}
	
.left_navigation{
		color:#4d2600;
		line-height:20px;
		width:160px;
		
		
}
.left_navigation a{
	text-decoration:none;
	color:#4d2600;
}

.left_navigation a:hover{
	text-decoration:underline;;
	color:#4d2600;
}

.left_navigation a:visited{
	color:#4d2600;
}
