* {
	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;
	
}
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;
}
/*------------ general ------------*/
.news_bar, #general .color_general {
	background-color:#006cde;
}

#general .color_about {
	background-color:#672c66;
}

#general .color_news {
	background-color:#85226c;
}

#general .color_proactive {
	background-color:#cf4d0c;
}

#general .color_grants {
	background-color:#9F2A01;
}

#general .color_resources {
	background-color:#0b7777;
}

#general .color_artslink {
	background-color:#3b7709;
}
#general .color_general {
	background-color:#006cde;
}


.headline {
	font-size:18px;
	color:#006cde;
	font-weight:bold;
	text-align:left;
	line-height:22px;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:25px;
}
.content {
	padding-left:10px;
	padding-bottom:15px;
	line-height:1.6em;
	color:#6c6c6c;
		}
		
p.content {
	padding-bottom:15px;
	padding-left:25px;
	line-height:1.6em;
	color:#6c6c6c;
	text-align:justify;
}
img.sitemap_title {
	padding-bottom:3px;
}
ul.about {
	padding:15px 0 15px 40px;
	line-height:1.6em;
	color:#6c6c6c;
	text-align:justify;
}
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;
}
ul.sitemap {
	text-align:left;
	list-style:none;
	list-style-position:outside;
	padding:15px 8px 50px 5px;
}

ul.sitemap .txt {
	text-align:left;
	line-height:1em;
	padding:7px 0px 10px 10px;
	font-size:12px;
	color:#4d4d4d;
	text-decoration:none;
}
ul.sitemap li {
	list-style:none;
	display:block;
	padding-bottom:5px;
}
ul.sitemap li a {
	text-align:left;
	line-height:1em;
	padding:7px 0px 10px 10px;
	font-size:12px;
	color:#4d4d4d;
	text-decoration:none;
}

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

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

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

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

ul.sitemap li.stroke a:hover {
	background:url(../images/list_stroke_on.gif);
	background-position: 12px 14px;
	background-repeat:no-repeat;
}
ul.rss1 {
	text-align:left;
	list-style:none;
	list-style-position:outside;
}
ul.rss2 {
	text-align:left;
	list-style:none;
	list-style-position:outside;
}
ul.rss1 .txt, ul.rss2 .txt  {
	text-align:left;
	line-height:1em;
	padding:7px 0px 10px 10px;
	font-size:12px;
	color:#4d4d4d;
	text-decoration:none;
}
ul.rss1 li {
	list-style:none;
	display:block;
}
ul.rss2 li {
	list-style:none;
	display:block;
	padding-bottom:5px;
}
ul.rss1 li.all {
	list-style:none;
	display:block;
}

ul.rss2 li a {
	text-align:left;
	line-height:1em;
	padding:2px 0px 2px 10px;
	font-size:12px;
	color:#4d4d4d;
	text-decoration:none;
}


<!------------search result --------------->
.bar {
	padding:2px 0px 2px 10px;
}

.keyword {
	font-size:13px;
}

.keyword .highlight {	
	color:#006cde;
}
.number {
	color:#006cde;
	font-weight:bold;
}
.pages {
	text-align:center;
	padding:20px;
}
.pages .current {
	font-weight:bold;
	font-size:12px;
	color:#006cde;
	letter-spacing: normal;
	padding:3px;
}
.pages a {
	font-weight:normal;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	letter-spacing: normal;
	padding:3px;
}
.pages a:hover {
	font-weight:normal;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	letter-spacing: normal;
	padding:3px;
}
.pages img {
	padding:1px 10px;
}
.result {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ebeeed;	
	text-align:left;
}
.result .navbar {
	padding:12px 0 0 8px;
}
.result .number {
	color:#006cde;
	font-weight:bold;
	padding:10px 5px;
}
.title {
	color:#006cde;
	font-weight:bold;
	text-decoration:none;
	padding:10px 0 5px 0;
}
.intro {
	color:#6c6c6c;
	font-weight:normal;
	text-decoration:none;
	padding:5px 0;
}
.highlight {
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

.link {
	color:#b5191a;
	text-decoration:none;
	padding:5px 0 20px 0;
}
.result a:hover .title, .result a:hover .intro, .result a:hover .link, .result a:hover .highlight {
	text-decoration:underline;
}

.item {
	font-weight:normal;
	text-align:justify;
	color:#6c6c6c;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}

.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;
}

/*------------ txt version ------------*/
body#txt .popup_header {
	padding-bottom:10px;
}
body#txt .popup_header .title {
	font-weight:bold;
	font-size:15px;
	color:#9f9a8d;
	padding-bottom:5px;	
}
body#txt .btn a {
	color:#ff6600;
	padding-right:5px;
	text-decoration:none;
	font-weight:bold;
}
body#txt .btn a:hover {
	color:#FF3300;
	padding-right:5px;
	text-decoration:underline;
	font-weight:bold;
}
body#txt .color_general {
	background-color:#006cde;
}

body#txt .color_about {
	background-color:#672c66;
}

body#txt .color_news {
	background-color:#85226c;
}

body#txt .color_proactive {
	background-color:#cf4d0c;
}

body#txt .color_grants {
	background-color:#9F2A01;
}

body#txt .color_resources {
	background-color:#0b7777;
}

body#txt .color_artslink {
	background-color:#3b7709;
}
body#txt .color_general {
	background-color:#006cde;
}
body#txt .title {
	font-size:15px;
	font-weight:bold;
	color:#333;
}
.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:25px;	
	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:25px;	
	padding-right:5px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	text-align: left;
}
.tablecontent a{
	color: #6c6c6c;
}
.tablecontent a:hover{
	color:#006cde;
	text-decoration:none;
}
.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;
}
