*{padding: 0; margin: 0;}

body {
	padding:0px;
	margin:0px;
	background-color: #FFF;
	color:#000;
} 

body,p,td,div {
  font-family: Arial, Helvetica;
  font-size: 14px;
}

h1 {
	color:#000;
	font-size:24px;
	font-weight:normal;
}
h2 {
	color:#09C46A;
	font-size:20px;
	font-weight:normal;
}
h3 {color:#C08243; font-size:18px; font-weight:normal;}

#overall-wrapper {
	margin-left: auto;
	margin-right: auto;
}

#logo-area {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 50px;
	text-align: center;
	padding-top: 15px;
}

#nav  {
	padding: 4px 0px 0px;
	list-style: none;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	position: relative;
	text-align: center;
}

#nav li { display: inline; }

#nav a {
	display: inline;
	margin-left: 8px;
	padding: 8px;
	text-decoration: none;
	font-size: 18px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a:hover { color: #0099FF;}
#nav .active a { border-bottom: 2px solid #C70012; color: #9D2900;}
#nav .current {color: #0099FF;}

.content {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 0px 0px;
	width: 1000px;
	height: auto;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.content a {
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.content a:hover { 
    color: #0099FF;
    text-decoration:underline;
}

.bottom-bar {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 900px;
	height: 60px;
	text-align: center;
	padding-top: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.bottom-bar {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 900px;
	height: 60px;
	text-align: center;
	padding-top: 30px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bottom-bar a {
    text-decoration: none; 
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bottom-bar a:hover { 
        color: #0099FF;
	text-decoration:underline;
}
.bottom-bar .active a { border-bottom: 2px solid #C70012; color: #9D2900;}

/* CMS CSS */

.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 20px;
  font-weight: normal;
}
.article_date {
  font-size: 16px;
  font-weight: normal;
}
.article_full_date {
  font-size: 14px;
  font-weight: normal;
}
.article_tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: #606060;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: normal;
  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: normal;
}
.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%;
}

.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: normal;
}
.event_date {
  font-size: 20px;
  font-weight: normal;
}
.event_time {
  font-size: 12px;
  font-weight: normal;
}
.event_location {
  font-size: 16px;
  font-weight: normal;
}
.event_contacts {
  font-size: 16px;
  font-weight: normal;
}

.event_left {
  width: 200px;
  left: 0px;
  top: 0px;
  text-align: left;
}
.event_right {
  position: absolute;
  width: 500px;
  left: 200px;
  top: 0px;
  text-align: left;
}


/* 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: normal;
}

.tablemain .col4 {
  background-color: #fdfdba;
}

.tablesearch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablesearch td span {
  font-weight: normal;
}

.tablenav_top td span, .tablenav_bottom td span {
  font-size: 11px;
}


.err, .required {
  color: red;
  font-weight: normal;
}

