BODY
{
    FONT-SIZE: 70%;
    FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND:#dedede;
    color:#000;
    line-height: 1.5;
}
A 
{
	text-decoration:underline;
	color:#f90;
}
a:hover
{
	text-decoration:none;
}
H1, H2, H3, H4, H5, H6
{
	color: #0A560A;
}
H1
{
    font-family: Arial, sans-serif;
    FONT-SIZE: 200%;
}
H2
{
    font-family: Arial, sans-serif;
    FONT-SIZE: 170%;
}
H3
{
    FONT-SIZE: 130%;
}
H4
{
    FONT-SIZE: 120%;
}
H5
{
    FONT-SIZE: 105%;
}
H6
{
    FONT-SIZE: 100%;
}
hr
{
	border-top:1px solid #ccc;
	border-bottom:1px solid #eee;
}
IMG
{
	border:none;
}
#mainLayout a img
{
	border: 1px solid #545454;
}
TABLE
{
	width:100%;
	border:none;
} 
table td, table th
{
	text-align:left;
	padding:0;
	vertical-align:top;
}


/* ################################### Site Classes ################################# */

.box
{
	background:#ebebeb;
}
.box .tl
{	
	background:#003401 url(/common/images/schemes/standard/greengold/box_title_bg.gif) center top repeat-x;
	border-bottom:1px solid #CAA858;
}
.box .tr
{
	height:1%;
	background:url(/common/images/schemes/standard/greengold/box_corner_tr_title.gif) right top no-repeat;
}
.box h2.title
{
	padding:5px 8px;
	margin:0;
	font-size:150%;
	color:#fff;
	background: url(/common/images/schemes/standard/greengold/box_corner_tl_title.gif) left top no-repeat;
}
.box .content
{
	background:#fff;
	border-top:1px solid #999;
	border-right: 1px solid #D0A283;
	border-bottom: 1px solid #D0A283;
}
.content
{
	margin: 0;
	padding: 0;	
}
.dropDown, .textArea, .textBox
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	width:175px;
}
.ghosted
{
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	color: #999;
}
.label
{
	font-weight:bold;
}
form .label
{
	text-align:right;
	padding-right:10px;
	padding-top:2px;
}
form td
{
	padding-bottom:3px;
}
.list
{
	padding: 0 48px 7px;
	margin:0;
	border-bottom:1px solid #CDCDCD;
}
.list a
{
	text-decoration: none !important;
	color: #333;
}
.list a:hover
{
	color: #c1400d;
}
.list p
{
	margin: 0;	
}
.list H4
{
	margin: 0;
}
td.list IMG.thumbnail
{
    float: none;
    margin: 0;
}
.stepper
{
	position:relative;
	color: #666;
}
.stepper a
{
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	color: #999;
}
.stepper a:hover
{
	color: #c1400d;
}
.stepper p
{
	padding:0 !important;
}
.stepper p.links
{
	position:absolute;
	top:0;
	left:0;
}
.list .terminus
{
	clear:right !important;
}

/* ################################### Site IDs ################################# */

#mainTable
{
	border: 1px solid #aaa;
	border-top:none;
	margin: auto; 
	width: 760px;
	background: #ffc;
}
#mainHeader
{
	BACKGROUND:#006400 url(/common/images/schemes/standard/greengold/headerbg.gif);
}
#location
{
	padding:20px;
}
#location a
{
	color:#999
}
#location a:hover
{
	text-decoration:none;
}

/* ################################## Menu setup ################################### */

#subMenu
{
	padding: 10px 0;
	float: left;
	width: 150px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#subMenu ul a
{
	background: url(/common/images/schemes/dot_black.gif) no-repeat left center;
	display: block;
	padding: 2px 0 2px 20px;
	text-decoration: none;
	color: #333;
}
#subMenu ul ul a
{
	font-weight: normal;
	background-position: 7px center;
	color: #333;
	padding-left:30px;
}
#subMenu ul ul ul a
{
	background-position: 12px center;
	padding-left:40px;
}
#subMenu ul ul ul ul a
{
	background-position: 18px center;
	padding-left:50px;
}
#subMenu ul a.active
{
	color: #C1400D;
}

/* ======================== */

#mainTitle
{
	padding:0 0 30px;
	margin-left: 180px;
}
#mainTitle h1
{
	color:#F1BF28;
	border-bottom:1px solid #F1D36E;
	margin:0;
}
#mainLayout
{
	margin-left: 180px;
}
#mainFooter
{
	margin:0;
	color: #fff;
	font-size:90%;
	padding:7px 21px;
	background:#003401 url(/common/images/schemes/standard/greengold/box_title_bg.gif) left top repeat-x;
}

/* ======================== */

#developerLink a
{
	border: 1px solid #fff;
	font-size: 90%;
	margin: 14px 4px 8px;
	color: #bebebe;
}
#developerLink a:hover
{
	color: #600;
	border: 1px solid #ccc;
}

/* ======================== */

#template_Stepped_Pages .content
{
	margin:0 !important;
}

/* ======================== */


TABLE#subPageTable
{
	border-top: 1px solid #999 !important;
	border-left: 1px solid #999 !important;
}
TABLE#subPageTable th.heading
{
	color: #fff;
	background-color: #666 !important;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align:left;	
	font-weight: bold;
	padding:10px 5px;
}
TABLE#subPageTable td.cell
{
	padding:4px 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #F5F5F5 !important;
}
TABLE#subPageTable td.col1 
{
	font-weight: bold;
	text-decoration: none !important;
	padding:3px;
	background-color: #e0e0e0 !important;
}
TABLE#subPageTable .col1 A 
{
	text-decoration: none;
	color: #333;
}
TABLE#subPageTable .col1 A:hover
{
	color: #c1400d;
}

/* ======================== */

#template_Home_Variant .list
{
	padding: 0 !important;
	padding-bottom: 30px;
	border-bottom:1px solid #CDCDCD;
}

/* ======================== */

#template_Events_Style_2 #column1
{
    width: 180px !important;
}
#template_Events_Style_2 #column2
{
	margin-right: 190px !important;
}
#template_Events_Style_2 .list
{
	padding: 0 !important;
	border-bottom:1px solid #CDCDCD;
}
#column2
{
	color: #333;
}
#template_Events_Style_2 .date
{

}

/* ======================== */

#template_Links img.thumbnail
{
	float:right !important;
}
/* ========================== */

#template_sitemap UL
{
	margin:0;
	padding:0;
	margin-left:25px;
}
#template_sitemap UL LI
{
	padding:5px 0;
}
#template_sitemap UL UL LI
{
	padding:0px;
}
#template_sitemap UL UL a
{
	text-decoration: none;
	font-size:90%;
}
#template_sitemap LI
{
	font-size: 105%;
	list-style-type: triangle;
	color: #c8c8c8;
	text-decoration: none !important;
}
#template_sitemap ul a
{
	font-weight: bold;
	text-decoration: none;
	color: #2d2d2d;
}
#template_sitemap ul a:hover
{
	text-decoration: none;
	color: #c1400d;
}
#template_sitemap ul ul a
{
	font-weight: normal !important;
	text-decoration: none;
	color: #545454;
}
#template_sitemap ul ul a:hover
{
	font-weight: normal !important;
	text-decoration: none;
	color: #c1400d;
}

/* ========================== */








/* ========================== */







/* =========how to========= */

/*.list.product
{
	padding: 0 48px;
	padding-bottom: 7px;
	border-bottom:1px solid #CDCDCD;
}*/
/* ======================== */