
body {
	color: #000000;
	background-color: #5E6CA0; 


 }
 
H3 {
    color: #00007B;
    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;
	
}

/* 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;
}


.border {
        background-color: #EF1A1A;
}

.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;*/
}
a.Anavlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #FFFFFF;
	text-decoration: none;
}
a.Anavlink:link {color: #FFFFFF;}
a.Anavlink:visited {color: #FFFFFF;}
a.Anavlink:hover {
	color: red;
	text-decoration: underline;
	/*text-transform: uppercase*/
}

a.AMnavlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	color: #000000;
	text-decoration: none;
}
a.AMnavlink:link {color: #000000;}
a.AMnavlink:visited {color: #000000;}
a.AMnavlink: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;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30} 


#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 16px arial; 
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 16px;
	font: bold 16px arial;
	width: 60px;
	background: #425274;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	background: #49A3FF;
	/*text-transform: uppercase;*/
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #FFF}

	#sddm div a
	{	position: relative;
		display: block;
     	font: bold 14px arial;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #425274;
		color: #FFF;
}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
