@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

#Container{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	background-color: #FFFFFF;
}

#TopBar{
	width: 100%;
	height: 114px;
	background-image: url(images/site/TopBar.jpg);
}

#BottomBar{
	width: 100%;
	height: 165px;
	background-image:url(images/site/BottomBar.jpg);
	clear: both;
}

#MidSection{
	height: 100%;
	width: 100%;
}

#Content{
	padding: 32px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#Document{
	margin-top: 32px;
}

#DocumentText{
	text-align: justify;
	width: 35%;
	float: left;
}

#DocumentImages{
	float: right;
	width: 50%;
}

#Links{
	color: #333333;
	font-style: italic;
}

#Links a{
	color: #000099;
	font-style: normal;
	text-decoration: none;
}

#Links a:hover{
	color: #0066FF;
	font-style: normal;
	text-decoration: none;
}

#Links .selected a{
	color: #000099;
	font-style: normal;
	text-decoration: underline;
}

#Links .selected a:hover{
	color: #0066FF;
	font-style: normal;
	text-decoration: underline;
}

#ImageBox{
	margin-top: 32px;
	font-style: italic;
}

#ImageBox img{
	border: 1px solid;
	border-color: #000000;
}