@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	border: 0;
}

hr {
	border-top: #CCCCCC 1px solid;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h5 {
	font-size: 14px;
}

body {
	background: url(../images/la_main_bkg.gif) repeat-y center #e3e6eb;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 5px 0 10px 0;
	line-height: 16px;
}

.footer {
	font-size: 10px;
}

a {
	color: #00AEEF;
	text-decoration: none;
}

a:hover, focus {
	color: #00AEEF;
	text-decoration: underline;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 5px 0 10px 16px;
	line-height: 16px;
}

td#header {
	padding: 15px;
}

#headerCopy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
}

#headerCopy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
}

td#headerFlash {
	padding-left: 2px;
}

div#menu {
	position: absolute;
	z-index: 100;
	padding-top: 2px;
}

#menu dt {
	width: 120px;
	height: 30px;
	margin: 0px!important;
	padding: 0px!important;
	border-right: #FFFFFF 2px solid;	
	cursor: default;
	text-align: center;
	background-image: url(../images/la_btn_bkg_over.png);
	background-repeat: no-repeat;
	line-height: 24px;
}

#menu dd {
	width: 120px;
	height: 30px;
	display: none;
}
#menu dl {
	float: left;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	text-align: center;
	background-image: url(../images/la_btn_bkg_over.png);
	background-repeat: no-repeat;
	border-top: #FFFFFF 2px solid;
	cursor: default;
	line-height: 24px;
	width: 120px;
	height: 30px;
	margin: 0px!important;
	padding: 0px!important;
}

#menu li a, #menu dt a {
	background-image: url(../images/la_btn_bkg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 120px;
	height: 30px;
	margin: 0px!important;
	padding: 0px!important;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background-image: url(../images/la_btn_bkg_over.png);
	background-repeat: no-repeat;
}

.menuCopy {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 28px;
}

td#mainCnt {
	padding: 60px 0 0 0;
}

td.bottomBorder {
	border-bottom: #CCCCCC 1px solid;
	padding: 5px 0 5px 0;
}

td.greenArea {
	background-image: url(../images/la_green_area.png);
	background-repeat: no-repeat;
	height: 50px;
}

td.greenArea p {
	color: #FFFFFF;
	padding: 0 10px 10px 10px;
	font-size: 14px;
}

td.greenArea a {
	color: #FFFFFF;
	text-decoration: none;
}

td.smallImages {
	padding: 10px 0 0 0;
}