body,p,td,div {
  font-family: Arial, Helvetica;
  font-size: 14px;
}
.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%;
}

.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;
}


/* 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;
  font-size: 14px;
}

/* NON CMS CSS */
body{
	margin: 0;
	padding: 0;

	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 170%;
	color: #333333;
	background-color: #E0EADF;
 } 

/* 
a:link { color: #ab7a14; background: transparent; }
a:visited { color: #ab7a14; background: transparent; }
a:hover { color: #ab7a14; background: transparent; }
a:active { color: #ab7a14; background: transparent; } 
*/

a:link, a:visited, a:hover, a:active { color: #ab7a14;}

#outer{
 width: 810px; 
 margin: auto; 
} 
 
#hdr{ 
 color:#333333;
 height: 72px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px; }

#top{
	background:#FFFFFF;
	width: 805px;
} 

/* Begin Navigation Formatting .........................................................*/
#nav {
	width: 782px;
	padding: 1px 0px;
	clear: both;
	text-align: center;
	background-color: #D6AF29;
	margin-left: auto;
	margin-right: auto;
	/* BACKGROUND: url(../images/menubar.jpg) no-repeat; WIDTH: 752px; HEIGHT: 34px */
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 14px;
	}
	
#nav a {
	color: #FFFFFF;
	width: auto;
	text-decoration: none;
	margin: 0 0 0 35px;
	padding: 0;
	font-weight: bold;
	}
	
#nav a:hover, #nav a:active {
	color: #FFFF99;
	padding-bottom: 2px;
	text-decoration:underline;
	}
	
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	border-top-width: 0;
	font:normal 12px Verdana;
	line-height: 16px;
	z-index: 100;
	background-color: #D6AF29;
	width: 400px;
	padding-top: 10px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
	color: white;
	font-size: 12px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #8AA489;
	color: white;
	text-decoration: none;
}	

/*
.anylinkcss a:visited, a:active {
        color: white;
	text-decoration: none;
}

*/
.anylinkcss a:visited {
        color: white;
	text-decoration: none;
}



/* End Navigation Formatting .........................................................*/	


#logo 
{
	float: left;
	margin: 4px 0px 0px 0px;
}

#top-button 
{
	float: right;
	margin: 15px 5px 0px 0px;
}

#banner 
{
	float: left;
	margin: 0px 0px 0px 0px;
}

 
#content{
 background: #FFFFFF; 
 margin: 0px 0px 0px 0px;
 background-image: url(../images/shadow.gif);
 background-repeat: repeat-y; 
 background-position: top right;
 }

.textbox {
	padding: 4px;
	border: 1px dotted #FFCC00;
}
 
#lh-col{
 float: left;
 width: 200px;
 margin: 10px 0px 0px;
 padding: 10px 5px 0 16px;  
 clear: both;  
 }
 
#header{
	height: 128px;
	margin: 4px 15px 0px 14px;
	padding: 0px;
	/* background-image: url(../images/header_home.jpg); */
        background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
 }

#c-col{
	position: relative;
	margin: 10px 10px 10px 217px;
	width: 525px;
	padding: 0px 10px 1px 10px;
	background: #FFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFCC66;
 }
 
#bottom{
 margin: 0 0 0 0;
 height: 25px;
 background-image: url(../images/bottom.jpg);
 background-repeat: no-repeat; 
 background-position: top left;
 clear: both;
 }
 
#ftr{
	color:#555;
	margin:0 0 5px 0;
	padding:2px 10px 0px 10px;
	text-align: left;
	font-size: 11px;
	background-color: #E0EADF;
 }



/* Headers */
h1 { padding: 0;  margin: 10px 0 10px 0; font-family: "Trebuchet MS", sans-serif; font-weight: bold; font-size: 21px; color: #008103; }
h2 { padding: 0;  margin: 0px 0 5px 0px; font-family: "Trebuchet MS", sans-serif; font-weight: bold; font-size: 15px; color: #707070; }
h2.inline { margin: 25px 0 5px 0px; }
h2 span { display: none; }
h3 { padding: 0;  margin: 0px 0 5px 0px; }
h3 span { display: none; }
h4 { color: #707070; font-family: "Trebuchet MS", sans-serif; font-weight: bold; font-size: 15px; text-align: left; padding: 0 0 0 0; margin: 25px 0 10px 0; }
h5 { font: 11px Verdana, Arial, Helvetica, sans-serif; color: #aaa; margin: 0 0 0 0; padding: 0 0 0 0; line-height: 170%; }

/* Rounded Box 
.rbroundbox { background: url(../images/nt.gif) repeat; width: 100%; margin: 0 0 0 0; }
.rbroundbox_clear { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot {width: 100%;height: 7px;} 

.rbcontent { margin: 0 10px; }
.rbcontent p { margin: 5px 0px 0px 0px; } 
.rbcontent_news { margin: 0 9px; }
*/

.news_img {	color: #000; background-color: #fff; padding: 4px; margin: 8px 0 5px 0px; border: 1px solid #CDCFCD; display: block; } 


#col {  width:563px; margin:8px 0 8px 0; padding:0; overflow: hidden; }
.coltext { float:left; margin:0 13px 0 0; padding:0 13px 0 0; width:170px; border-right: 1px solid #CDCFCD; }
.coltext2 { float:left; margin:0; padding:0; width:165px; }
.coltext img { margin:3px 0 8px 0; display:block; }
.coltext2 img { margin:3px 0 8px 0; display:block; }

#bottomblock { float:left; width:563px; margin:8px 0 8px 0; padding:0; }
.colbottom { float:left; margin:0 13px 0 0; padding:0 13px 0 0; width:170px; border-right: 1px solid #CDCFCD; }
.colbottom2 { float:left; margin:0; padding:0; width:340px; }

p {	padding: 0;	margin: 5px 5px 15px 0px; line-height: 170%;  }

br.break { clear: both; }

img { border: 0px solid black; margin: 0px 0px 0px 0px; }

ul { margin: 0px 0 15px 40px; padding: 0 0 0 0; list-style: outside; }

/*li { color: #DA0989; }*/
li {color: #aa820c; }


/* FOOTER */

.ftr_left {
	float: left;
}

.ftr_right {
	float: right;
	text-align: right;
	padding: 2px 0 0 0;
}

a.footerlink:link, a.footerlink:visited { color: #555; text-decoration: none; }


/* Tooltip CSS */
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 200;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


/* Colors */

.color_header {
  background-color: #000000;
}
.color_light {
  background-color: #ffffff;
}
.color_dark {
  background-color: #b0b0b0;
}
.color_bar {
  background-color: #ededed;
}
.color_border {
  background-color: #888888;
}


.s1 {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 9px;
}
.s2 {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 10px;
}

.t0 {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 11px;
}
.t1 {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 13px;
}
.t2 {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 16px;
}
.t3 {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 18px;
}
.t4 {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 20px;
}
.t6 {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 22px;
}

.c0 {
  color: #757575;
  font-family: arial,sans-serif;
  font-size: 11px;
}
.c1 {
  color: #757575;
  font-family: arial,sans-serif;
  font-size: 13px;
}
.c2 {
  color: #757575;
  font-family: arial,sans-serif;
  font-size: 16px;
}
.c4 {
  color: #757575;
  font-family: arial,sans-serif;
  font-size: 20px;
}
