/* Standard styles */

a {
	color: #0000AA;
	font-weight: bold;
	text-decoration: none;
}







body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: normal;
	line-height: normal;
	background-image: url(/.style/banner.jpg);
	background-repeat: repeat-x;
	margin-left: 25px;
	margin-top: 0px;
}

pre, code {
   line-spacing: 1em;
   font-size: 12px;
   font-family: monospace;
}


/* Header styles */

.headersitename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFE820;
	height:52px; 
	vertical-align: middle;
}

.site-slogan {
	font-size: 12px;
	font-weight: 200;
}



.headerlinks {
 white-space: nowrap;
 font-family: Verdana, Arial, Helvetica, sans-serif;

 font-size: 10px;

 font-weight: bold;

}


.headerspace {

	padding: 10px;



}



/* Node styles */

.nodetitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #999999;

	padding-bottom: 10px;



}


.nodetitle a {

        color: #999999;

	font-weight: normal;

}


.nodetitle a:hover {

        text-decoration: underline;

}


.nodedate {

	color: #CCCCCC;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 90%;


}



.nodebody {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333333;

	line-height: 150%;

	font-size: 70%;

	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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	font-weight: bold;
	text-transform: lowercase;
	padding-bottom: 0.7em;
	padding-top: 1.5em;
}

.item-list h3 {
	text-transform: lowercase;
	padding: 0;
	margin: 0;
}


.boxbody {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

}





/* Misc other styles */


.centercolumn {

}


.leftcolumn {

    width: 170px;
    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");
}

.level1 { font-size: 100%; }
.level2 { font-size: 110%; }
.level3 { font-size: 120%; }
.level4 { font-size: 130%; }
.level5 { font-size: 140%; }
.level6 { font-size: 150%; }
.level7 { font-size: 160%; }
.level8 { font-size: 170%; }
.level9 { font-size: 180%; }


