/*[fmt]AA90-1A0A-3*/
body
{
	margin: 0;
/*without margins the page would be stuck to the sides*/
	font-family: verdana, arial, sans-serif;
/*base font is defined in the page*/
	font-size: 12px;
/*size font is defined in the page*/
	background: transparent url(../images/ETLLC_BKGRND.png) fixed top left;
}
a:link
{
	color: black;
	text-decoration: none;
}
a:visited
{
	color: black;
	text-decoration: none;
}
a:hover
{
	font-size: larger;
	color: red;
	text-decoration: none;
}
a:active
{
	color: black;
	text-decoration: none;
}
#head1
{
	background: url(../images/ETLLC_HEADER.png) no-repeat fixed top left;
	width: 770px;
	height: 60px;
}
#head2
{
	background: url(../images/head2-banner.png);
	width: 770px;
	height: 36px;
}
#logo
{
	float: left;
/*to align the logo to the right*/
	margin-top: 0px;
}
#left
{
	position: absolute;
	left: 0;
/*the left block is placed in absolute position to the left*/
	width: 161px;
	height: 600px;
}
#center
{
	margin-left: 181px;
/*the center block is placed according to the left block's width*/
	width: 586px;
}
p
{
}
#form_box
{
	width: 426px;
}
p.check_box
{
}
.check_box
{
	margin-left: 48px;
}
fieldset
{
	width: 426px;
}
#foot
{
	padding-top: 1em;
	font-family: serif;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	width: 770px;
	height: 36px;
}
/*a:active#menu {
font-style: italic;
color: #060C6F;
}*/
.menu
{
/*defines container for the menu*/
	margin-top: 5px;
	margin-left: -5px;
	margin-right: 2px;
	width: 100px;
	border: 1px solid #060C6F;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: 3px outset #F7D61F;
	border: thin solid black;
	background-color: #E7C60F;
}
.backbutton
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
img.menu
{
	display: inline;
	border: none;
}
img.backbutton
{
	display: inline;
	border: none;
}
img.forebutton
{
	display: inline;
	border: none;
}
img.firefox
{
	vertical-align: middle;
}
h1
{
	font-size: 140%;
	text-align: right;
}
h2
{
	font-size: 100%;
	text-align: right;
}
h3
{
	font-size: 100%;
	text-decoration: underline;
	text-align: left;
}
li, ul
{
	line-height: 1;
	list-style-type: none;
}

li.list, ul.list
{
	line-height: 1.1;
	list-style-type: circle;
}
#topmenu
{
	float: right;
/*vertical menu is aligned to the right of its container, head3*/
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
}
#topmenu a:link
{
	color: #060C6F;
	text-decoration: none;
/*no decoration to avoid underline showing when hovered onto*/
	margin-left: 5px;
/*Space between each sub-menu*/
	font-stretch: wider;
	font-size: smaller;
}
#topmenu a:visited
{
	color: #060C6F;
	text-decoration: none;
/*no decoration to avoid underline showing when hovered onto*/
	margin-left: 5px;
/*Space between each sub-menu*/
	font-stretch: wider;
	font-size: smaller;
}
#topmenu a:hover
{
	font-size: larger;
	color: #060C6F;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 7px;
}
#topmenu a:active
{
	color: #060C6F;
	text-decoration: none;
/*no decoration to avoid underline showing when hovered onto*/
	margin-left: 5px;
/*Space between each sub-menu*/
	font-stretch: wider;
	font-size: smaller;
}
#ul1
{
	margin-left: 25px;
	margin-top: 1em;
	margin-bottom: 2em;
	border: thin dotted transparent;
}
#ul2
{
	margin-left: 10px;
	margin-top: 0.1em;
	margin-bottom: 1em;
	border: thin dotted transparent;
}
#li1:first-letter
{
	color: black;
	font-size: 125%;
	font-weight: bold;
}
#li1
{
	line-height: 1;
}
/*Specials*/
#muddbase
{
	margin: 20px;
}

