body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: black;
	background-image: url(../images/2bg.jpg);
		background-repeat: repeat-x;
	}
	#wrapper {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	width: 800px;
	}
	#right_col {
		float: right;
	width: 580px;
	padding: 10px;
	background-color: white;
	font-size: 12px;
	}
	a {
	color: #4554AE;
	}
	p, ul, ol, table {
	font-size: 12px;
	}
	p {
		margin-top: 0px;
	}
	#footer {
		clear: both;
	color: white;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
		}
	#footer a {
	color: white;
	 }
	h1 {
		margin: 0px;
	color: #840106;
	font-size: 24px;
	font-weight: 900;
	}
	h2 {
	}
	h3 {
	}
	h1, h2, h3 {
		margin-bottom: 0px;
	}
	#left_col {
		float: left;
	font-size: 12px;
	background-repeat: no-repeat;
	width: 170px;
	padding: 8px;
	padding-top: 20px;
	}
	#left_col a {
		display: block;
	color: black;
	text-decoration: none;
	padding: 2px;
	padding-left: 4px;
	font-weight: 900;
	}
	#left_col a:hover {
	background-color: black;
	text-decoration: none;
	color: white;
	}
	#logo {
		float: left;
	width: 189px;
	height: 165px;
	background-image: url(../images/5logo.jpg);
		background-repeat: no-repeat;
		}
	#nav1 {
		float: right;
	}
	#nav1 a {
		display: block;
		float: right;
	}
	#nav1 a:hover {
	}
	#nav2 {
		float: left;
	}
	#nav2 a {
		display: block;
		float: left;
	}
	#nav2 a:hover {
	}
	#top {
	height: 165px;
	}
	#bottom {
		border-top: 1px solid #cfcfcf;
		border-left: 1px solid #cfcfcf;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
		clear: both;
	background-color: white;
	background-repeat: no-repeat;
	}
	#top_right {
		float: right;
	width: 611px;
	height: 165px;
	background-repeat: no-repeat;
	}
	body.mceContentBody {
		background-image: none;
		background-color: white;
		text-align: left;
		padding: 6px;
	}