#column1 {
	float: left;
	width: 182px;
}

#column2 {
	float: left;
	width: 510px;
}

#column2_full {
	float: left;
	width: 692px;
}

#column3 {
	float: right;
	width: 220px;
}

#column3padding {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 2px;
}

#content {
    background: url(layout/level2-content-bg.gif) no-repeat left top;
    line-height: 2;
    color: #333333;
}

#content td { color: #333333; }

#contentPadding {
    padding-top: 22px;
    padding-bottom: 30px;
    padding-left: 40px;
}

#contentWrapper { background: url(layout/level2-contentwrapper-bg.gif) repeat-y; }

#linkBar { }

#linkBar a:link { text-decoration: none; }

#linkBar a:visited { text-decoration: none; }

#linkBar a:hover { text-decoration: underline; }

.title {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 20px;
}