/* CSS Document */

h1
{
 font-family:Garamond;
 font-size: 28px;
 font-style: normal; /*italic, bold */
 font-stretch:narrower;
 font-stretch:condensed;
 color: #386143;
 text-align: center; /*right, left, justify */
 text-transform: uppercase; /*lowercase, capitalize */
}

h2
{
 font-family:Garamond;
 font-size: 16px;
 font-style: bold; /*italic, bold */
 color: #000000;
 text-align: center; /*right, left, justify */
 text-transform: uppercase; /*lowercase, capitalize */
}

h3
{
 font-family:Garamond;
 font-size: 14px;
 font-style: bold; /*italic, bold */
 color: #000000;
 text-align: left; /*right, left, justify */
}

.style2 
{
	font-family:Garamond;
	font-size: 12px;
	color: #386143;
}

.h4 
{
	font-size: 16px;
	font-weight: bold;
}

.menu
{
	height:155px;
}

.divider
{
	background-image:url(images/menudivider.png);
	background-repeat:repeat-x;
}

.summary 
{
	color: #386143
}

body
{
	font-family:Garamond;
	font-size: 14px;
	color: #000000;
}



/* Links */
a
{
	font-family:Garamond;
	font-size: 14px;
	color: #386143;
}

a.hover
{
	font-family:Garamond;
	font-size: 14px;
	color: #386143;
	text-decoration:underline;
}

/* Menu */
.menuOptions
{
	font-size:12px;
	font-family:Garamond;
	color: #ffffff;
	font-weight:bold;
}

.menuOptions a
{
	color:#ffffff;
	font-size:12px;
	text-decoration: none;
}

.menuOptions a:hover
{
	color:#ffffe4;
	font-size:12px;
	text-decoration:none;
	
}

.copy
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}

.copy a
{
	color:#000000;
	text-decoration: underline;
}

. copy a:hover
{
	color:#000000;
	text-decoration:underline;
	
}
