/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	text-decoration: none;
	font: 12px arial; 
	color: #42231c;  /*brown*/
}

/* Headings */
h1 {
font-family: Verdana, Helvetica, sans-serif;
color:#a6ba39; /*green*/
font-size:20px;
font-weight:bold;
margin-top:0px;
padding:top:5px;
text-transform:uppercase;
}
h2 { font-size: 14px; margin-bottom:5px; margin-top:0px; color:#a6ba39; text-transform:uppercase;}
h3 {
	font-size: 13px;
	margin-bottom:2px;
	margin-top:12px;
	color:#a6ba39;
}
h4 { font-size: 12px; 	
	padding-bottom: 5px;
	margin-bottom:2px;
	margin-top:8px;
	color:#f14000; /*red*/
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
h5 { font-size: 11px; 	color:#f14000;
}
h6 { font-size: 10px; 	color:#f14000;
}
p{padding-top:4px;
padding-bottom:5px;
margin:0px;}

/* Links - default */
a {
	font-weight: bold;
	text-decoration: none;
	color: #a6ba39;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
	color: #a6ba39;
	font-weight:bold;
}	

/* SUB NAV */
.subnavigation {
font-family:verdana, Helvetica, sans-serif;
color: #42231c;
font-size: 9px;
text-decoration:none;
font-weight: bold;
text-transform:uppercase;
}

.subnavigation a{
font-family: verdana, Helvetica, sans-serif;
color: #42231c;
font-size: 9px;
text-decoration:none;
font-weight: bold;
text-transform:uppercase;
}

.subnavigation a:Hover{
font-family:verdana, Helvetica, sans-serif;
color: #42231c;
font-size: 9px;
font-weight:bold;
text-decoration:underline;
text-transform:uppercase;
}
.quote {font-size:14px; color:#a6ba39; font-family:Arial, Helvetica, sans-serif;}
.small {font-size:9px; color:#a6ba39; font-family:Arial, Helvetica, sans-serif;}
ul {margin-top: 5px; margin-bottom:5px;}
