/* css for home page structure */
#header-home {
    height: 195px;
    margin: 0;
    padding: 0;
    clear: both;
    }
#header-home-left {
    width: 482px;
    height: 195px;
    margin: 0;
    padding: 0;
    float: left;
    }
#header-home-right {
    width: 296px;
    height: 195px;
    margin: 0;
    padding: 0;
    float: left;
    }
#content-home {
    clear: both;
    margin: 0;
    padding: 0;
    }
#content-home-left {
    width: 432px;
    float: left;
    margin: 0;
    padding: 40px 25px 44px 24px;
    }
#content-home-right {
	width: 296px;
    float: left;
    margin: 0;
    padding: 25px 0px 10px 0px;
    }


/* css for home page */
#content-home-right p {
    margin: 0 25px 12px 25px;
    padding: 0;
    font-size: 11px;
    line-height: 1.45em;
    color: #336FA4;
    }
#line-home-news {
    margin: 7px 0 7px 0;
	border-top: 4px solid #45B1E5;
}

#content-home-right p {
	line-height: 14px;
}


#content-home-right span {
	margin: 0 0 0 -9px;
    color: #45B1E5;
}
#content-home-right a, #content-home-right a:visited {
    color: #336FA4;
	text-decoration: none;
}
#content-home-right a:hover {
    color: #45B1E5;
	text-decoration: none;
}


