/********************************************************************************************/
/* 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 {
	font: normal normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #9d9a95;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1, .h11 {
	font-size: 20px;
	color: #666633; 
	border-bottom: 2px solid #666633;
}

h2 {
	font-size: 16px; 
	color: #996600;
}

h3 {
	font-size: 16px;
	color: #7b7771;
	
}

h4 {
	font-size: 14px;
	color: #996600; 
	text-transform:uppercase;

}
	
h5 {
	font-size: 12px; 
}

h6 {
	font-size: 10px; 
	color: #996600;
}
.small{	font-size: 10px;}
.red-small {font-size: 10px;color: #e33;}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #996600;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #996600;
}

a:hover {
	text-decoration: none;
	color: #353535;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #996600;
}
.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */

a img {border:0;color:none;outline:none;}

.left
{float: left;}
.right
{float: right;}


.quote
{padding: 20px 60px 0 60px;
line-height:1.0em;
font: italic 13px Georgia, "Times New Roman", Times, serif;
color:#777;
}
.quoted
{padding:0;
font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform:uppercase;
color: #444;
}

/* Columns */

.column
{	
	background: url(/images/black-trans.png) repeat;
	width:815px;
	padding: 20px;
	float: Left;
	margin-top:20px;
}

.black-background
{	
	background: url(/images/black-trans.png) repeat;

	padding: 2px 12px;

}

.image-left
{	margin:0 20px 20px 0;
	background: url(/images/black-trans.png) repeat;
	float: left;
	border: 1px solid #777;
	padding: 8px;
}
.image-right
{
	background: url(/images/black-trans.png) repeat;

	border: 1px solid #777;
	padding: 8px;
	float:right;
	margin: 0 0 20px 20px;
}

.sidebar
{	background: url(/images/black-trans.gif) repeat;
	margin-left: 40px;
	width: 275px;
	float: left;
}
.left-column
{	width: 40%;
	background: url(/images/black-trans.gif) repeat;
	margin-left: 20px;
	float: Left;
}
.right-column
{	width: 50%;
	background: url(/images/black-trans.gif) repeat;
	padding-left: 40px;
	border-left: 1px solid #361101;
	float: Left;
}



