/* Formatting */

BODY {
    background-image: url("/images/retreats/retreats-background.gif");
    background-repeat: repeat-y;
    background-position: top center; 
}

A {
    color: #728BC1;
    font-weight: bold;
}

UL.leftNav {	
	padding:0;
	margin:0;
	width:170px;
	list-style:none;
}

UL.leftNav LI, UL.leftNav LI A:link, UL.leftNav LI A:active, UL.leftNav LI A:visited {
    margin: 0;
    padding: 0;
	color:#8B956A;
	text-decoration:none;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	font-weight:bold;
}

UL.leftNav LI A:hover { color:#AB8663; }
