@charset "utf-8";
body,p,td,div {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}

.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 20px;
  font-weight: bold;
}
.article_date {
  font-size: 16px;
  font-weight: bold;
}
.article_full_date {
  font-size: 14px;
  font-weight: normal;
}
.article_tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #606060;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: bold;
  color: #606060;  
}
.back_link {
  font-size: 12px;
  padding-top: 24px;
  text-align: right;
}

.faq_titles {
  border-left: 3px #0000dd solid;
  margin-left: 10px;
  padding-left: 8px;
}
.faq_title, .faq_header, .link_category_title {
  font-size: 16px;
  font-weight: bold;
}
.faq_detail {
  margin-left: 20px;
  margin-top: 6px;
}

.top_link {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.link_category {
  border-bottom: 2px #d0d0d0 solid;
  padding-bottom: 8px;
}
.link_detail {
  margin-top: 6px;
  margin-left: 24px;
}

.gallery_items {
  width: 100%;
}

.link_detail a {
	text-decoration: none;
	color: #FFf;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

.link_detail a:hover, .link_detail a:active {
	color: #FD0402;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
}

.event_items {
  position: relative;
  width: 720px;
}
.event_item {
  position: relative;
  width: 720px;
  margin-top: 10px;
  padding-bottom: 18px;
}
.event_detail {
  position: relative;
  font-size: 14px;
}
.event_title {
  font-size: 20px;
  font-weight: bold;
}
.event_date {
  font-size: 20px;
  font-weight: bold;
}
.event_time {
  font-size: 12px;
  font-weight: bold;
}
.event_location {
  font-size: 16px;
  font-weight: bold;
}
.event_contacts {
  font-size: 16px;
  font-weight: bold;
}

.event_left {
  width: 200px;
  left: 0px;
  top: 0px;
  text-align: left;
}
.event_right {
  position: absolute;
  width: 500px;
  left: 200px;
  top: 0px;
  text-align: left;
}

.gallry_title a {
	text-decoration: none;
	color: #FFF;
}

.gallry_title a:hover, .gallry_title a:active {
	color: #FD0402;
	text-decoration: underline;
}

/* Table definition below */

#table_container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablemain {
  border: #bababa 1px solid;
  border-collapse: collapse;
}

.tablemain td {
  border: #bababa 1px solid;
}

.tablemain .rowheader {
  background-color: #dadada;
  font-weight: bold;
}

.tablemain .col4 {
  background-color: #fdfdba;
}

.tablesearch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablesearch td span {
  font-weight: bold;
}

.tablenav_top td span, .tablenav_bottom td span {
  font-size: 11px;
}


.err, .required {
  color: red;
  font-weight: bold;
}

/* Site Specific CSS */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
	font-family: "Courier New", Courier, monospace;
}

#splash-header {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#splash-header p {
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight: bold;
	}

/* Navigation */
#nav  {
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav li { display: inline; }

#nav a {
	display: inline;
	text-decoration: none;
	font-size: 18px;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	margin-right: 10px;
}

#nav a.current {
    color: #FD0402;
}

#nav a:hover {
	color: #FD0402;
	text-decoration: underline;
}
#nav .active a { border-bottom: 2px solid #C70012; color: #9D2900;}

/* Container Boxes */
#containerbox {
	width: 650px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	margin-bottom: 10px;
}
	
.section {
	width: 200px;
	height:308px;
	float:left;
}
 
/* Boxes  */
#box {
	background-image: url(images/box1.jpg);
	background-repeat: no-repeat;
	width: 205px;
	height:308px;
	padding: 5px;
	float:left;
}

#box img {
	border:none;}

#box a, #box a:visited {
	border: 1px solid #999;
	display: block;
}

#box a:hover {
	border: 1px solid #FFF;
	display: block;
}

#footer {
	width: 950px;
	height: 55px;
	color: #999;
	margin: 0px auto;
	padding: 8px 5px 5px 5px;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #999;
	text-decoration:none;
}
#footer a:hover, #footer a.active {
	text-decoration:underline;
}

#body-bottom {
	width: 700px;
	height: auto;
	color: #FFF;
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	text-align: center;
}

