
body {
	color: #000000;
	background: #FFFFFF;
       font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;

	line-height: 16px;
}

a.more-link {
	
	width: 102px;
	display: block;
	background: url(images/green/readon.gif) no-repeat bottom;
	color: #EFEFEF;
	font-size: 11px;
	line-height: 20px;
	text-indent: 25px;
	height: 20px;
	
	
}

a.more-link:hover {
	background: url(images/green/readon.gif) no-repeat top;
	color: #555050;
	text-decoration: none;
}



body.fs3{
	font-size: 12px;
}


#topslwrap {

}

/* MODULE
--------------------------------------------------------- */


div.module,
div.module-hilite {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
	background: url(images/box-br.jpg) no-repeat bottom right;
	overflow: hidden;
		color: #555050;

}

div.module-hilite a{
	color: #555050;
	font-weight: lighter;
}
div.module a{
	color: #555050;
	font-weight: lighter;
}

div.module-hilite a:hover{
	color: #555050;
	text-decoration: none;
	font-weight: lighter;
}

div.module a:hover{
	color: #555050;
	text-decoration: none;
	font-weight: lighter;
}

div.module div,
div.module-hilite div {
	padding: 0;
	background: url(images/box-bl.jpg) no-repeat bottom left;
}

div.module div div,
div.module-hilite div div {
	padding: 0;
	background: url(images/box-tr.jpg) no-repeat top right;
}

div.module div div div,
div.module-hilite div div div {
	padding: 0 20px 20px;
	background: url(images/box-tl.jpg) no-repeat top left;
}

/*no-title module*/
div.module-notitle {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(images/box-br.jpg) no-repeat bottom right;
}

div.module-notitle div {
	padding: 0;
	background: url(images/box-bl.jpg) no-repeat bottom left;
}

div.module-notitle div div {
	padding: 0;
	background: url(images/box-notitle-tr.jpg) no-repeat top right;
}

div.module-notitle div div div {
	padding: 15px;
	background: url(images/box-notitle-tl.jpg) no-repeat top left;
}



/* Module hilite */
div.module-hilite h3 {
	margin: 0 0 8px;
	padding: 0 5px 0 0;
	white-space: nowrap;
	background: none;
	font-size: 110%;
	font-weight: bold;
	line-height: 52px;
	color: #555050
}

div.module h3 {
	margin: 0 0 8px;
	padding: 0 5px 0 0;
	white-space: nowrap;
	background: none;
	font-size: 110%;
	font-weight: bold;
	line-height: 52px;
	color: #555050
}

div.module-hilite h3 span {
    padding-left: 22px;
	display: block;
	background: url(images/h3span-hilite-bg.gif) no-repeat center left;
}

div.module h3 span {
    padding-left: 22px;
	display: block;
	background: url(images/h3span-hilite-bg.gif) no-repeat center left;
}

div.module-hilite {
	background: url(images/green/box-hilite-br.jpg) no-repeat bottom right;
}

div.module-hilite div {
	background: url(images/green/box-hilite-bl.jpg) no-repeat bottom left;
}

div.module-hilite div div {
	background: url(images/green/box-hilite-tr.jpg) no-repeat top right;
}

div.module-hilite div div div {
	background: url(images/green/box-hilite-tl.jpg) no-repeat top left;
}

div.module{
	background: url(images/green/box-hilite-br.jpg) no-repeat bottom right;
}

div.module div {
	background: url(images/green/box-hilite-bl.jpg) no-repeat bottom left;
}

div.module div div {
	background: url(images/green/box-hilite-tr.jpg) no-repeat top right;
}

div.module div div div {
	background: url(images/green/box-hilite-tl.jpg) no-repeat top left;
}

#colwrap {
	float: left;
	width: 44.9%;
	overflow: hidden;
}

#content {
	float: right;
	width: 55%;
	background: url(images/content-center.jpg) no-repeat;
}
