/* Standard styles */

body {
	background: #f9eacf;
}

table {
	border-style: none none none none;
}

td {
	border-style: none none none none;
}

h1 {
	color: #3e2119;
	font-weight: bold;
}

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

a:hover {
	color: #AAAAAA;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: normal;
	line-height: normal;
	background-repeat: repeat-x;
	margin-left: 25px;
	margin-top: 0px;
}

/* Header styles */

.headersitename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	background-image: url(images/banner1.png);
	background-repeat: no-repeat;
	color: #BED7FC;
        height: 120px;
	vertical-align: middle;
	border-style: none none solid none;
	border-color: #675;
}

.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: 14px;

	color: #666666;

	height: 30px;

	font-weight: bold;




}


.boxbody {

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

	font-size: 10px;

}





/* 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");
}
