* {
	margin:0 auto;
	padding:0;
}
/*------------ basic setup ------------*/
object { outline:none;}

html, body {
	text-align:-moz-center;	/* for firefox */
	#text-align:center;	/* for IE */
	width: 100%;
	background-color:#ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#383838;
	line-height:1.4em;
}
body#home {
	background-position:center 230px;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
}

body#about, body#news, body#about, body#proactive, body#grants, body#resources, body#artslink, body#general {
	background-position:center 230px;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
}

#top {
	height:140px;
}

#main_nav {
	border:0px solid blue;
	position:absolute;
	z-index: 4;
	width: 980px;
	height:100px;
	top: 90px;
	margin-left:10px;
}
#content {
	border: 0px solid red;
	position:relative;
	z-index: 3;
}
#main {
	width:990px;
	text-align:justify;
}

.logo {
	padding:15px;
	text-align:left;
	top:0;
}

object { 
	outline:none; 
} 
ol {
	text-align:left;
}
ul {
	text-align:left;
}


/*------------ homepage ------------*/
#home .proactive {
	background-image: url(../images/home_proactive_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#a31337;
	color:#ffffff;
	text-align:justify;
	padding:20px;
}

#home .proactive .title a {
	color:#ffffff;
	font-size:13px;
	font-weight:normal;
	padding-bottom:15px;	
}
#home .proactive .intro a:hover {
	text-decoration:underline;
}
#home .proactive .date {
	color:#fbb700;
	font-size:12px;
	font-weight:bold;
}

#home .proactive .intro{
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:10px;
}

#home .proactive .intro a:hover {
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	padding-bottom:10px;
}
#home .proactive .details {
	padding-top:10px;
	text-align:right;
}

#home .middle {
	background-image: url(../images/home_list_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#faf8f4;
	color:#000000;
	text-align:justify;
	padding:5px;
	border-left-width:2px;
	border-left-color:#d2ccc3;
	border-left-style:solid;
	border-right-width:2px;
	border-right-color:#d2ccc3;
	border-right-style:solid;
}

#home .middle .title a{
	color:#000000;
	font-size:12px;
	font-weight:normal;
	padding-bottom:15px;	
	outline:none;
}

#home .middle .intro a:hover {
	text-decoration:underline;
}

#home .middle .date {
	color:#b5191a;
	font-size:11px;
	font-weight:bold;
}

#home .middle .intro{
	color:#636363;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;
}

#home .middle .intro a:hover {
	color:#636363;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
#home .middle .details {
	padding-top:10px;
	text-align:right;
}


#home .list_img {
	width:114px;
	background-image:url(../images/home_news_shadow.gif);
	background-repeat:no-repeat;
	padding:4px;
}

#home .float {
	width:158px;
	padding-left:0px;
	#padding-left:0;
}

#home .related {
	background-color:#faf8f4;
	text-align:center;
	border-left-width:2px;
	border-left-color:#d2ccc3;
	border-left-style:solid;
	border-right-width:2px;
	border-right-color:#d2ccc3;
	border-right-style:solid;
}

#home .related .banner {
	/*background-image:url(../images/home_right_shadow.gif);
	background-repeat:no-repeat;*/
	padding:4px;
}

#home .related a:hover .banner {
	opacity:0.8;	/* CSS3 standard */
	filter:alpha(opacity=80);	/* for IE */
}

#home .quick {
	background-color:#faf8f4;
	border-left-width:2px;
	border-left-color:#d2ccc3;
	border-left-style:solid;
	border-right-width:2px;
	border-right-color:#d2ccc3;
	border-right-style:solid;
	text-align:left;
	color:#000000;
	font-size:12px;
}

#home .quick ul {
	list-style-image:url(../images/bullet_txt.gif);
	list-style-position:outside;
	padding:10px 10px 0 20px;
	#padding:10px 10px 0 25px;
	
}
#home .quick ul li {
	list-style-image:url(../images/bullet_txt.gif);

}
#home .quick ul li a {
	/*background:url(../images/ico_add.gif);*/
	text-align:left;
	line-height:1.5em;
	padding:7px 0px 10px 0px;
	background-position: 7px 12px;
	background-repeat:no-repeat;
	font-size:11px;
	color:#4d4d4d;
	text-decoration:none;
	outline:none;
}
#home .quick ul li a:hover {
	/*background:url(../images/ico_add_on.gif);*/
	background-position: 7px 12px;
	background-repeat:no-repeat;
	color:#b5191a;
	text-decoration:underline;
}


/*------------ breadcrumb ------------*/
.breadcrumb {
	color:#595959;
	text-align:right;
	font-size:12px;
	padding-right:15px;
}

.breadcrumb .current_about {
	color:#672c66;
}

.breadcrumb .current_news {
	color:#85226c;
}

.breadcrumb .current_proactive {
	color:#cf4d0c;
}

.breadcrumb .current_grants {
	color:#9F2A01;
}

.breadcrumb .current_resources {
	color:#0b7777;
}

.breadcrumb .current_artslink {
	color:#3b7709;
}
.breadcrumb .current_general {
	color:#006cde;
}
.breadcrumb a {
	color:#595959;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#000000;
	text-decoration:none;
}

/*------------ right column -----------*/
.right {
	background-color:#faf8f4;
	text-align:center;
	border-left-width:2px;
	border-left-color:#d2ccc3;
	border-left-style:solid;
	border-right-width:2px;
	border-right-color:#d2ccc3;
	border-right-style:solid;
}
.right a .describe {
	text-align:left;
	padding:5px 7px;
	text-decoration:none;
	cursor: hand;
}
.right a .title {
	font-size:12px;
	color:#4d4d4d;
	font-weight:normal;
	text-decoration:none;
	cursor: hand;
}
.right a .clickhere {
	font-size:12px;
	color:#b20830;
	font-weight:normal;
	text-decoration:none;
	cursor: hand;
}
.right a .describe .date {
	font-size:11px;
	color:#b20830;
	font-weight:bold;
	padding-right:5px;
	text-decoration:none;
	cursor: hand;
}
.right a .detail {
	text-align:right;
	padding-right:7px;
	text-decoration:none;
	clear:both;
	cursor: hand;
}
.right a:hover .title, .right a:hover .detail, .right a:hover .float, .right a:hover .clickhere {
	text-decoration:underline;
}
.right a:hover .date {
	text-decoration:none;
}
.right a .gallery, .right a .large_thumb {
	background-image:url(../images/right_big_shadow.gif);
	background-repeat:no-repeat;
	padding:4px;
}
.right a:hover .large_thumb, .right a:hover .video, .right a:hover .small_thumb {
	opacity:0.8;	/* CSS3 standard */
	#filter:alpha(opacity=80);	/* for IE */
}

.right .small_thumb {
	background-image:url(../images/right_small_shadow.gif);
	background-repeat:no-repeat;
	padding:4px;
}

.right a .float {	
	float:right;
	width:90px;
	#width:94px;
	padding-right:7px;
	#padding-right:0px;
	text-align:justify;
	font-size:12px;
	color:#4d4d4d;
	font-weight:normal;
	text-decoration:none;
}
.right ul.link, .right ul.organization {
	text-align:left;
	list-style:none;
	list-style-position:outside;
	padding:10px 10px 15px 10px;
	margin-left:17px;
	#margin-left:7px;
}
.right ul.link li, .right ul.organization li {
	list-style:none;
	display:block;
	padding-bottom:5px;
}
.right ul.link li a, .right ul.organization li a {
	background:url(../images/list_bullet.gif);
	text-align:left;
	line-height:1em;
	margin-left:-17px;
	#margin-left:0px;
	padding:7px 0px 10px 17px;
	#padding:7px 0px 0px 10px;
	background-position: 7px 12px;
	#background-position: 0px 12px;
	background-repeat:no-repeat;
	font-size:12px;
	color:#4d4d4d;
	text-decoration:none;
}
.right ul.link li a:hover, .right ul.organization li a:hover {
	background:url(../images/list_bullet_on.gif);
	background-position: 7px 12px;
	#background-position: 0px 12px;
	background-repeat:no-repeat;
	color:#b5191a;
	text-decoration:underline;
}

/*------------ about ------------*/
#about .news_bar, #general .color_about {
	background-color:#672c66;
}
#about .headline {
	font-size:18px;
	color:#672c66;
	font-weight:bold;
	text-align:left;
	height:auto;
}
#about p.content {
	padding-bottom:15px;
	line-height:1.6em;
	color:#6c6c6c;
	text-align:justify;
}
#about ul.about {
	padding:15px 0 15px 40px;
	line-height:1.6em;
	color:#6c6c6c;
	text-align:justify;
}
#about ul.about li {
	list-style:none;
	background-image:url(../images/list_arrow.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-left:10px;
}

/*------------ news ------------*/
#news .news_bar, #general .color_news {
	background-color:#85226c;
}

#news .pulldown {
	width:150px;
	font-size:11px;
}

#news .middle .thumb {
	background-image:url(../images/news_thumb_shadow.gif);
	background-position:6px 11px;
	background-repeat:no-repeat;
	padding:15px 4px 15px 10px;
}

#news .middle .date {
	color:#c11919;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	padding-top:15px;
}

#news .middle .title {
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

#news .middle .intro a {
	color:#6c6c6c;
	font-size:12px;
	font-weight:normal;	
	text-decoration:none;
	padding-bottom:15px;
}

#news .middle .intro a:hover {
	color:#b5191a;
	font-size:12px;
	font-weight:normal;	
	text-decoration:underline;
	padding-bottom:15px;
}

#news .middle .detail {
	padding:10px;
}

.news_line {
	padding:0 10px;
	border-left: 1px solid #e6e1e1;
	border-right: 1px solid #e6e1e1;
}

#news .latest {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ebeeed;	
}

#news .tab  {
	color:#ffffff;
	font-size:12px;
	background-color:#85226c;
	height:23px;
	width:inherit;
}
#news .tab_line {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#85226c;
}

#news .more .date {
	color:#85226c;
	font-size:12px;
	font-weight:bold;
	padding-right:30px;
}

#news .more .intro {
	padding:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ebeeed;	
}

#news .more .intro a {
	color:#6c6c6c;
	font-size:12px;
	font-weight:normal;	
	text-decoration:none;
}

#news .more .intro a:hover {
	color:#6c6c6c;
	font-size:12px;
	font-weight:normal;	
	text-decoration:underline;
}
#news .pages {
	text-align:center;
	padding:20px;
}
#news .pages .current {
	font-weight:bold;
	font-size:12px;
	color:#85226c;
	letter-spacing: normal;
	padding:3px;
}
#news .pages a {
	font-weight:normal;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	letter-spacing: normal;
	padding:3px;
}
#news .pages a:hover {
	font-weight:normal;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	letter-spacing: normal;
	padding:3px;
}
#news .pages img {
	padding:1px 10px;
}

#news #content .title_bar {
	background-image:url(../images/news_title_bg.gif);
}

#news #content .title_txt {
	color:#ffffff;
}

#news #content .date_bar {
	background-color:#eeebed;
}

#news #content .date_txt {
	font-weight:bold;
	color:#85226c;
}
#news p.article {
	padding-bottom:15px;
	line-height:1.6em;
	color:#6c6c6c;
	text-align:justify;
}

#news table .article {
	line-height:1.6em;
	color:#6c6c6c;
	text-align:justify;

}
#news .play_vdo {
	width:450px;
	background-image:url(../images/video_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding:14px 12px;
	text-align:center;
}
#news .middle .vdo_thumb {
	padding:20px;
	background-image:url(../images/vdo_thumb_shadow.gif);
	background-repeat:no-repeat;
	background-position:center;	
}
#news .page {
	color:#7b7a7c;
}
#news .list a {
	color:#959595;
	text-decoration:none;
}

#news .list a:hover {
	color:#7b7a7c;
	text-decoration:underline;
}
.tab_img {
	padding:7px;
}
.tab_record {
	border-bottom:1px solid #e6e1e1;
}
.tab_date {
	color:#c11919;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.tab_intro a {
	color:#6c6c6c;
	font-size:12px;
	font-weight:normal;	
	text-decoration:none;
	padding-bottom:15px;
}
.tab_intro a:hover {
	color:#b5191a;
	font-size:12px;
	font-weight:normal;	
	text-decoration:underline;
	padding-bottom:15px;
}

/*------------ proactive ------------*/
#proactive .news_bar, #general .color_proactive {
	background-color:#cf4d0c;
}

.left_news_tit a:link {text-decoration: none; color: #fff; }
.left_news_tit a:visited {text-decoration: none; color: #fff; }
.left_news_tit a:hover {text-decoration: underline; color: #fff; }
.left_news_tit a:active {text-decoration: underline;}
.left_news_tit {}

#proactive .middle .headline {
	font-size:18px;
	color:#cf4d0c;
	font-weight:bold;
	text-align:left;
	height:auto;
}
#proactive .middle .subhead {
	font-size:15px;
	color:#973709;
	font-weight:bold;
	text-align:left;
	padding-top:20px;
}

#proactive #content .title_bar {
	background-image:url(../images/proactive_title_bg.gif);
}

#proactive #content .title_txt {
	color:#ffffff;
}

#proactive .middle .row_odd {
	background-color:#f2f2f2;
}

#proactive .middle .row_even {
	background-color:#ffffff;
}

#proactive .middle .date_txt {
	font-weight:normal;
	padding:10px;
	text-align:center;
	color:#6c6c6c;
}
#proactive .middle a .item {
	font-weight:normal;
	padding:5px 10px;
	text-align:justify;
	color:#6c6c6c;
	text-decoration:none;
}

#proactive .middle .date_item {
	font-weight:normal;
	padding:5px 10px;
	text-align:center;
	color:#6c6c6c;
}

#proactive .middle a:hover .intro, #proactive .middle a:hover .item {
	text-decoration:underline;
}
/*------------ grants ------------*/
#grants .news_bar, #general .color_grants {
	background-color:#9F2A01;
}

#grants .middle .headline {
	font-size:18px;
	color:#9F2A01;
	font-weight:bold;
	text-align:left;
	height:auto;
}

#grants .middle .subhead {
	font-size:13px;
	color:#580d0d;
	font-weight:normal;
	text-align:left;
	padding-top:20px;
	padding-bottom:5px;
	padding-left:10px;
	background-image:url(../images/grants_bullet.gif);
	background-repeat:no-repeat;
	background-position:2px 24px;
	#background-position: 2px 22px;
}
#grants .middle .row_odd {
	background-color:#f2f2f2;
}

#grants .middle .row_even {
	background-color:#ffffff;
}

#grants .middle a .title {
	font-weight:bold;
	padding:10px 15px 5px 15px;
	text-align:justify;
	color:#6c6c6c;
	text-decoration:none;
}

#grants .middle a .intro {
	font-weight:normal;
	padding:0px 15px 10px 15px;
	text-align:justify;
	color:#6c6c6c;
	text-decoration:none;
}

#grants .middle .date_txt {
	font-weight:normal;
	padding:10px;
	text-align:center;
	color:#6c6c6c;
}
#grants .middle a .item {
	font-weight:normal;
	padding:5px 10px;
	text-align:justify;
	color:#6c6c6c;
	text-decoration:none;
}

#grants .middle .date_item {
	font-weight:normal;
	padding:5px 10px;
	text-align:center;
	color:#6c6c6c;
}

#grants .middle a:hover .intro, #grants .middle a:hover .item {
	text-decoration:underline;
}

#grants #content .title_bar {
	background-image:url(../images/grants_title_bg.gif);
}

#grants #content .title_txt {
	color:#ffffff;
}
/*------------ resources ------------*/
#resources .news_bar, #general .color_resources {
	background-color:#0b7777;
}

#resources .middle .headline {
	font-size:18px;
	color:#0b7777;
	font-weight:bold;
	text-align:left;
	height:auto;
}
#resources .middle .subhead {
	font-size:15px;
	color:#085c5c;
	font-weight:bold;
	text-align:left;
	padding-top:20px;
}
#resources .middle .row_odd {
	background-color:#f2f2f2;
}

#resources .middle .row_even {
	background-color:#ffffff;
}

#resources .middle .date_txt {
	font-weight:normal;
	padding:10px;
	text-align:center;
	color:#6c6c6c;
}
#resources .middle a .item {
	font-weight:normal;
	padding:5px 10px;
	text-align:justify;
	color:#6c6c6c;
	text-decoration:none;
}

#resources .middle .date_item {
	font-weight:normal;
	padding:5px 10px;
	text-align:center;
	color:#6c6c6c;
}

#resources .middle a:hover .intro, #resources .middle a:hover .item {
	text-decoration:underline;
}

#resources #content .title_bar {
	background-image:url(../images/resources_title_bg.gif);
}

#resources #content .title_txt {
	color:#ffffff;
}

#resources .middle .latest_annualreport .date, #resources .middle .artnews_list .date {
	color:#085c5c;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding-top:20px;
}

#resources .middle .latest_annualreport .title, #resources .middle .artnews_list .title {
	color:#6c6c6c;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	padding-bottom:10px;
}
#resources .middle .latest_annualreport .subtitle, #resources .middle .artnews_list .subtitle {
	color:#6c6c6c;
	text-align:left;
	font-weight:normal;
	padding-bottom:10px;
}
#resources .middle .artnews_list .intro a {
	color:#6c6c6c;
	text-align:justify;
	font-weight:normal;
	padding-bottom:10px;
	display:block;
	text-decoration:none;
}

#resources .middle .artnews_list .intro a:hover {
	text-decoration:underline;
}
#resources .middle .latest_annualreport {
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#085c5c;
}
#resources .middle .artnews_list {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ebeeed;
}

#resources .middle .latest_annualreport .publication_thumb, #resources .middle .artnews_list .publication_thumb {
	background-image:url(../images/publication_shadow.gif);
	background-repeat:no-repeat;
	background-position:0 16px;
	padding:20px 15px 20px 4px;
}

#resources .middle .latest_annualreport .detail, #resources .middle .artnews_list .detail {
	padding-bottom:20px;
}
/*------------ artslink ------------*/
#artslink .news_bar, #general .color_artslink {
	background-color:#3b7709;
}

#artslink .middle .cat_thumb {
	background-image:url(../images/event_shadow.gif);
	background-position:6px 11px;
	background-repeat:no-repeat;
	padding:15px 4px 15px 10px;
}

#artslink .cat_list ul.category {
	width:100%;
	margin-left:0;
	padding-left:0;
}

#artslink .cat_list ul.category li {
	width:170px;
	float: left;
	padding:4px;
	background-image:url(../images/event_shadow.gif);
	background-repeat:no-repeat;
	list-style:none;
	display:inline;
	text-align:left;
}
#artslink .cat_list ul.category li a:hover img {
	opacity:0.8;	/* CSS3 standard */
	#filter:alpha(opacity=80);	/* for IE */
}
#artslink .cat_list {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ebeeed;	
}
#artslink .cat_title {
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding-top:30px;
	padding-bottom:20px;
}
#artslink .red .cat_title {
	color:#4f3e3f;
}
#artslink .yellow .cat_title {
	color:#ac6601;
}
#artslink .blue .cat_title {
	color:#2a5a80;
}
#artslink .green .cat_title {
	color:#433c04;
}
#artslink .red .tab {
	color:#ffffff;
	font-size:12px;
	background-color:#4f3e3f;
	height:23px;
	width:inherit;
}
#artslink .yellow .tab {
	color:#ffffff;
	font-size:12px;
	background-color:#ac6601;
	height:23px;
	width:inherit;
}
#artslink .blue .tab {
	color:#ffffff;
	font-size:12px;
	background-color:#2a5a80;
	height:23px;
	width:inherit;
}
#artslink .green .tab {
	color:#ffffff;
	font-size:12px;
	background-color:#433c04;
	height:23px;
	width:inherit;
}
#artslink .red .tab_line {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#4f3e3f;
}
#artslink .yellow .tab_line {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ac6601;
}
#artslink .blue .tab_line {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#2a5a80;
}
#artslink .green .tab_line {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#433c04;
}
#artslink .list_people .row_odd {
	background-color:#f2f2f2;
	height:25px;
}
#artslink .list_people .row_even {
	background-color:#ffffff;
	height:25px;
}

#artslink .list_people a {
	color:#6c6c6c;
	text-decoration:none;
	padding-left:10px;
}

#artslink .list_people a:hover {
	color:#6c6c6c;
	text-decoration:underline;
}
/*------------ general ------------*/
#general .news_bar, #general .color_general {
	background-color:#006cde;
}
#general .headline {
	font-size:18px;
	color:#006cde;
	font-weight:bold;
	text-align:left;
	height:auto;
}
#general p.content {
	padding-bottom:15px;
	line-height:1.6em;
	color:#6c6c6c;
	text-align:justify;
}
#general img.sitemap_title {
	padding-bottom:3px;
}
#general ul.about {
	padding:15px 0 15px 40px;
	line-height:1.6em;
	color:#6c6c6c;
	text-align:justify;
}
#general ul.about li {
	list-style:none;
	background-image:url(../images/list_arrow.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-left:10px;
}
#general ul.sitemap {
	text-align:left;
	list-style:none;
	list-style-position:outside;
	padding:15px 8px 50px 5px;
}
#general ul.sitemap li {
	list-style:none;
	display:block;
	padding-bottom:5px;
}
#general ul.sitemap li a {
	text-align:left;
	line-height:1em;
	padding:7px 0px 10px 10px;
	font-size:12px;
	color:#4d4d4d;
	text-decoration:none;
}

#general ul.sitemap li.bullet a {
	background:url(../images/list_bullet.gif);
	background-position: 0px 12px;
	background-repeat:no-repeat;
}

#general ul.sitemap li.stroke a {
	background:url(../images/list_stroke.gif);
	background-position: 12px 14px;
	background-repeat:no-repeat;
	padding-left:22px;
}

#general ul.sitemap li a:hover {
	color:#b5191a;
	text-decoration:underline;
}

#general ul.sitemap li.bullet a:hover {
	background:url(../images/list_bullet_on.gif);
	background-position: 0px 12px;
	background-repeat:no-repeat;
}

#general ul.sitemap li.stroke a:hover {
	background:url(../images/list_stroke_on.gif);
	background-position: 12px 14px;
	background-repeat:no-repeat;
}

/*------------ footer section ------------*/

#footer {
	width:100%;
	height:25px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ebeeed;
	color:#959595;
	font-size:11px;	/* for firefox */
	padding-top:10px;
	background-color:#ffffff;
}
#footer a {
	color:#959595;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}
#footer img.sep {
	padding:0 10px;
}

/*------------ general ------------*/

img {
	border:0px;
}
p {
	display: block;
	text-align:justify;
}
/*------------ links ------------*/
a {
	color:#b5191a;
	text-decoration: none;
}
a:hover {
	color:#b5191a;
	text-decoration: underline;
}

a:hover img.glow {
	opacity:0.8;	/* CSS3 standard */
	#filter:alpha(opacity=80);	/* for IE */
}
/*------------ top search ------------*/
.topsearchnav {
	vertical-align:middle;
	*vertical-align:text-bottom;
}
.topsearchbox {
	border:1px;
	border-style:solid;
	border-color:#cccccc;
	color:#333333;
	height:16px;
	font-size:12px;
	padding:2px;
}
.topsearch {
	vertical-align:-7px;
	#vertical-align:-2px;
}
.content{
    font-family:Verdana, Arial, Helvetica, sans-serif
/*	font-size:12px; */
	color:#6c6c6c;
	text-align:justify;
	padding-left:10px;	
	padding-right:5px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	 }
.tabletitle{
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-size:12px;
	font-weight:bold;	
	color:#ffffff;
	padding-left:10px;	
	padding-right:5px;	
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
	text-align:left;
}
.tablecontent{
	font-family:Verdana, Arial, Helvetica, sans-serif
/*	font-size:12px;	*/
	color:#6c6c6c;
	padding-left:10px;	
	padding-right:5px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	text-align: left;
}
.tableimg{
	font-size:12px;
	padding-left:30px;	
	padding-right:30px;	
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:0px;
}
.tabletopspace{	 
	padding-top:20px;
	padding-bottom:0px;
	margin-bottom:0px;
}
/*-------------new add style--------------------*/
.hideanswerpanel {
	display:none;
}
.showanswerpanel {
	display:inherit;
}
