/*
 *  =============================================================
 *  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;
}

div.centered{
    display:block;

    /*set the div in the center of the screen*/
    position:absolute;
    top:1%;
    left:5%;
}

.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 : #FFFAB2; 
}

.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; 
}

.navactive{
	color: #ECD555;
    text-decoration: none;
	font-weight : bold;
	font-size : 10pt;
    background-color:#2F3A68;
    padding-left:10px; 
}

.navinactive{
	color: #ECD555;
    text-decoration: none;
	font-weight : bold;
	font-size : 10pt;
    padding-bottom:5px;
    padding-top:5px;
    padding-right:5px;
    padding-left:5px;
}

.navinactivespecial{
	color: #ECD555;
    background-color: #c00000;
    text-decoration: none;
	font-weight : bold;
	font-size : 10pt;
    padding-bottom:3px;
    padding-top:3px;
    padding-right:3px;
    padding-left:3px;
}


	
