.leftCol
{
	background-image: url(Images\LeftBG.jpg);
	background-repeat: repeat-y;
	background-position:right;
	
}
.TopBar
{
	border-top:1px solid black;
}
.noBottom
{
	display:block;
}

.submenu
{
	border:1px orange dotted;
	padding:3px;
	background-color:#FEE583;
}

.PaddedCommandButton, a.PaddedCommandButton:link, a.PaddedCommandButton:active, a.PaddedCommandButton:hover, a.PaddedCommandButton:visited
{
	padding: 0px 5px 0px 5px;	
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color:#0C0D77;
}