body {
	margin: 0;
	padding: 0;
	background-image: url('../images/background_rpt.gif');
}
.header .heading_1 {
	background-image: url('../images/title_bar_rpt.jpg');
	background-repeat: repeat-x;
	height: 118px;
}
.header .heading_1  img {
	float: left;
	height: 118px;
	width: 401px;
}
.header .heading_1 h1 {
	color: white;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 38px;
	margin: 0;
	padding-top: 20px;
}
.header .heading_1 h2 {
	color: white;
	font-family: Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.header .heading_2 h1 {
	clear: both;
	color: gray;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 10px 0 20px 45px;
	
}

.content_1 {
	float: left;
	width: 200px;
	padding: 10px;
}

.content_1 .news {
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 5px;
	width: 175px;
	border: 5px dotted red;
}
.content_1 .menu a{
	display: block;
	text-align: center;
	border: 1px solid black;
	margin: 10px 0;
	padding: 10px 0;
	width: 185px;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color: black;
	text-decoration: none;

}
.content_1  .ad img{
	border: 1px solid lightgray;
	margin: 10px 0;
}
.content_2 {
	float: left;
	width: 700px;
	padding: 10px;
}
.content_2 .content_pane {
	background-color: #cccceb;
	border: 3px solid #333399;
	padding: 10px;
	margin-bottom: 10px;
}
.content_2 .content_pane .heading {
	font-size: 24px;
	text-align: center;
}
.content_2 .content_pane .subheading {
	font-size: 22px;
	text-align: center;
}
.content_2 .content_pane .fineprint {
	font-family: Comic Sans, Comic Sans MS, sans-serif;
	text-align: center;
}

.footer {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 3px solid black;
	margin:10px;
	width: 950px;
	padding-top: 10px;
}
.footer a {
	font-weight: normal;
}