* {
	margin:0;
	padding:0;
}
/*------------ basic setup ------------*/

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 430px;
	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 170px;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
}

#main {
	width:990px;
	text-align:justify;
}

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

ol {
	text-align:left;
}
ul {
	text-align:left;
}

/*------------ 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;
}




/*------------ 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;
}
/*------------ news ------------*/
.news_bar, #general .color_news {
	background-color:#85226c;
}

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

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

.middle .date {
	color:#85226c;
	font-size:12px;
	font-weight:bold;
	padding-top:15px;
}

.middle .title a{
	color:#6c6c6c;
	font-size:12px;
	font-weight:normal;	
	padding-bottom:10px;
}

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

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

.middle .detail {
	padding:10px;
}

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

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

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

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

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

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

.pages .current {
	font-weight:bold;
	font-size:12px;
	color:#85226c;
	letter-spacing: normal;
	padding:3px;
}

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

 .title_txt {
	color:#ffffff;
}

 .date_bar {
	background-color:#eeebed;
}

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

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

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

.list a:hover {
	color:#7b7a7c;
	text-decoration:underline;
}

.headline {
	font-size:18px;
	color:#85226c;
	font-weight:bold;
	line-height:22px;	
	text-align:left;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:20px;
}
.headline_2 {
	font-size:18px;
	color:#85226c;
	font-weight:bold;
	line-height:22px;	
	text-align:left;
	padding-left:15px;
	}
 p.content {
	padding-left:20px;
	padding-bottom:15px;
	line-height:1.6em;
	color:#6c6c6c;
	text-align:justify;
}
.form {
	background-color:#f0f0f0;
	color:#4d4d4d;
}
.form .tit {
	font-size:13px;
	font-weight:bold;
}

.form ul {
	line-height:25px;
	list-style:none;
}
.form ul span {
	padding-left:10px;
}

.form .fill {
	border:1px;
	border-style:solid;
	border-color:#cccccc;
	color:#333333;
	height:16px;
	font-size:12px;
	padding:2px;
	width:250px;
}
.content{
    font-family:Verdana, Arial, Helvetica, sans-serif
/*	font-size:12px;*/
	color:#6c6c6c;
	text-align:justify;
	padding-left:15px;	
	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:20px;	
	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:20px;	
	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;
}
