@charset "utf-8";
html {

	height: 100%;
	margin-bottom:1px;
	padding-top: 0px;

}

body {

	background-image:url(../img/layout/Hartl_06.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#42100b;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 12px;


}

#wrap {
	width: 950px;
	position: relative;
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
	margin-top:-14px;
}

#mainBackground {
	background-image:url(../img/layout/Hartl_10.gif);
	background-repeat:no-repeat;
	padding-top:3px;
}

#topText {
	
	height: 23px;
	text-align:center;
	font-size: 10pt;
	
}

/*HEADER*/

#header {
	background-image: url(../img/layout/Hartl_04.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:164px;
	color: #153e57;
}

#headerText {
	text-align:right;
	font-size: 8pt;
	font-weight:bold;
	color: #153e57;
	height: 20px;
	width: 300px;
	margin-top: 5px;
	margin-left: 630px;
	padding-top:10px;
}

#headerText a, a:link, a:visited {

	font-weight:bold;
	font-size:8pt;
	color:#153e57;
	display:inline;
	text-decoration:none;
	
}
#headerText a:hover {

	font-weight:bold;
	font-size:8pt;
	color: #153e57;
	text-decoration: underline;
}



/*CONTENT AREA*/

#content {
	background-color:#FFFFFF;
	width: 950px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	
}


#leftNav {

	width: 190px;
	margin-left: 9px;
	float:left;
	background-color:#ffffff;
	font-weight:bold;
	font-size:12pt;
	color: #000000;
	
}

#navOP a, a:link, a:visited {

	font-weight:bold;
	font-size:9pt;
	color:#000000;
	text-decoration:none;
	display:block;
	margin-bottom:5px;
	
}
#navOP a:hover {

	font-weight:bold;
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}

#navOP {
	padding-left:5px;
	padding-bottom: 7px;
	font-weight:bold;
	font-size:9pt;
	color: #000000;
}
#navImg {
	
	text-align:center;
	margin-top:30px;
}

#navUP {

	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding-left:10px;

}

#navUP a, a:link, a:visited {

	font-weight:bold;
	font-size:9pt;
	color:#000000;
	text-decoration:none;
	display:block;
	
}

#navUP a:hover {

	font-weight:bold;
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}

#main {
	width: 720px;
	float:right;
	background-color:#ffffff;
	/*font-size:0.9em;*/
	font-size:9pt;
	/*color: #153e57;*/
	color: #000000;
	padding-right:5px;
	margin-right:10px;
}

#main a, a:link, a:visited {

	font-weight:bold;
	color:#42100b;
	text-decoration:none;
	display:inline;
	
}

#main a:hover {

	font-weight:bold;
	color: #42100b;
	text-decoration: underline;
}

#main p {

	/*font-size:9pt;*/

}

#main h1 {
	
	color: #000000;
	font-size: 12pt;
	margin-top:1px;
	text-align:center;
	
}

#main h2 {
	
	color: #000000;
	font-size: 11pt;
	margin-top:1px;
	text-align:left;
	
}

#clear {
	background-image:url(../img/layout/Hartl_20_v5.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:13px;
	clear:both;
	
}

/* FOOTER*/

#footer {

	height:50px;
	width:950px;
	clear:both;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
	padding-top:20px;
	color:#ffffff;
}
#footer a, a:link, a:visited {

	font-weight:bold;
	font-size:9pt;
	color:#ffffff;
	display:inline;
	text-decoration:none;
	
}
#footer a:hover {

	font-weight:bold;
	font-size:9pt;
	color: #ffffff;
	text-decoration: underline;
}