/* mac hide \*/
html, body {
	height:100%;
	padding:0;
	margin:0;
}
/* end hide*/
body {
	background:#FEEFE3;
	color: #000000;
}
#header {
	height: 150px;
	background-color: #BEB9C5;
}
#header_logo{
	float: left;
	width: 16.5em;
}
.head1, .head2{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: serif;
}
.head1{
	color: #008FD4;
}
.head2{
	color: #000000;
}
h2.head1{
	font-size: 24px;
}
h3.head1{
	font-size: 16px;
}
h2.head2{
	font-size: 20px;
	margin-top: 20px;
}
h3.head2{
	font-size: 18px;
	font-style: italic;
}

/* Left column */
#left {
	width: 15em;
	float: left;
	background-color: #FBCEAC;
}

ul.v-menu, ul.v-menu ul{
	padding: 0px;
	margin: 0px;
}
.v-menu li{
	list-style: none;
}

ul.left-menu{
	width: 14em;
}
ul.left-menu a{
	display: block;
	color: #00017D;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	padding: 6px 0px;
}
ul.left-menu li{
	border-top: none;
}
ul.left-menu li + li, ul.left-menu li li{
	border-top: 2px solid #FFFFFF;
}
ul.left-menu a{
	padding-left: 7px;
}
ul.left-menu ul a{
	padding-left: 12px;
}
ul.left-menu ul ul a{
	padding-left: 22px;
}
ul.left-menu li.selected > a{
	font-weight: bold;
}
ul.left-menu ul{
	display: none;
}
ul.left-menu li.selected > ul{
	display: block;
}

#centrecontent{
	padding: 1.5em 0 1em 1.5em;
	float: left;
	width: 760px;
}

#outer{
	min-height: 100%;
	margin-bottom: -20px;
}
#clearfooter{
	height: 20px;
}
#designed{
	clear: both;
	text-align: center;
	position: relative;
	padding-bottom: 3px;
	font-size: 9px;
	color: #494949;
	height: 20px;
	margin-top: -20px;
}
#designed a{
	color: #494949;
	font-size: 9px;
}
#lightwindow_data_details {
	height: auto !important;
}