#navtable
{
	width: 1022px;
	overflow: hidden;
}

#navbar
{
	background-image: url(images/NavBkg.gif);
    background-repeat: no-repeat;
    font-size: 10pt;
    width: 210px;
	height: 642px;
	padding-top: 15px;
	padding-left: 11px;
}

#navbar a
{
    text-decoration: none;
    color: #000000;
}

#navbar p
{
    margin: 0px;
    width: 204px;
    padding-bottom: 5px;
    padding-right: 1px;
    padding-left: 14px;
    padding-top: 4px;
}

#intnavbar
{
    width: 202px;
    overflow: hidden;
}

#intnavbar a
{
	text-decoration: none;
}

.navlink
{
    cursor: pointer;
}

.navlink a
{
	text-decoration: none;
}

.navlinkover
{
    cursor: pointer;
    background-color: #B9CDE0;
}

.navlinkover a
{
	text-decoration: none;
}

.navsublink
{
    cursor: pointer;
    font-size: 8pt;
}

.navsublink a
{
	text-decoration: none;
}

.navsublinkover
{
    padding-left: 10px;
    cursor: pointer;
    font-size: 8pt;
    background-color: #B9CDE0;
}

.navsublinkover a
{
	text-decoration: none;
}

.navsection
{
    background-image: url(images/Bar.gif);
    background-repeat: repeat-x;
    background-color: transparent;
    overflow: hidden;
    height: 2px;
}

.navspacer
{
    margin: 0px;
    overflow: hidden;
    height: 5px;
}
