@charset "utf-8";
/* CSS Document */

html, body {height: 100%;}
body {
	background: #990000;
	margin:0;
}
#title_center {
    text-align: center;
	font-size: 3em;
	color: #fff200;
}
#macro_container {
    width: 998px;
	min-height: 100%;
	height: auto;
	margin: 0 auto -95px auto;
}
* html #macro_container {height: 100%;}
#header {height:312px;}
#title_area {
    height: 60px;
}
#logo {
	height: 201px;
	width: 161px;
	margin: 20px 0 0 -15px;
	float: left;
/*	background: url('/images/cards_logo_40.gif') no-repeat top left;*/
/*	z-index: 5;*/
}
#headerimage {
  	width: 998px;
	height: 233px;
	background: url('/header_images/header_img.jpg');
	position: relative;
/*    z-index: -1;*/
}
#content { 
	margin-left: 30px;
	padding: 1em;
	background-color: #ffffff;
	background: url('/images/back.jpg') repeat-y top left;
}
#news {
    padding: 1em 1em 1em;
	margin: 1em 1em 1em 1em;
	float: right;
	border-width: 1px;
	border-style: dotted;
	width: 15em;
}
#news-sub {
	  font-size: 1.2em;
	  margin-left: 1em;
}
  
ul.news-sub {
	  padding: 0;
	  list-style-type: none;
	  margin: 0px;
}
 
.title_font {
	font-size: 1.8em;
	text-align: center;
}
 
.center_large_font {
    font-size: 1.2em;
	text-align: center;
}

  .large_font {
    font-size: 1.2em;
  }

#footer { 
	margin-left: 30px;
	margin-bottom:0;
	padding-bottom:0;
	width: 968px;
	background-color: #ffffff;
	background: url('/images/back.jpg') repeat-y top left;
}

.bold {
	font-weight: bold;
	display: inline;
}

.bold_centered {
	font-weight: bold;
	text-align:center;
}

.bold_underlined {
	font-weight: bold;
	text-decoration: underline;
	display: inline;
}
