@charset "utf-8";
body {
	background: url(../images/common/body_bg.png) repeat-x 0px top;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	height: 100%;
}
a {
	color: #55a51c;
}
a:hover {
	color: #227209;
}
#SiteHolder {
	width: 760px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}
.push {
	height: 60px;
}
#MainArea {
}
#HeaderPanel {
	height: 150px;
	background-image: url(../images/common/header_tagline.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#HeaderLinks {
	float: right;
	clear: none;
	font-size: .6em;
	color: #999999;
	letter-spacing: .1em;
	padding-top: 16px;
}
#HeaderLinks a {
	color: #93c374;
	text-decoration: none;
}
#NavFlash {
	height: 30px;
	width: 760px;
	text-align: center;
	font-size: 0.8em;
	background: #55a51c;
}

#HeaderLinks a:hover {
	color: #55a51c;
	text-decoration: underline;
}

#HeaderPanel img {
	float: left;
}
.montage {
	padding: 3px 0;
}
#NavPanel a {
	float: left;
	width: 152px;
	padding: 11px 0;
	border-top: 3px solid #55a51c;
	border-bottom: 1px solid #ccc;
	text-align: center;
	color: #55a51c;
	text-decoration: none;
}
#LeftCol {
	width: 588px;
	padding-right: 20px;
}
#RightCol {
	width: 152px;
}
#MainArea h1 {
	font-size: 1.2em;
	color: #55A51C;
	font-weight: normal;
	margin: 15px 0;
}
#MainArea h2 {
	font-size: 1em;
	color: #55A51C;
	font-weight: normal;
	margin: 15px 0;
}
#LeftCol li {
	font-size: .8em;
	color: #666666;
	line-height: 1.5em;
}
#RightCol li {
	margin: 0;
	font-size: .8em;
	color: #666666;
	line-height: 1.5em;
}
#LeftCol p {
	font-size: .8em;
	color: #666666;
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0;
}
#RightCol p {
	font-size: .8em;
	color: #666666;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
	text-align: center;
}
#RightCol .xmas {
	font-size: .8em;
	color: #666666;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}
#RightCol .dark, .dark {
	background: #55A51C;
	color: #dbeccf;
}
#RightCol .dark a, .dark a{
	color: #fff;
}
.RightBaseline {
	clear: both;
	/*background-color: #55A51C;*/
	height: 3px;
	border: none;
	width: 120px;
	margin: 0 0 10px 32px;
}



#NavPanel a:hover {
	background: #eee;
	text-decoration: underline;
}
#Footer {
	height: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #55a51c;
	padding: 10px 0;
	width: 760px;
	font-size: 0.7em;
	color: #999;
	text-align: right;
	clear: both;
}
.Column {
	position: relative;
	float: left;
}
table {
	font-size: .8em;
	color: #666666;
}
.test p {
	color:#FFF;
}