body{
	background-color: black;
	color: white;
	font-family: arial, verdana, sans-serif;
}
a{
	color: #9ec0de;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;	
}
h5{
	text-align: left;
	font-weight: bold;
}
#MainBlock{
	text-align: left;
	width: 950px;
	border: 1px solid #333333;
	margin: auto;
}
#mnuBar{
	width: 950px;
	height: 30px;
	background-image:url('images/menu_bkgrnd.png');
	background-repeat: repeat-x;
	border: 1px solid #990000;
	margin: 10px 0px;
	text-align: center;
}
#mnuBar a{
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0em .5em;
	padding: 0px 1px;
}
#mnuBar a:hover{
	color: #FFFFFF;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0px;
}
#footer{
	text-align: center;
	font-size: 8pt;
	border-top: 1px solid #333333;
	clear: left;
}
.txtCont{
	padding: .5em;
}
.ttl{
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border: 1px solid #333333;
}
hr{
	clear: both;
}
