/*
 *  =============================================================
 *  CSS style classes for the Focusing Collective data elements :
 *  =============================================================
 */

/*----------------   Body  ----------------------*/

body {
	background-color: #5AAAA9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-position : outside;
}

A {
	color: blue;
}

.banner{
	background-image : url(../images/lsm_banner.jpg);
	background-repeat: no-repeat;
	background-color : #5F6B81; 
}

.side{
	background-image : url(../images/side_panel_bg.jpg);
	background-repeat : no-repeat;
}

.corner{
	background-image : url(../images/lsm_banner_corner.jpg);
	background-repeat : no-repeat;
	background-color : #F8F9B3; 
}

.block1 {
	background-color: #90C6AB;
}

/*----------------   Content Frame  ----------------------*/

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-size : 16pt;
}

.sidecontenthdg {
	font-family: Arial, Helvetica, sans-serif;
	color:#000072;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-size : 11pt;
}

.sidecontent {
	font-family: Arial, Helvetica, sans-serif;
	color:#000072;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-size : 10pt;
}
.sidecontentlink {
	color: #0000ff;
	font-weight: normal;
	font-size:10pt;
	font-family : Arial, Times;
	text-decoration : underline;
}

.content {
	font-family: Verdana, Geneva, Arial, Helvetica,  sans-serif;
	color: #000072;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-size : 10pt;
}	

.contentsmall {
	font-family: Verdana, Geneva, Arial, Helvetica,  sans-serif;
	color: #000072;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-size : 8pt;
}	

.contenthdg {
	color: #000072;
	font-weight: normal;
	font-size:11pt;
	font-family : Verdana, tahona, Arial, Times;
	text-decoration : none;
}

.contentlink {
	color: #0000ff;
	font-weight: normal;
	font-size:10pt;
	font-family : Arial, Times;
	text-decoration : underline;
}

.redfont {
	color: #ff0000;
}

.construction {
	color: #5AAAA9;
	font-weight: bold;
	font-size: 12pt;
	font-family : Arial, Times;
	text-decoration : none;
}
	