
html{
	height:100%;
}
img{
	border:0px;
}
body{
	padding:0px;
	margin:0px;
	height:100%;
	font-size:13px;
	background:#efffe9 url('img/bg.gif') center repeat-y;
}
a{
	color:#5F8E32;
}
#page{
	width:770px;
	height:100%;
	background:#ffffff url('img/bg.gif') center repeat-y;
	margin:auto;
}
#content{
	margin:0px 20px;
}
#header{
	width:100%;
	height:120px;
	background:transparent url('img/lla_header.gif') bottom center no-repeat;
}
#menu{
	width:100%;
	height:45px;
	background:transparent url('img/bg_menu.gif') center no-repeat;
}
#menu ul{
	padding-top:10px;
	list-style:none;
	text-align:center;
	padding-left:0px;
	margin-left:10px;
}

#menu li{
	margin:0px 3px 0px 3px;
	float:left;
	width:100px;
	list-style-type:none;
	background-color:#ffffff;
	padding:3px;
}
#menu a{
	text-decoration:none;
	color:#5F8E32;
}
div.panel_left{
	min-height:400px;
	background:transparent url('img/separator.gif') top right no-repeat;
	float:left;
	width:150px;
	padding-top:20px;
}
div.panel_right{
	min-height:400px;
	float:left;
	width:560px;
	padding:20px 10px 10px 10px;
}
div.br{
	clear:both;
}
ul.menu{
	list-style:square;
	padding-left:0px;
	margin-left:20px;
}
ul.menu li{
	line-height:25px;
}
ul.menu li a{
	color:#3e6e11;
}
#footer{
	font-size:11px;
	color:#666666;
	text-align:center;
	width:730px;
	padding:10px 0px 10px 0px;
	margin:10px 20px 0px 20px;
	background:transparent url('img/hr.gif') top center no-repeat;
}
#footer p{
	line-height:12px;
	padding:0px;
	margin:0px;
}
div.center{
	text-align:center;
}
img.hr{
	padding-top:25px;
}
#download table.dlTable{
	width:300px;
}
dt{
	font-weight:bold;
}