@charset "utf-8";
/* CSS Document */


html { 
	background:#4F1104 url("images/bg.jpg"); 
	background-position:top ;
	background-repeat: repeat-x;
}


body {
	background-image:url(images/bg2.jpg);
	background-position:top ;
	background-repeat: no-repeat;
	color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}	

#wrapper {
	width:770px;
	margin:0 auto;
	position:relative; 
}	

#nav_bar {
	float:left;
	width:770px;
	background:#202020;
	height:29px;
	text-align:center;
}	

#nav {
	width:470px;
	margin:0 auto;
	position:relative; 
}

#wrapper_content {
	float:left;
	width:770px;
	background-image:url(images/bg_content.gif);
	background-repeat:repeat-y;
}	

#wrapper2_content {
	float:left;
	width:770px;
	background-image:url(images/bg_content_top.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}	

#content_main {
	float:left;
	width:605px;
	padding:0;
	margin:0;
	margin-left:20px;
	margin-bottom:7px;
	padding-top:7px;
	border:none;
}

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#000;
	border-bottom:dotted 2px #E62804;
	text-decoration:none;
}	

#content_main A:HOVER {
	border-bottom:dotted 2px #000;
}	

H1 {
	padding:0; margin:0;
	font-size:1.2em;
	color:#000;
}

H2 {
	padding:0; margin:0;
	font-size:1.2em;
	color:#971807;
}

H3 {
	padding:0; margin:0;
	font-size:1.1em;
	color:#FFF;
	background:#A91803;
}

P {
	font-size:.9em;
}	
	

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

.title {
	color:#971807;
	font-weight:bold;
}	

#content_main li {
	list-style:circle url(images/bullet.gif);
	font-size:.9em;
	margin-bottom:.5em;	
}

#content_main a img {display: block;}


.banner1_hd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding-right:5px;
}

.banner2_hd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
}

.banner_text {
	margin:0;
	padding:0;
	font-size:.9em;
}	

.banner_text P {
	margin:0;
	padding:5px;
}

.news_title {
	color:#A91803;
	font-weight:bold;
}

.news_date {
	font-size:.9em;
}		

.footer_font {
	font-size:.7em;
}	
	
.table_banner {
	border:solid 1px #000;
	background-color:#FFF8A2;
	font-size:.9em;
}	

.table_schedule {
	background-color:#FFF8A2;
	font-size:.8em;
}	

.table_schedule TD {
	border-bottom:solid 1px #333;
}
	

#ft {
	clear:both;
	margin:0 auto;
	position:relative; 
	width:770px;
}

.table_content_view {
	font-size:.9em;
}	

.table_content_view TD {
	border-bottom: 1px solid #C1DAD7;
}

.red {color:#971807;}

.new {
	color:#971807;
	font-size:1.1em;    
}

.imageborder {
	border:1px solid #971807;
	padding:5px;
	background:#FFF;
}