/* Generic Selectors */
body
{
    font-family: Verdana, Georgia, Times, serif;
    font-size: 14px;
    color:  #333333;
    background-color:#F9F9F9;
    /*padding: top, right, bottom, left. */
	padding: 10px 10px 0px 10px;
}


ul.navigation
{  	
    margin:0;  
}
li.navigation
{
    list-style-type: none;
    line-height: 125%;
	padding: 5px 0px 0px 0px;
	/*position:relative;left:-30px;*/
}

/**************** Pseudo Classes ************/
li.navigation a:link
{
    font-family: Verdana, Georgia, Times, serif;
    color: #00CC00;
    text-decoration: none;
    font-weight: bold;
}

li.navigation a:visited
{
    font-family: Verdana, Georgia, Times, serif;
    color: #00CC00;
    text-decoration: none;
    font-weight: bold;
}

li.navigation a:hover
{
    font-family: Verdana, Georgia, Times, serif;
    /* display: block; */
    color: rgb(0, 96, 255);
    padding-bottom: 5px;
    font-weight: bold;
    /*border-bottom-width: 1px; */
    /*border-bottom-style: solid; */
    /*border-bottom-color: #C6EC8C; */
}


li.navigation a:active
{
    font-family: Verdana, Georgia, Times, serif;
    color: rgb(0, 96, 255);
    font-weight: bold;        
}
/********************* ID's **********************/
/*navigation_subheader is currently only used for woodhenge*/
div#navigation_subheader
{
    font-family: Verdana, Georgia, Times, serif;
    color: #00CC00;
    font-weight: bold;
	padding: 25px 0px 0px 0px;
    text-decoration: underline;
}
div#navigation
{
    position: absolute;
    z-index:10;
    width:155px;
    height: 600px;
    /* margin: 0; */
    margin-top: 55px;
    /*border-right: 10 px solid #C6EC8C;*/
    /*
    border-width: 1px;
    border-style: solid;
    border-color: #C6EC8C;  
    */   
    font-weight: normal;
}

div#content
{
    position: absolute;
    z-index:15;
    padding: 0 0 0 0;/*top right bottom left*/
    margin-top: 60px;
    margin-left:160px;
    width:75%;
}

div#headerPane
{
    color: #229911;
    position: absolute;
    height: 50px;
    /*width:90%;*/
    width:95%;
    font-weight: bold;
    font-style: italic;
    font-family: Verdana, Georgia, Times, serif;
    font-size: 40px;
    border-bottom: 4px solid #229911;    
}


/******************* Manage My Hompage **************************/

.manageMyMenuHeader
{
    font-family: Verdana, Georgia, Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000; 
    border-bottom: 1px solid #000000; /*#C6EC8C;*/
	padding: 2em 0em .5em .25em;/*Top Right Bottom Left*/
}

