body {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:0;
}
img {
	border:medium none;
}
a {
	color:#A9AFB7;
	cursor:pointer;
	position:relative;
	text-decoration:underline;
}
a:hover {
	color:#A9AFB7;
}
form {
	margin:0;
	padding:0;
}
table {
	border:medium none;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
table tr {
	border:medium none;
	margin:0;
	padding:0;
}
table tr td {
border:medium none;
margin:0;
padding:0;
}

div#page {
background:#E9E9E9 none repeat scroll 0 0;
margin:0 auto 20px;
overflow:hidden;
position:relative;
text-align:left;
width:999px;
}

div#header {
background:#36649F url(../images/header-img.jpg) no-repeat scroll left top !important;
height:117px;
position:relative;
}

div#middle {
height: 750px;
position:relative;
width:999px;
}

div#L {
float:left;
overflow:hidden;
padding-bottom:20px;
position:relative;
width:200px;
top: 20px;
}

div#middle #M {
background:#FFFFFF none repeat scroll 0 0;
float:left;
min-height:100px;
padding-bottom:20px;
position:relative;
top:20px;
left: 30px;
width:599px;
z-index:5;
}

div#content {
background:#FFFFFF none repeat scroll 0 0;
height:590px;
left:50px;
position:relative;
float: left;
}


div#footer {
bottom:30px;
color:#A9AFB7 !important;
position:relative;
}


/*****************************************************************************/
/**[ Menu Left ]**************************************************************/

#menutop	{
	width: 180px;
	height: 16px;
	left: 20px;
	position: relative;
	background:transparent url(../images/header_trans_up.png) no-repeat 0 0;
}

#menubottom	{
	width: 180px;
	height: 16px;
	left: 20px;
	position: relative;
	background:transparent url(../images/header_trans_down.png) no-repeat 0 0;
}

#menuhead {
	width: 180px;
	left: 20px;
	color: #fff;
	font-size:1.3em;
	line-height:1.3em;
	text-transform:uppercase;
	font-weight: bold;
	position: relative;
}

#lmenu {
	width: 180px;
	height: 300px;
	left: 20px;
	position: relative;
	background:transparent url(../images/trans_menu_filler.png) repeat-y;

}

#lmenu ul {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	top: 10px;
}

#lmenu ul li {
	margin: 0;
	padding: 0;
}

#lmenu ul li a {
	position: relative;
	display: block;
	margin: 0;
	text-decoration: none;
	color: #FFF;
	width: 148px;
}

#lmenu ul li a:hover {
	background: #A9AFB7;
	color: #fff;
	width: 148px;
}

#lmenu ul a.selected ,
#lmenu ul a.selected:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: transparent;

}
