a:active
{
    color: #C20505;
    text-decoration: underline;
}

a:link
{
    color: #C20505;
    text-decoration: underline;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

a:visited
{
    color: #C20505;
    text-decoration: underline;
}

a:visited:hover
{
    color: #C20505;
    text-decoration: none;
}


body
{
    margin: 10px;
}

#container
{
	margin-left: auto; /* centering */
	margin-right: auto;
	text-align: left; 
	width: 790px;
	background-color: #fff;
	position: relative;
}

.nav_mouseoff
{
    color: #8B8B8B;
    font-family: verdana, arial;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    background: url(nav_mouseoff.jpg);
    padding-right: 35;
    padding-bottom: 2px;
}

.nav_mouseon
{
    color: #000000;
    font-family: verdana, arial;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    background: url(nav_mouseon.jpg);
    padding-right: 35;
    padding-bottom: 2px;
}

.gray_border
{
    border-style: solid;
    border-color: #BCBCBC;
    border-width: 1px;
}

.address
{
    font-size: 10px;
    font-family: verdana, arial;
    font-weight: bold;
    padding-bottom: 3px;
}

td
{
    font-size: 11px;
    font-family: verdana, arial;
}

.bullet
{
    list-style-image: url(arrow.gif);
}