﻿/* Used for main frames with white background */

/* 615044 = BROWN */


body, table, th, tr, td, li, ul, ol {
	color: #333333;
	font-family: Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	text-align: left;
	line-height: 125%;
	}

td	{
	text-align: left;
	}

pre, code, tt {
	color: #333333;
	font-family: Courier New, monospace;
	font-size: 10pt;
	}

hr {
	width: 100%;
	height: 1px;
	color: #615044;
	}

a:link	{
	text-decoration: none;
	color: #367A1F;
	font-weight: bold;
	}

a:visited {
	text-decoration: none;
	color: #6EAE4A;
	font-weight: bold;
	}

a:active, a:hover {
	text-decoration: none;
	color: #008000;
	}

h2 {
	font-family: Cambria, Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	text-decoration: none;
	color: #367A1F;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase; 
	letter-spacing: 2pt;
	text-align: left;
	}

h3 {
	font-family: Cambria, Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	text-decoration: none;
	color: #367A1F;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase; 
	letter-spacing: 2pt;
	text-align: left;
	}

h4 {
	font-family: Cambria, Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	text-decoration: none;
	color: #367A1F;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase; 
	letter-spacing: 2pt;
	}

/* ADDRESS BOX */
.addressbox	{
	font-family: Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	font-weight: bold;
	}

.addressbox a {
	color: #615044;
	text-decoration: none;
	}

.addressbox a:hover {
	color: #822D00;
	text-decoration: none;
	}


/* NAVIGATION BUTTONS */

.button td	{
	font-family: Calibri, Cambria, Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 15px;
	color: #F0F0F0; 
	align: center;
	padding: 2px 5px;
	vertical-align: bottom;
	}

.button a:link,
.button a:visited {
	font-size: 15px;
	padding: 2px 5px;
	display: block;
	height: 25px;
	color: #F0F0F0;
	text-decoration: none; 
	font-weight: bold; 
	align: center;
	}

.button a:hover,
.button a:active {
	background-position:  left top; 
	font-size: 15px;
	padding: 2px 5px;
	color: #FFFFFF;
	font-weight: bold; 
	align: center;
	display: block;
	background-color:#60BB46;
	background-image:url('../images/elements2/hover.png'); 
	background-repeat:repeat-x;
	border: 1px outset #C0C0C0;
	}


.disclaimer	{
	font-family: Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	font-weight: bold;
	color: #822D00;
	padding: 0 35px;
	}

/* COPYRIGHT STATEMENT */
.copyright {
	color: #888888;
	font-family: Calibri, Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold; 
	}

.copyright a:link,
.copyright a:visited {
	color: #888888;
	text-decoration: none;
	}

.copyright a:hover,
.copyright a:active {
	color: #444444;
	text-decoration: none; 
	}

.form	{ 
	font-family: Calibri, Arial;
	font-size: 9pt; 
	font-weight: bold; 
	}

.greenBox	td	{
	font-family: Georgia, Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #111111;
	font-size: 11px;
	background-image:url('../images/elements2/bg-green.jpg');
	}

.greenBox	a	{
	color: #006600;
	text-decoration: none;
	}

.greenBox	a:hover	{
	color: #006600;
	text-decoration: underline;
	}

.hdgA	{
	font-family: Cambria, Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #444444;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -.5pt;
	}

.quotation {
	color: #666666;
	font-family: Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	}


.photo     {
     border: 3px solid #EEEEEE;
     padding: 5px;
     margin: 5px;
     -moz-box-shadow: 2px 2px 3px #969696;
     -webkit-box-shadow: 2px 2px 3px #969696;
     font-size: 125%;
     font-weight: bold;
     text-decoration: none; 
}

.hdgH	{
	font-family: Cambria, Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #444444;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -.5pt;
	text-align: center;
	margin-bottom: -15px;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a	{	
	text-decoration: none;
}

.states	{
	font-size: 15px;
}


.glow {
     border: 1px solid #60BB46;                             <--- Include this line to style for IE
     -webkit-box-shadow:0 0 15px #60BB46;
     -moz-box-shadow: 0 0 15px #60BB46;
     box-shadow:0 0 15px #60BB46; }
}
