body {
	margin:0px auto;
	text-align:center;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#dedede;
}

* {
	margin:0;padding:0;
}

#container {
	margin:auto;
	text-align:left;
	width:970px;
	padding:0px 25px;
	background-color:#fff;
}

#header {

background:url(/img/banner/banner_bg.jpg) no-repeat top center;
}

#content {
	padding-top:5px;
	font-size:0.8em;
}

#lhcol {
	float:left;
	width:240px;
}

div.capsule {
	background:url(/img/gen/tab_g_left.jpg) no-repeat;
	margin-bottom:5px;
	padding-left:4px;
}
div.capsule div.content h3 {
	color:#5675b5;
	font-size:1.2em;
	border-bottom:1px SOLID #DDD;
	margin-bottom:5px;
	padding-bottom:4px;
}
div.capsule div.content h4 {
	color:#5675b5;
}
div.capsule div.content {
	padding:4px 5px 5px 3px;
	background:url(/img/gen/tab_g_right.jpg) no-repeat top right;
}

.scList {list-style:none; margin:0; padding:0;}
.scList li {margin:0; padding:0; font-style:italic;}

#rhcol {
	margin-left:250px;
}

#rhcol h2 {
	border-bottom:1px SOLID #eee;
	color:#5675b5;
	font-size:1.4em;
	margin-bottom:10px;
	padding-bottom:2px;
}

#rhcol .green h2 {
	color:#56B575;
}
.green a {
	color:#56B575;
}
.green div.capsule div.content h3{
	color:#56B575;
}
.green div.capsule div.content {
	background:url(/img/gen/tab_gr_right.jpg) no-repeat top right;
}
.green div.capsule {
	background:url(/img/gen/tab_gr_left.jpg) no-repeat;
}

#footer {
	background:#333;
	clear:both;
	color:#FFF;
	font-size:0.7em;
	margin-top:10px;
	padding:2px 0 2px 5px;
}