/********** sitewide 81AB44, CCED9A, E4FEBE**********/

body { 
	color: #000;
	background-color: #aed673;
	background-image: url(/images/bittersweet_berries.gif);
	background-repeat: repeat-y;
	background-position: 12pt;
	text-align: left;
	margin: 6pt;
	padding: 6pt;
	border-width: 0 }
	
td {

	vertical-align: top;
	}


h1, h2, h3, h4, h5 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: .5em 0 0 0;
	text-align: center;
	}

h1 {
	font-size: 18pt;
	}

/*subhead for h1*/

	
h2 {
	font-size: 14pt;
	margin: 0 0 .5em 0;
	padding: .2em 0 0 0;
	}

h3 {
	font-size: 12pt;
	}

h4 {
	font-size: 11pt;
	}

h5 {
	font-size: 10pt;
	margin: 0;
	}

p, ul, ol, dl, li, dd, dt, blockquote, tr, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height:16pt
	}

p {
	margin: 0 0 .7em 0;
	padding: 0;
	border: 0;
	text-align: left;
	}

p.center {
	text-align: center;
	}
	
p.indent {
	margin: 0 1em .7em 1em;
	}
	
hr {
	margin: .5em 0 .5em 0;
	}

/*Highlighted text, such as "NEW"*/
.wow {
	font-size: 8pt;
	font-weight: bold;
	color: #ca5500;
	}

p.footer {
	font-size: 9pt;
	}

/********** LISTS **********/

ul {
	list-style: disc url(/images/bullet.gif);
	margin-top: 0;
	margin-bottom: 1.2em;
	margin-left: 2em;
	padding-left: 1.2em;
	}


li, dd, dt, blockquote {
	margin:  0 1em .7em 1em;
	padding: 0;
	border: 0;
	}

ul.ul_spaced li {
	padding:  .2em 0;
	}

img {
	border-width: 0;
	}

/**********LINKS**********/

a {
	text-decoration: none; 
	}

a:link {
	color: #81AB44;
	font-weight: bold;
	}
	
a:active {
	color: #81AB44;
	text-decoration: none;
	}

a:visited {
	color: #81AB44;
	font-weight: bold;
	}

a:hover { 
	color: #996c0d;
	text-decoration: underline;
	}


/********** SIDEBARS AND NAVIGATION **********/

p.side { 
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #822521;
	line-height: 14pt;
	padding: 18px;
	}

/*boxed bottom navigation for general pages*/	
p.botnav {
	background-color: #eaede1;
	margin: 0 0 1.2em 0;
	padding: 4px;
	}


/********** PHOTOS, IMAGES, PULLOUTS **********/

 
/* pull out quote or image floats right of text with gray bars*/
.nav { 
	float: left;
	width: 172px;
	font: bold 8pt Arial, Helvetica, sans-serif;
	padding: 0; 
	margin: 0 0 0px 0px;}

/* pull out quote or image floats right of text with gray bars*/
.pull { 
	float: right;
	width: 172px;
	color: #39455d;
	border: solid #aeb0bd;
	border-width: 2px 0;
	font: bold 8pt Arial, Helvetica, sans-serif;
	padding: 4px 0; 
	margin: 0 0 9px 18px;}

/* 1 column quote or image floats right of text */
.right1 { 
	float: right;
	width: 172px;
	font: bold 8pt Arial, Helvetica, sans-serif;
	margin: 9px 0 9px 18px;}

/*1 column quote or image floats left of text */
div.left1 { 
	float: left;
	width: 172px;
	font: bold 8pt Arial, Helvetica, sans-serif;
	margin: 9px 18px 9px 0px;}

/*2 column quote or image floats right of text */
div.right2 { 
	float: right;
	width: 362px;
	font: bold 8pt Arial, Helvetica, sans-serif;
	margin: 9px 0px 9px 18px;}

/* 2 column quote or image floats left of text */
div.left2 { 
	float: left;
	width: 362px;
	font: bold 8pt Arial, Helvetica, sans-serif;
	margin: 9px 18px 9px 0px;}

