/* Standard styles */

a {

	color: #2C07A1;

	font-weight: bold;

	text-decoration: none;


}

a:hover {
  color: #FFFD00;
}






body {


	font-family: Times New Roman, Arial, Helvetica, sans-serif;

	color: #000000;

	font-weight: normal;

	line-height: normal;

	background-image: url(images/back3.jpg);

    background-color:  #0D7834;

	background-repeat: repeat-x;

	margin-left: 25px;

	margin-top: 0px;



}



/* Header styles */

.headersitename {

	font-family: Vivaldi, Times New Roman, Arial, Helvetica, sans-serif;

	font-size: 40px;

	color: #000000;

    height:65px;
	vertical-align: middle;

    padding-right: 150px;




}


.headerlinks {
 white-space: nowrap;
 font-family: Vivaldi, Times New Roman, Arial, Helvetica, sans-serif;

 font-size: 20px;

 font-weight: bold;
 color: #000000;

 padding-right: 150px;

}


.headerspace {

	padding: 10px;



}



/* Node styles */

.nodetitle {

	font-family: Vivaldi, Arial, Helvetica, sans-serif;

	font-size: 32px;

	padding-bottom: 10px;
    font-weight: bold;
  text-align: center;
}


.nodetitle a {

	font-weight: bold;

}


.nodetitle a:hover {

        text-decoration: underline;

}


.nodedate {

	font-family: Times New Roman, Arial, Helvetica, sans-serif;

	font-size: 90%;


}



.nodebody {

	font-family: Times New Roman, Arial, Helvetica, sans-serif;

	color: #000000;

	line-height: 150%;

	font-size: 14px;

	font-weight: normal;

	padding-left: 20px;


}


.nodelinks {

	font-family: Times New Roman, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	padding-top: 8px;

	padding-left: 20px;

	padding-bottom: 30px;


}



/* Box styles */

.boxtitle {

	font-family: Times New Roman, Arial, Helvetica, sans-serif;

	font-size: 14px;

	height: 30px;

	font-weight: bold;




}


.boxbody {

	font-family: Times New Roman, Arial, Helvetica, sans-serif;

	font-size: 14px;

}





/* Misc other styles */


.centercolumn {

}


.leftcolumn {

    width: 150px;
    padding-right:7px;

}


.rightcolumn {

    width: 150px;
    padding-left:7px;

}


.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");
}

