/*****************************************************
common
*****************************************************/
@import url("base.css");
@import url("base_sub.css");
@import url("header_footer.css");
@import url("print.css");



/*****************************************************
*******************  id=main  ************************
*****************************************************/

/*****************************************************
News pageiThere is a common one also to a part of event page.j
*****************************************************/
/*===Blank between each news========================*/
div#content div.newsblock{
    margin-bottom:18px;
	}
/*===news title=====================================*/
/*===event title====================================*/
div#content p.title{
    margin-bottom:0px;
    font-weight:bold;
	}
/*===News date======================================*/
div#content p.date{
    margin-bottom:3px;
    color:#666;
	font-size:85%;
	}
/*===links in news==================================*/
div#content p span{
    font-size:85%;
	}
	
/*===Link for page transition=======================*/
p#pagelink{
	text-align:center;
	font-size:100%;
	font-weight:bold;
    }
p#pagelink a#prev{
    background:url(../news_events/img/prev.gif) left center no-repeat;
	padding-left:9px;
	padding-right:6px;
	font-weight:normal;
	}
p#pagelink a#next{
    background:url(../news_events/img/next.gif) right center no-repeat;
	padding-left:6px;
	padding-right:9px;
	font-weight:normal;
	}
p#pagelink a:link,
p#pagelink a:visited{
    color:#0066cc;
	text-decoration:none;
	}
p#pagelink a:hover,
p#pagelink a:active{
    color:#3399cc;
	text-decoration:underline;
	}

/*****************************************************
Event page
*****************************************************/
/*===Blank between each event=======================*/
div#content div.eventblock{
    margin-bottom:18px;
	}
	
	
	
	
	
	
/*****************************************************
******************  id=sidebar  **********************
*****************************************************/
	
/*****************************************************
common
*****************************************************/	



	
