body {
	background-color: #01193C;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#Table_01 {
	position:relative;
	width:940px;
	height:768px;
	margin:0 auto;
	align:center;

}

#topLogo_ {
	width:929px;
	height:110px;
	float:left;
}

#topmenu_ {
	width:929px;
	height:27px;
	float:left;
	text-align: right;
}

#leftbar_ {
	width:326px;
	height:auto;
	float:left;
}

#content_ {
	width:603px;
	height:auto;
	float:left;
	vertical-align: top;
	padding-top: 5px;
}
#topmenu_ ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#bottombar_ {
	width:929px;
	height:58px;
	float:left;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#topmenu_ li {
	display: inline;
}
#topmenu_ a:hover {
	background-color: #00162D;
}
#content_ img {
	border: 1px solid #666666;
}
#content_ h1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_ a:link, #content_ a:visited {
	text-decoration: none;
	color: #009DD9;
	font-weight: bold;
}#content_ h2 {
	font-size: 18px;
}

