td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height: 24px
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 20px
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 20px
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px
}
.xl {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height: 24px
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 24px
} 
.section_title {
	font-size: 15px;
	font-weight:bold;
	color:#006600;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px
} 
.link_menu {
	color:#FFFFFF;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
}
a.top_menu:link,a.top_menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
	color:#FFFFFF;
}

.bodycopysmall {
    FONT: 11px/12px Arial, Helvetica, sans-serif;
    LINE-HEIGHT: 13px; 
}

table.page_section_bar {
	width: 100%;
	background-color: #D6EBAD;
	padding: 3px;	
}

table.page_section_content {
	width: 100%;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;	
}
/*--------------------- begin news page layout ---------------------- */
table.news_layout {
	width: 900px;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;	
	margin: 0 auto;
}

td.news_content {
	padding: 10px;
	vertical-align:top;	
	background-color: #FFFFFF;
}

td.news_sidebar {
	width: 320px;
	vertical-align:top;
	text-align: center;
	padding: 10px;
	border-left: 1px dashed #999999;
	background-color:#FFFFFF;
}

.news_section {
	width: 90%;
	padding: 4px;
	margin: 0 auto;
	text-align: left;
}

table.news_sidebar_table {
	width: 310px;
	padding: 2px;
	margin: 0 auto;
	text-align: center;
	background-color:#FFFFFF;
	border: 1px solid #E1E1E1;
}

td.news_sidebar_table_head {
	padding: 4px;
	background-color:#E1E1E1;
}

td.news_sidebar_table_content {
	padding: 4px;
	background-color:#FFFFFF;	
}


/*----------------------- end news page layout ---------------------- */

/* ------------------------ begin ezNews  --------------------------- */
/*
.content_box {
	width: 600px;
	padding: 25px;
	margin: 0px auto;
	background:#FFFFFF;
	border: 1px solid #CDCDCD;
	
}
*/
.api_article {
	clear:both;
	padding-top: 0;
	margin: 2px;
	padding-bottom: 2px;
	/* border-bottom: 1px solid #EEEEEE; */
	border-top: none;
	border-bottom: none; 
}
.api_article_image {
	float:left;
	margin-top: 3px;
	margin-right:10px;
	margin-bottom:10px;
}
.api_article_image img {
	padding: 3px;
	border: 1px solid #CCC;
}
.api_article_title {
	cursor:pointer;
	cursor:hand;	
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-size: 15px;
	line-height: 1.6em;		
	color:#3F5212; /* color of the news title */
	text-decoration:none;
}

.api_article_title a {
	text-decoration:none;
	color:#2B53A8;  /* color of the news title */
}
.api_article_excerpt {
	font-size: 13px;
	color:#595959;
	line-height: 1.6em;	
}
.api_article_info {
	font-size: 13px;
	color:#999;
	line-height: 1.4em;		
}
ul.news_archive  {
	margin-left: 0;
	padding-left: 0;
}

li.news_archive {
	line-height: 1.8em;
	list-style:none;	
}
/* ------------------------ end ezNews  --------------------------- */

/************************ begin pagination styles ************************/
div.pagination_wrapper {
	clear:both;
	padding: 3px;
	margin: 3px auto;
}
div.pagination {
	padding: 3px;
	margin: 3px;
	font-size:10px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/************************ end pagination styles ************************/	

