﻿#contentLayout
{
    margin-top: 20px;
}

#image
{
	height: 172px;
} 

table.twoColumns
{
    
}

table.contentTable td
{
    vertical-align: top;
}

table.contentTable tr.top td
{
    
}

table.contentTable td.left
{
    width: 22%;
}

h1
{

    font-size: 25px;
    height: 40px;
}

#submenu
{
    margin-right: 40px;
}

.menuItem
{
    padding: 6px 0px;
    border-bottom: solid 1px #eeeeee;
}

.menuItem .selected a
{
    color: #C41230;
}


#submenu .expandable .inner
{
	background-image: url('/shared/img/arrow_expandable.gif');
	background-repeat:no-repeat;
	background-position: right center;
}	

#submenu .expandable .selected, #submenu .expanded .inner
{
	background-image: url('/shared/img/arrow_expanded.gif');
	background-repeat:no-repeat;
	background-position:right center;
}	

#footer
{
    margin-left: 22%;
}

.breadcrumb a
{
    color: #aaaaaa;
}
