 /* top/bottom right/left */
 /* top right/left bottom */
 /* top right bottom left */
 /* BEWARE OF COLLAPSING MARGINS!!!!! */
/* INDEX.HTML AND MISSING.HTML STYLES ARE DEEFINED MOSTLY ON THE PAGE HEADERS */


#Layer0 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:0
}

.bold_purple {
	font: 11pt/12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#230037;
	font-weight:bold;
}


/* SET BASE FONT */
body,th,td,div,p {
	font: 10pt/12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

body{
	background-color: #230037;
/*	background-image:url(images/bg-right.gif);*/
}

A:visited {
	color : #684c59;
	font-weight: bold;
	text-decoration: none;
}

A {
	color : #230037;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #b00e58;
	font-weight: bold;
	text-decoration: underline;
}

A:visited.dark-bg {
	color : #b598a5;
	font-weight: bold;
	text-decoration: none;
}

A.dark-bg {
	color : #d3c2b0;
	font-weight: bold;
	text-decoration: none;
}

A:hover.dark-bg {
	color: #d67ba4;
	font-weight: bold;
	text-decoration: underline;
}

DIV.footer {
	width: 780px;
	padding: 10px 0px;
	text-align:center;
	font: 8pt/9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}

H2.berry {
	margin: 12px 10px;
	font: 14pt/15pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #230037;
}

H2.title {
	margin: 0px 5px 15px;
	text-align: left;
	font: 16pt/16pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4f004f;
}

H3.berry {
	text-align:left;
	margin: 10px 10px;
	font: 12pt/13pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #230037;
}

HR.berry	{
	width:95%;
	margin:2px 0px;
	border:solid #230037 1px;
	padding:0px;
}

LI {
/*	margin: 2px 8px 5px -6px; */
	text-align: justify;
	}

P.address {
	font: 11pt/12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#e8e8e8;
	text-align:center;
	padding: 5px 0px;
}

P.justify {
	text-align : justify;
	text-indent : 10px;
	margin : 15px 15px 5px 6px;
}

P.menu {
	text-align:left;
	text-indent: 5px;
	margin: 5px 5px 5px 10px;
	font: 10pt/12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}

P.no_indent {
	text-align : justify;
	text-indent : 0px;
	margin : 15px 15px 5px 6px;
}

P.no_indent_left {
	text-align:left;
	text-indent : 0px;
	margin : 15px 15px 5px 6px;
}

UL,OL {
	margin-bottom: 6px;
	margin-top: 6px;
}

/* FORM ELEMENTS */

input {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}

select {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}

textarea {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}
	
/* BLOG */

DIV.soft_sage{
	width: 100%;
	padding: 4px;
	background-color: #d2cfa5;
	border: solid #adaa84 1px;
}

DIV.ivory{
	width: 100%;
	padding: 0px;
	background-color: #f5f4e7;
	border: solid #787765 1px;
}

DIV.white{
	width: 100%;
	padding: 4px;
	background-color: #ffffff;
/*	border: solid #adaa84 1px; */
}

H2.left_no_indent {
	text-align:left;
	margin: 10px 10px;
	font: 14pt/15pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8C7B40;
}

H3.left_no_indent {
	text-align:left;
	margin: 10px 0px 4px 5px;
	font: 12pt/13pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8C7B40;
}

H4.left_no_indent {
	text-align:left;
	margin: 10px 0px 4px 5px;
	font: 10pt/11pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8C7B40;
}

HR.title	{
	width: 210px;
	margin: 0px 0px;
	border: solid #000000 1px;
	padding: 0px;
}

td.left_column_570  {
	width:570px;
	vertical-align:top;
	padding:0px 4px 0px 9px ;
}

td.right_column_190  {
	width:190px;
	vertical-align:top;
	padding:0px 5px 0px 4px;
}

