
body {
	color: #000000;
	background: #FFFFFF;
	font-family: Lucida Grande, Verdana, Tahoma, Trebuchet MS;
	line-height: 16px;
}

a.more-link {
	
	width: 102px;
	display: block;
	background: url(images/blue/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/blue/readon.gif) no-repeat top;
	color: #FFFFFF;
	text-decoration: none;
}



body.fs3{
	font-size: 12px;
}


#topslwrap {
	background: url(images/headerbar/red.gif);
}

/* MODULE
--------------------------------------------------------- */
div.tbr
{
	background: url(images/box-tbr.gif) repeat-y top right;
	margin-bottom: 10px;
}

div.tbl
{
	background: url(images/box-tbl.gif) repeat-y top left;
}

div.tbr, div.tbl
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;	
}



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-hilite div div div h3, div.module div div div h3 {
	padding-left: 20px;
}

div.module h3 span {
	padding-left: 22px;
	display: block;
	background: url(images/oi.gif) no-repeat left 45%;
}



div.module,
div.module-hilite {
	margin: 0 0 6px;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
	background: url(images/box-br.gif) no-repeat bottom right;
	overflow: hidden;
}

div.module { margin: 0px; }

div.module-hilite a, div.module-hilite h3 {
	color: #FFFFFF;
}

div.module li, div.module-hilite li {
	text-transform: capitalize;
}

div.module li a, div.module-hilite li a{
	display: block;
	padding: 0px 12px;
}

div.module li a:hover {
	background: #CCCCCC;
}

div.module-blue li a:hover {
	background: #0066CC;
}

div.module-red li a:hover {
	background: #CC0000;
}

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: 0px 6px 20px 6px;
	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/oi.gif) no-repeat center left; 
}

div.module-hilite {	background: url(images/red/box-hilite-br.gif) no-repeat bottom right; }
div.module-hilite div { 	background: url(images/red/box-hilite-bl.gif) no-repeat bottom left; }
div.module-hilite div div { 	background: url(images/red/box-hilite-tr.gif) no-repeat top right; }
div.module-hilite div div div { 	background: url(images/red/box-hilite-tl.gif) no-repeat top left; }

div.module-blue { background: url(images/blue/box-hilite-br.gif) no-repeat bottom right; }
div.module-blue div {	background: url(images/blue/box-hilite-bl.gif) no-repeat bottom left; }
div.module-blue div div {	background: url(images/blue/box-hilite-tr.gif) no-repeat top right; }
div.module-blue div div div {	background: url(images/blue/box-hilite-tl.gif) no-repeat top left; }

div.module-red { background: url(images/red/box-hilite-br.gif) no-repeat bottom right; }
div.module-red div {	background: url(images/red/box-hilite-bl.gif) no-repeat bottom left; }
div.module-red div div {	background: url(images/red/box-hilite-tr.gif) no-repeat top right; }
div.module-red div div div {	background: url(images/red/box-hilite-tl.gif) no-repeat top left; }


#colwrap {
	float: right;
	width: 39.7%;
	overflow: hidden;
}

#content {
	float: left;
	width: 60.2%;
	background: url(images/content-center.png) repeat-y;
}