@import url(base.css);
@import url(shared.css);

body { background: #fff url(images/main_bg.jpg) no-repeat center top; }

#feature {
	height: 320px;
	margin-left: 20px;
	width: 720px;
}
#featurettes { height: 253px; margin-left: 16px; }

#featurettes2 { height: 5px; margin-left: 16px; }

#featurettes img { float: left; margin: 33px 11px 0 0; }

#content ul { 
	display: inline;
	float: left;
	width: 160px;
}

#content .left {
	width: 350px;
	background-repeat: no-repeat;
	background-position: 206px 35px;
}
#content .left h3, #content .left p { margin-right: 10px; }
#content .right { width: 209px; }

#content2 {
	width: 575px;
	margin-right: 50px;
	margin-right: 50px;
}

#content3 ul { 
	display: inline;
	float: left;
	width: 160px;
}


textColorBlue{
	display: inline;
	white-space:nowrap;
    color: #0F4FA8
    font-size: 18;
    font-weight: bold;
	text-align:center;
}
textColorBlueSmall{
	display: inline;
	white-space:nowrap;
    color: #0F4FA8
    font-size: 11;
    font-weight: bold;
	text-align:justify;
}
textColorRed{
	display: inline;
	white-space:nowrap;
    color: #FD0006
    font-size: 18;
    font-weight: bold;
}
textColorRedSmall{
	display: inline;
	white-space:nowrap;
    color: #FD0006
    font-size: 11;
    font-weight: bold;
}
