
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/white/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/white/readon.gif) no-repeat top;
	color: #FFFFFF;
	text-decoration: none;
}



body.fs3{
	font-size: 12px;
}


#topslwrap {
	background: url(images/headerbar/blue.gif);
}

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 8px;
	padding: 0 5px 0 0;
	white-space: nowrap;
	background: url(images/h3-bg.gif) no-repeat 50% 5px;
	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/blue/box-hilite-br.gif) no-repeat bottom right;
	overflow: hidden;
}

div.module-hilite a{
	color: #FFFFFF;
	font-weight: bold;
}

div.module-hilite a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

div.module div,
div.module-hilite div {
	padding: 0;
	background: url(images/blue/box-hilite-bl.gif) no-repeat bottom left;
}

div.module div div div,
div.module-hilite div div div {
	padding: 0 15px 20px;
}

div.module-hilite div div div ul ul a {
  color: #FFFFFF;
  font-weight: normal;
}

div.module-hilite div div div ul ul a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

/* Module hilite */
div.module-hilite h3 {
	margin: 0 0 8px;
	padding: 0 5px 0 0;
	white-space: nowrap;
	font-size: 110%;
	font-weight: bold;
	line-height: 35px;
}

div.module-hilite h3 span {
  padding-left: 22px;
	display: block;
	background: url(images/h3span-hilite-bg.gif) no-repeat center left;
}

div.module-hilite div div {
	background: url(images/blue/box-hilite-tr.gif) no-repeat top right;
}

div.module-hilite div div div {
	background: url(images/blue/box-hilite-tl.gif) no-repeat top left;
}

#colwrap {
	float: left;
	width: 40%;
	overflow: hidden;
}

#content {

	float: right;
	width: 690px;
	background: url(images/content-center.gif) repeat-y;
}

