/**** Element Styles ****/
body {
	background-color : #FFF;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
	position: absolute;
	left: 290px;
	top: 15px;
	width: 670px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	font-size: 20pt;
	text-align: right;
	color: #FFF;
}

/* Trigger Headlines */
h2 {
	padding: 0px 0px 0px 35px;
	background: url(res/trigger_expand.png) no-repeat;
	margin: 0px 0px 5px 0px;
	height: 30px;
	clear: both;
}
h2.active {
	background: url(res/trigger_shrink.png) no-repeat;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
}
div {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 8px;
}
em {
	font-style: normal;
	font-weight: bold;	
}
img {
	border-style: none;
}
ul {
	padding: 0px 30px 10px 30px;
	margin: 0px 0px 0px 30px;
	overflow: hidden;
}
li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: justify;
}
/**** Layout IDs ****/
#headerbar_image {
	left: 0px;
	top: 0px;
	z-index: 0;
}
#menubar_image {
	left: 0px;
	top: 96px;
	z-index: 1;
}
#footer {
	height: 20px;
	width: 180px;
	left: 0px;
	top: 665px;
	text-align: center;
	z-index: 2;
}
#content {
	left: 220px;
	top: 115px;
	width: 650px;
	/*height: 650px;
	overflow:visible;*/
	z-index: 3;
}
#menu {
	left: 30px;
	top: 200px;
	z-index: 4;
}

#loading{
	left: 550px;
	top: 300px;
	position: absolute;
    text-align: center;
    display: none;
}

.toggle_item {
	margin: 0px 0px 20px 50px;
	position: relative;
	display: none;
}
.toggle_first {
	display: block;
}

/**** Content Align Classes ****/
#content .text_center {
	position: relative;
	text-align: center;
}
#content .text_left {
	position: relative;
	text-align: left;
}
#content .text_right {
	position: relative;
	text-align: right;
}
#content .float_left {
	position: relative;
	float: left;
	margin-right: 10px;
}
#content .float_right {
	position: relative;
	float: right;
	margin-left: 10px;
}
#content .float_off {
	position: relative;
	clear: both;
}
/**** Special Anker Layouts ****/
#menu a {
	font-size: 14pt;
	color: #FFF;
	text-decoration: none;
}
#menu a:visited{
	color:#FFF;
}
#menu a:hover{
	color:#FFFF64;
}
#menu a:active{
	color:#FFFF64;
}
a {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12pt;
	color: #36F;
	text-decoration: none;
}
a:visited{
	color:#36F;
}
a:hover{
	color:#666;
}
a:active{
	color:#666;
}
h2 a {
	color: #36F;
	font-size: 16pt;
	text-decoration: none;
	display: block;	
}
h2 a:visited{
	color: #36F;
}
h2 a:active{
	color: #666;
}
h2 a:hover{
	color: #666;
}
#lnf {
	top: 500px;
	z-index: 10;
}