@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/BG-1003-03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Header {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 230px;
	width: 1100px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#Navigation {
	height: 300px;
	width: 154px;
	margin-top: 0px;
	margin-left: 10px;
	position: absolute;
}
#Navigation div {
	margin-bottom: 20px;
	}
a:link,
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
a:hover {
	text-decoration: none;
	}
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 10px;
	position: fixed;
	left: 575px;
	bottom: 0px;
	width: 500px;
	clear: left;
}
#Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	width: 510px;
	font-weight: bold;
	left: 210px;
	top: 200px;
	position: relative;
	margin-bottom:25px;
	overflow: auto;
	height: 380px;
	padding-right:10px;
	z-index:2;
}
h2 {
	padding: 0px;
	margin-bottom: 0px;
}
#HeaderPrint {
	position:absolute;
	left:4px;
	top:4px;
	width:650px;
	height:149px;
	z-index:1;
	visibility: hidden;
}
