@charset "utf-8";
/* CSS Document */

#contentpadding {
	display:none;
}

#titlebar {
	margin:0;
	padding:0;
	height:65px;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #fff;
	text-align:left;
	white-space:nowrap;
}
#bare_content {
	padding:15px;
}
#content {
	margin: 0;
	padding:0;
	border:none;
	}
#navset {
  	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div  */
	margin:0 0 10px 0;
}


#maincontent {
margin: 0 30px 0 215px;
padding: 5px 0 15px 0;
line-height:1.4em;
}

#footer { 
	padding: 10px 10px 0 20px; 
	background:#fff;
	border-top:5px solid #CCCCCC;
	text-align:left;
	position:relative;
	margin:0;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .copy {
	position:absolute;
	left:200px;
top:10px;
}

#navcontainer {
        margin: 0;
        width: 190px;
        \width: 190px;
        w\idth: 190px;
        min-height:371px;
        max-height:1000px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding: 40px 5px 0 0;
        font-size:85%;
        text-align:right;
        color:#fff;
        background-color:#722B4D;
        line-height:1.8em;
        }  
 /* height set for IE 6 and below */
*html #navcontainer {
        height:371px;
        padding: 40px 0 0 0;
    }
    /* end */
    

#navcontainer ul 
    {
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    font-family: verdana, arial, sans-serif; 
    font-size: 1em;
    }
#navcontainer li {
        margin: 0;
        font-weight: normal;
    } 
#navcontainer li a  {
    display: block; 
    color: #fff; 
    width: 180px; 
    padding: 2px 10px 2px 5px; 
    text-decoration: none; 
    border-bottom:none; 
    border-top: none; 
    border-left: none; 
    }
    
#navcontainer a:hover 
    {
    background-color:#B7806A; 
    color: #fff; 

    }
#navcontainer a.current 
    {
    background-color:#A76952; 
    color: #fff; 

    }
    
#navcontainer ul ul 
	{
	margin: 0; 
	list-style-type: none; 
	}

#navcontainer ul ul li a
	{
		padding: 2px 25px 2px 15px;
		display: block;
		border: none;
		text-decoration: none;
		width:155px;

	}




