#welcome_message
{
	font-family: verdana;
	font-size:10px;
	color:#795E00;
	padding: 5px;

}
#recent_news
{
	font-family: verdana;
	font-size: 10px;
	position: relative;
	width: 175px;
	left: 15px;
}
#recent_news a
{
color:white;
}
#recent_news b
{
	color:#FFA600;
	font-weight: bold;
}
#main_text
{
	font-family: verdana;
	font-size: 11px;
	color:#B4BCBC;
}
.bullet_links
{
font-family:verdana;
font-size:10px;
color:#FFA600;
text-decoration:none;
}
.Container {
    padding: 0;
    margin: 0;
}

.Container li {
    list-style-type: none;
}

/* indent for all tree children excepts root */
.Node {
     background-position : top left;
    background-repeat : repeat-y;
    margin-left: 18px;
    zoom: 1;
}

.IsRoot {
    margin-left: 0;
}

/* left vertical line (grid) for all nodes */
.IsLast {
 }
 
.ExpandOpen .Expand {
    background-image: url(../images/open.gif);
}
 
/* closed is higher priority than open */
.ExpandClosed .Expand {
    background-image: url(../images/closed.gif);
}
 
/* highest priority */
.ExpandLeaf .Expand {
    background-image: url(../images/document.gif);
}

.Content {
    min-height: 18px;
    margin-left:18px;
	color:#aaaaaa;
}
.Content a{text-decoration:none;}
.Content a:hover{
color:#ffa600;
text-decoration:underline;
}

* html  .Content {
    height: 18px; 
}

.Expand {
    width: 18px;
    height: 18px;
    float: left;
}

.ExpandOpen .Container {
	display: block;
}

.ExpandClosed .Container {
	display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
	cursor: pointer;
}
.ExpandLeaf .Expand {
	cursor: auto;
}
#pic{margin:10px;float:right;}
.cont
{
	color:#dddddd;
}
.cont b
{
	color:#ffa600;
}