﻿
/** Color guide **/
/** 
orange swirl (from logo) :  rgb(251,176,59) HTML #FBB03B
Light peach background : rgb(255,250,240)
Light Blue menu : HTML #B5C7DE
**/

body
{
	/** background-color: white; **/
	background-color: rgb(255,250,240);
}



TD
{
	font-size: 10pt;
	vertical-align: text-top;
	color: black;
	text-align: left;
/** 	margin: 0;  **/
}

HR
{
	background: silver;
}

#LSCLeftMenu
{
	background : rgb(255,250,240) ;
	padding-left: 5px;
	padding-right: 10px;
	margin: 5px 5px 5px 5px
	/** border: solid 1px #FBB03B;  **/
	/** style="border: rgb(251,176,59) 1px solid;"  **/
}

#LSCMain
{
	background: rgb(255,250,240);
	font-size: 20pt;
	padding-left: 10px;
	margin: 5px 5px 5px 5px
	/** style="border: rgb(251,176,59) 1px solid;  height: auto  **/
}

.LeftSideHeading1
{
	background: rgb(255,250,240);  
	/** background: rgb(255,250,240); **/
	border-width :thick;
	border-color : rgb(255,250,240);
	/**  color: rgb(251,176,59); **/ /** set the font color **/
	color: rgb(0,0,0); /** set the font color **/
	font-size: 12pt;
	font-weight:bold;
	font-family:Arial;
}

.LeftSideHeading2
{
	background: rgb(255,250,240);  
	/** background: rgb(255,250,240); **/
	border-width :thick;
	border-color : rgb(255,250,240);
	color:rgb(0,0,0);
	font-size: 10pt;
	font-weight:bold;
	font-family:Arial;
}

.LeftSideSmallAddress
{
	text-align: center;
	background: rgb(255,250,240);  
	/** background: rgb(255,250,240); **/
	border-width :thick;
	border-color : rgb(255,250,240);
	color:rgb(0,0,0);
	font-size: 9pt;
	font-family:Arial;
}
.HomePageMainHeading1
{
	background: rgb(255,250,240); 
	/** background: rgb(255,250,240);  **/
	border-width :thick;
	border-color : rgb(255,250,240);

	color: rgb(0,0,0); /** set the font color **/
	font-size: 14pt;
	font-weight:bold;
	font-family:Arial;
}

.HomePageMainHeadingImagine
{
	background: rgb(255,250,240); 
	/** background: rgb(255,250,240);  **/
	border-width :thick;
	border-color : rgb(255,250,240);

	color: rgb(0,0,0); /** set the font color **/
	font-size: 14pt;
	font-weight:bold;
	font-family:Arial;
}

.HomePageMainSectionType1
{
	background: rgb(255,250,240); 
	
	font-size: 10pt;
	font-family:Arial;
}



#LSCHeader
{
	padding: 0px;
	margin: 0px;
	width: 100%;  /* master pages sets the header to 800 pixels */
	height: 105px;
	background-repeat:no-repeat;
	background-image: url(images/header.jpg); /*background : silver */
	
}


#LSCFooter
{
	background: rgb(255,250,240);
	font-size: 8pt;
	font-family:Arial;
	text-align: center;
	/**  border: rgb(251,176,59) 1px solid;  **/
}

BODY 
{
	margin:0px; 
	padding: 0px;
}

BODY FORM 
{
	margin:0px; 
	padding: 0px;
}

#LSCTable
{
	border: rgb(251,176,59) 1px solid;
}

