.parentContent
{
    background-color: #336633;
}

.headerContent
{
    background-image: url('/images/TopTitle1.gif');
	text-align: right;
	width: 100%;
	height: 186px;
	font-size: 50;
	font-style: normal;
	font-family: algerian;
	background-repeat: no-repeat;
}

.leftContent
{    
    background-image: url('/images/NavBar1.gif');
    background-position: 60% 0%;
    background-repeat: repeat-y;
    width: 20%
    height: 100%;
}

.centerContent
{    
    width: 80%;
    height: 700px;
}

.rightContent
{    
    background-image: url('/images/rightNav.gif');
    background-position: 70% 70%;
    background-repeat: repeat-y;
    width: 10%;
    height: 100%;
}

.bottomContent
{
    text-align: center;
}

.containerContent
{
    width: 100%;
    height: 31px;    
    background-image: url('/images/NavBarBackGround.gif');
    background-repeat: repeat-y;
    background-position: left top;
}

.navbar_li
{
    
    left: -5px;
    float:left;
    display:block;
    padding:0px 10px 20px;
    font:bold 22px "Algerian";
    text-decoration:none;
    color: #006655;
    
}

.navbar_li_clicked
{
    left: -5px;
    float:left;
    display:block;
    padding:0px 10px 20px;
    font:bold 22px "Algerian";
    text-decoration:none;
    color: #996655;
    position: relative;
    
}


