
body {
	color: #000000;
	background: #FFFFFF;
	font-family: ;
	line-height: ;
}

a.more-link {
	
	width: 102px;
	display: block;
	background: url(images//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//readon.gif) no-repeat top;
	color: #FFFFFF;
	text-decoration: none;
}



body.fs3{
	font-size: ;
}


#topslwrap {
	background: url(images/headerbar/.gif);
}

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 8px;
	padding: 0 5px 0 0;
	white-space: nowrap;
	font-size: 110%;
	font-weight: bold;
	line-height: 52px;
}

div.module h3 span {
	padding-left: 22px;
	display: block;
	background: url(images/h3span-bg.gif) no-repeat left 45%;
}

div.module,
div.module-hilite {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
	background: url(images/box-br.gif) no-repeat bottom right;
	overflow: hidden;
}

div.module-hilite a{
	color: #FFFFFF;
}

div.module-hilite a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

div.module div,
div.module-hilite div {
	padding: 0;
	background: url(images/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module-hilite div div {
	padding: 0;
	background: url(images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module-hilite div div div {
	padding: 0 20px 20px;
	background: url(images/box-tl.gif) 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.gif) no-repeat bottom right;
}

div.module-notitle div {
	padding: 0;
	background: url(images/box-bl.gif) no-repeat bottom left;
}

div.module-notitle div div {
	padding: 0;
	background: url(images/box-notitle-tr.gif) no-repeat top right;
}

div.module-notitle div div div {
	padding: 15px;
	background: url(images/box-notitle-tl.gif) 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;
}

div.module-hilite h3 span {
    padding-left: 22px;
	display: block;
	background: url(images/h3span-hilite-bg.gif) no-repeat center left;
}

div.module-hilite {
	background: url(images//box-hilite-br.gif) no-repeat bottom right;
}

div.module-hilite div {
	background: url(images//box-hilite-bl.gif) no-repeat bottom left;
}

div.module-hilite div div {
	background: url(images//box-hilite-tr.gif) no-repeat top right;
}

div.module-hilite div div div {
	background: url(images//box-hilite-tl.gif) no-repeat top left;
}

#colwrap {
	float: ;
	width: 44.9%;
	overflow: hidden;
}

#content {
	float: ;
	width: 55%;
	background: url(images/content-center.gif) repeat-y;
}