body 
	{background: white url('/images/llcbackground.gif') no-repeat top left;
	font-family: verdana, arial, sans-serif;
	font-size: medium;
	color: black;
	}

/* This makes the <wbr> tag work with browsers that would not otherwise support it:
##	 <wbr> is a way add invisible line-breaks in long words 
*/
wbr:after { content: "\00200B" }  


a:link
	{color: #002090;
	text-decoration: none;
	}

a:visited
	{color: #002090;
	text-decoration: none;
	}

a:active
	{color: #1D45B6;
	text-decoration: none;
	}

a:hover
	{color: #1D45B6;
	text-decoration: underline;
	}

a.memberimg:hover
	{text-decoration: none;
	}
.content
	{position: absolute;
	left: 200px;
	top: 130px;
	width: 800px;
	min-height: 500px;
	background-color: #FFFFFF;
	z-index: 20;
	}

.pad-10
	{padding: 10px;
	}

dl.pop, dt.pop, dd.pop, ul.pop, li.pop 
	{margin: 0;
	padding: 0;;
	list-style-type: none;
	color: white;
	}

.end a:hover
	{background-color: #0030C9;
	color: white;
	}
dt.end a:hover
	{background: #1D45B6;
	}

.end a:active
	{
	}
#menu 
	{position: absolute;
	top: 140px;
	left: 10px;
	width: 90px;
	z-index: 99;
	color: white;
	}

#menu dt 
	{cursor: pointer;
	background: #3b5aa3;
	color: white;
	height: 35px;
	width: 150px;
	font-size: 16px;
	line-height: 2em;
	margin: 0px;
	text-align: right;
	}

#menu dd 
	{position: absolute;
	z-index: 100;
	left: 150px;
	margin-top: -2em;
	width: 8em;
	background: #3b5aa3;
	color: white;
	}

#menu ul 
	{padding: 0px;
	background-color: #1D45B6;
	color: white;
	}

#menu li 
	{text-align: left;
	font-size: 85%;
	height: 18px;
	line-height: 18px;
	color: white;
	}

#menu li a, #menu dt a 
	{color: #000;
	text-decoration: none;
	display: block;
	color: white;
	}

#menu li a:hover 
	{color: white;
	}



