
body {
	color: #000000;
	background-color: #3FA987; 


 }
 
H3 {
    color: #3FA987;
    font-style: oblique;
}    
 
/* Content Area Definition                     */
/*  - this class is used in the main content   */
/*    portion of the page to control the look  */
/*    and feel.                                */
.body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12pt;*/
	font-weight: normal;
	color: #000000;
	background: #FFFFFF url(llbBackground.jpg) center repeat;
	
}

/* Content Area Definition                     */
/*  - this class is used in the main content   */
/*    portion of the page to control the look  */
/*    and feel of forms.                                */
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	/* background: #FFFFFF url(llbBackground.jpg) center repeat; */
}

/*  - Admin Form                                */
.formAdmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background: #CCCCCC
}

.WLLLogo {
       /* background-color: #00007B; */
          background: url(LL-Logo-Back1.jpg) center repeat;
}


.border {
        background-color: #2B5D4D;
}

.marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00007B;
}

/* List Shading definition          */
/* - this class is used to control  */
/*   how lists will be shaded.      */
.list {
	color: #000000;
	background-color: #EFEFEF;
}

/* Default Link Definition */
a:link {color:blue;}
a:hover {color:red;}


/* Menu definition         */
a.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	color: #FFFFFF;
	text-decoration: none;
}
a.navlink:link {color: #FFFFFF;}
a.navlink:visited {color: #FFFFFF;}
a.navlink:hover {
	color: red;
	text-decoration: underline;
	/*text-transform: uppercase*/
}


/* Sub Menu definition         */
a.subnavlink {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #212650;
	text-decoration: none;
	
}
a.subnavlink:link {color: #212650;}
a.subnavlink:visited {color: #212650;}
a.subnavlink:hover {
	color: red;
	text-decoration: underline;
}
