/* Standard styles */

a {

	/* color: black; */

	font-weight: bold;
	
	text-decoration: none;


}


a:hover {
        color: red;
}




body {


	font-family: Verdana, Arial, Helvetica, sans-serif;

	/color: #555555;
	color: #0c2346;

 	font-weight: normal;

	font-size: 14px; /* ??? */


	line-height: normal;

	/* background-image: url(images/header.gif);

	background-repeat: no-repeat; */

	BACKGROUND-COLOR: #f6fcff;

	margin-left: 5px;

	margin-top: 0px;



}



/* Header styles */

.headersitename {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 26px;

	font-weight: bold;

	color: #BED7FC;

    height:65px; 
	vertical-align: middle;




}



.headerlinks {
 white-space: nowrap;

 font-family: Verdana, Arial, Helvetica, sans-serif;

 font-size: 11px;

 font-weight: bold;

 color: #999999;	

 width: 200px;
}


.headerlinks a {
 color: red;
 /* color: gray; */	

}

.headerlinks a:hover {
 color: blue;	
}

.site_footer {
 color: gray;	
 font-size: 11px;

}

.headerspace {
    	BORDER-TOP: #999999 1px solid;
    	MARGIN-TOP: 5px;
    	MARGIN-BOTTOM: 5px;

}






/* Node styles */

.nodetitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #0c2346;

	padding-bottom: 10px;

 	font-weight: bold;

	text-align: center;

	/* BACKGROUND-COLOR: white; */

}


.nodetitle a {

        color: #0c2346;

	/* font-weight: normal; */

 	font-weight: bold;
}


.nodetitle a:hover {

        color: red;
        text-decoration: underline;

}


.nodedate {

	color: red;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 80%;


}



.nodebody {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #0c2346;

	line-height: 150%;

	font-size: 80%;

	font-weight: normal;

	/* padding-left: 20px; */


}


.nodelinks {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #666666;

	padding-top: 8px;

	padding-left: 20px;

	padding-bottom: 30px;


}



/* Box styles */

.boxtitle {
	/* background-color: #eef2fa; */
	/* background-color: white; */
	background-image: url(images/figure2.gif);
	background-repeat: no-repeat;
	background-position: center;


	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	/*color: #333399;*/
	/*color: #003366;*/
	color: #000080;
	/*color: blue;*/



	/* padding-left: 2em; */
	text-align: center;

	height: 28px; /* for bg image*/

	font-weight: bold;

	/*BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;*/



}


.boxbody {
	/* background-color: #eef2fa; */
	/* background-color: white; */

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	/*BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;*/
}



.boxbody form{  /* My!!! For Subscribe button and others...*/

	text-align: center;
}



/* Misc other styles */




.centercolumn {

    padding: 10px 10px 10px 10px;

}


.leftcolumn {
    width: 200px;

}


.rightcolumn {
    width: 200px;
}


.lineh {

	/* background-image: url(images/dotlineh.gif); */

	background-repeat: repeat-x;

    width: 100%;
}


.linev {

	/* background-image: url(images/dotlinev.gif); */

	background-repeat: repeat-y;

	width: 24px;

    white-space: nowrap;
}


.delimiter {                                                                                      
    /* background-image: url(images/delimiter.gif);  */ 
    background-repeat: no-repeat;                                                                 
    width: 5px;                                                                                   
    margin-right: 5px;                                                                            
    margin-left: 5px;                                                                             
    background-position: center;                                                                  
                                                                                                                          
                                                                                                                          
}
.delimiter {

	vertical-align: bottom;



}


.block-list {
  padding-left: 1.0em;
  margin-left: 0em;
  /* list-style-image: url("misc/menu-collapsed.gif"); *
